public class PageComponentSoapDO
extends com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_TYPE_DOCUMENTS
Possible value for the component type field for documents.
|
static String |
COMPONENT_TYPE_GRAPH
Possible value for the component type field for graphs.
|
static String |
COMPONENT_TYPE_NEWS
Possible value for the component type field for news.
|
static String |
COMPONENT_TYPE_SUBPROJECTS
Possible value for the component type field for subprojects.
|
static String |
COMPONENT_TYPE_TEXT
Possible value for the component type field for text/html.
|
static String |
COMPONENT_TYPE_TRACKER
Possible value for the component type field for tracker.
|
static String |
COMPONENT_TYPE_WIKI
Possible value for the component type field for wiki.
|
static String |
DOCUMENT_FOLDER_NAME
Possible value for the document folder name attribute.
|
static String |
NUM_SUBPROJECTS
Possible value for number of subprojects to display.
|
static String |
NUM_TRACKER_SEARCHES
Possible value for number of tracker searches to display.
|
static String |
TRACKER_SEARCH_IDS
Possible value for tracker search ids attribute.
|
static String |
WIKI_TOPIC
Possible value for wiki topic attribute.
|
Constructor and Description |
---|
PageComponentSoapDO() |
Modifier and Type | Method and Description |
---|---|
String |
getComponentType()
Returns 'componentType'.
|
com.collabnet.ce.soap60.types.SoapNamedValues |
getSettings()
Returns 'settings'.
|
int |
getVisiblity()
Returns 'visiblity'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setComponentType(String componentType)
Sets 'componentType'.
|
void |
setSettings(com.collabnet.ce.soap60.types.SoapNamedValues settings)
Sets 'settings'.
|
void |
setVisiblity(int visiblity)
Sets 'visiblity'.
|
getFolderId, getPath, getTitle, setFolderId, setPath, setTitle
public static final String COMPONENT_TYPE_DOCUMENTS
public static final String COMPONENT_TYPE_GRAPH
public static final String COMPONENT_TYPE_TEXT
public static final String COMPONENT_TYPE_NEWS
public static final String COMPONENT_TYPE_TRACKER
public static final String COMPONENT_TYPE_WIKI
public static final String COMPONENT_TYPE_SUBPROJECTS
public static final String DOCUMENT_FOLDER_NAME
public static final String TRACKER_SEARCH_IDS
public static final String NUM_TRACKER_SEARCHES
public static final String WIKI_TOPIC
public static final String NUM_SUBPROJECTS
public String getComponentType()
public void setComponentType(String componentType)
componentType
- Value of 'componentType'.public int getVisiblity()
public void setVisiblity(int visiblity)
visiblity
- Value of 'visiblity'.public com.collabnet.ce.soap60.types.SoapNamedValues getSettings()
public void setSettings(com.collabnet.ce.soap60.types.SoapNamedValues settings)
settings
- Value of 'settings'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2016 CollabNet. All Rights Reserved.