Class TrackerFieldValueSoapDO
java.lang.Object
com.collabnet.ce.soap60.webservices.tracker.TrackerFieldValueSoapDO
Data object that represents a possible value for a custom field.
- Since:
- 4.2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Returns 'id'.booleanReturns 'isDefault'.getValue()Returns 'value'.Returns 'valueClass'.static voidregisterTypeMappings(org.apache.axis.client.Call call) voidSets 'id'.voidsetIsDefault(boolean isDefault) Sets 'isDefault'.voidSets 'value'.voidsetValueClass(String valueClass) Sets 'valueClass'.
-
Field Details
-
VALUE_CLASS_OPEN
Possible value for the 'valueClass' field, indicating that a given field value represents an open state.- See Also:
-
VALUE_CLASS_CLOSED
Possible value for the 'valueClass' field, indicating that a given field value represents a closed state.- See Also:
-
-
Constructor Details
-
TrackerFieldValueSoapDO
public TrackerFieldValueSoapDO()
-
-
Method Details
-
getId
Returns 'id'.- Returns:
- Value of 'id'.
-
setId
Sets 'id'.- Parameters:
id- Value of 'id'.
-
getValue
Returns 'value'. The value of the field.- Returns:
- Value of 'value'.
-
setValue
Sets 'value'. The value of the field.- Parameters:
value- Value of 'value'.
-
getValueClass
Returns 'valueClass'.- Returns:
- Value of 'valueClass'.
-
setValueClass
Sets 'valueClass'.- Parameters:
valueClass- Value of 'valueClass'.
-
getIsDefault
public boolean getIsDefault()Returns 'isDefault'.- Returns:
- Value of 'isDefault'.
-
setIsDefault
public void setIsDefault(boolean isDefault) Sets 'isDefault'.- Parameters:
isDefault- Value of 'isDefault'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-