public class TrackerFieldSoapDO
extends com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_TYPE_DATE
Field type is date.
|
static String |
FIELD_TYPE_FOLDER
Field type is a folder (planning folder).
|
static String |
FIELD_TYPE_MULTISELECT
Field type is a multiselect (multiple choice of values).
|
static String |
FIELD_TYPE_MULTISELECT_USER
Field type is multiselect username (multiple choice of usernames).
|
static String |
FIELD_TYPE_SINGLE_SELECT
Field type is single select (choice of values).
|
static String |
FIELD_TYPE_TEXT
Field type is plain text (integer or string).
|
static String |
FIELD_USER_FILTER_ALL
All users are allowed in the field of type user
|
static String |
FIELD_USER_FILTER_PROJECT_MEMBER
only project members are allowed in the field of type user
|
static String |
FIELD_VALUE_TYPE_DATE
Possible field value type (applies to FIELD_TYPE_DATE only).
|
static String |
FIELD_VALUE_TYPE_INTEGER
Possible field value type (applies to TEXT_FIELD only).
|
static String |
FIELD_VALUE_TYPE_STRING
Possible field value type (applies to TEXT_FIELD only).
|
static String |
FIELD_VALUE_TYPE_USER
Possible field value type (applies to FIELD_TYPE_MULTISELECT_USER only).
|
Constructor and Description |
---|
TrackerFieldSoapDO() |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultTextValue()
Returns 'defaultTextValue'.
|
String[] |
getDefaultUsernames()
Returns 'defaultUsernames'.
|
boolean |
getDisabled()
Returns 'disabled'.
|
int |
getDisplayLines()
Returns 'displayLines'.
|
int |
getDisplaySize()
Returns 'displaySize'.
|
String |
getFieldType()
Returns 'fieldType'.
|
TrackerFieldValueSoapDO[] |
getFieldValues()
Returns 'fieldValues'.
|
String |
getHelpText()
Returns 'helpText'.
|
boolean |
getHiddenOnCreate()
Returns 'hiddenOnCreate'.
|
String |
getName()
Returns 'name'.
|
com.collabnet.ce.soap60.types.SoapNamedValues |
getParentChildFieldValueMap()
Returns 'parentChildFieldValueMap'.
|
String |
getParentFieldId()
Returns 'parentFieldId'.
|
String |
getPattern()
Returns 'pattern'.
|
boolean |
getRequired()
Returns 'required'.
|
String |
getUserFilter()
Returns 'userFilter'.
|
String |
getValueType()
Returns 'valueType'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setDefaultTextValue(String defaultTextValue)
Sets 'defaultTextValue'.
|
void |
setDefaultUsernames(String[] defaultUsernames)
Sets 'defaultUsernames'.
|
void |
setDisabled(boolean disabled)
Sets 'disabled'.
|
void |
setDisplayLines(int displayLines)
Sets 'displayLines'.
|
void |
setDisplaySize(int displaySize)
Sets 'displaySize'.
|
void |
setFieldType(String fieldType)
Sets 'fieldType'.
|
void |
setFieldValues(TrackerFieldValueSoapDO[] fieldValues)
Sets 'fieldValues'.
|
void |
setHelpText(String helpText)
Sets 'helpText'.
|
void |
setHiddenOnCreate(boolean hiddenOnCreate)
Sets 'hiddenOnCreate'.
|
void |
setName(String name)
Sets 'name'.
|
void |
setParentChildFieldValueMap(com.collabnet.ce.soap60.types.SoapNamedValues parentChildFieldValueMap)
Sets 'parentChildFieldValueMap'.
|
void |
setParentFieldId(String parentFieldId)
Sets 'parentFieldId'.
|
void |
setPattern(String pattern)
Sets 'pattern'.
|
void |
setRequired(boolean required)
Sets 'required'.
|
void |
setUserFilter(String userFilter)
Sets 'userFilter'.
|
void |
setValueType(String valueType)
Sets 'valueType'.
|
public static final String FIELD_TYPE_TEXT
public static final String FIELD_TYPE_FOLDER
public static final String FIELD_TYPE_SINGLE_SELECT
public static final String FIELD_TYPE_MULTISELECT
public static final String FIELD_TYPE_MULTISELECT_USER
public static final String FIELD_TYPE_DATE
public static final String FIELD_VALUE_TYPE_STRING
public static final String FIELD_VALUE_TYPE_INTEGER
public static final String FIELD_VALUE_TYPE_USER
public static final String FIELD_VALUE_TYPE_DATE
public static final String FIELD_USER_FILTER_PROJECT_MEMBER
public static final String FIELD_USER_FILTER_ALL
public String getName()
public void setName(String name)
name
- Value of 'name'.public String getFieldType()
public void setFieldType(String fieldType)
fieldType
- Value of 'fieldType'.public String getValueType()
public void setValueType(String valueType)
valueType
- Value of 'valueType'.public boolean getRequired()
public void setRequired(boolean required)
required
- Value of 'required'.public boolean getDisabled()
public void setDisabled(boolean disabled)
disabled
- Value of 'disabled'.public boolean getHiddenOnCreate()
public void setHiddenOnCreate(boolean hiddenOnCreate)
hiddenOnCreate
- Value of 'hiddenOnCreate'.public TrackerFieldValueSoapDO[] getFieldValues()
public void setFieldValues(TrackerFieldValueSoapDO[] fieldValues)
fieldValues
- Value of 'fieldValues'.public String getParentFieldId()
public void setParentFieldId(String parentFieldId)
parentFieldId
- Value of 'parentFieldId'.public com.collabnet.ce.soap60.types.SoapNamedValues getParentChildFieldValueMap()
public void setParentChildFieldValueMap(com.collabnet.ce.soap60.types.SoapNamedValues parentChildFieldValueMap)
parentChildFieldValueMap
- Value of 'parentChildFieldValueMap'.public int getDisplaySize()
public void setDisplaySize(int displaySize)
displaySize
- Value of 'displaySize'.public int getDisplayLines()
public void setDisplayLines(int displayLines)
displayLines
- Value of 'displayLines'.public String getDefaultTextValue()
public void setDefaultTextValue(String defaultTextValue)
defaultTextValue
- Value of 'defaultTextValue'.public String getUserFilter()
public void setUserFilter(String userFilter)
userFilter
- Value of 'userFilter'.public String[] getDefaultUsernames()
public void setDefaultUsernames(String[] defaultUsernames)
defaultUsernames
- Value of 'defaultUsernames'.public String getHelpText()
public void setHelpText(String helpText)
helpText
- Value of 'helpText'.public String getPattern()
public void setPattern(String pattern)
pattern
- Value of 'pattern'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2016 CollabNet. All Rights Reserved.