Class WorkflowAutoPopulateSoapDO
java.lang.Object
com.collabnet.ce.soap60.webservices.tracker.WorkflowAutoPopulateSoapDO
Data object that represents workflow autopopulate data.
- Since:
- 17.11
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'fieldId'.String[]
Returns 'values'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setFieldId
(String fieldId) Sets 'fieldId'.void
Sets 'values'.
-
Constructor Details
-
WorkflowAutoPopulateSoapDO
public WorkflowAutoPopulateSoapDO()
-
-
Method Details
-
getFieldId
Returns 'fieldId'. The ids of the autopopulate fields.- Returns:
- Value of 'fieldId'.
-
setFieldId
Sets 'fieldId'. The ids of the autopopulate fields.- Parameters:
fieldId
- Value of 'fieldId'.
-
getValues
Returns 'values'. The values of the autopopulate fields.- Returns:
- Value of 'values'.
-
setValues
Sets 'values'. The values of the autopopulate fields.- Parameters:
values
- Value of 'values'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-