Class WorkflowAutoPopulateSoapDO
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.tracker.WorkflowAutoPopulateSoapDO
-
public class WorkflowAutoPopulateSoapDO extends Object
Data object that represents workflow autopopulate data.- Since:
- 17.11
-
-
Constructor Summary
Constructors Constructor Description WorkflowAutoPopulateSoapDO()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFieldId()Returns 'fieldId'.String[]getValues()Returns 'values'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetFieldId(String fieldId)Sets 'fieldId'.voidsetValues(String[] values)Sets 'values'.
-
-
-
Method Detail
-
getFieldId
public String getFieldId()
Returns 'fieldId'. The ids of the autopopulate fields.- Returns:
- Value of 'fieldId'.
-
setFieldId
public void setFieldId(String fieldId)
Sets 'fieldId'. The ids of the autopopulate fields.- Parameters:
fieldId- Value of 'fieldId'.
-
getValues
public String[] getValues()
Returns 'values'. The values of the autopopulate fields.- Returns:
- Value of 'values'.
-
setValues
public void setValues(String[] values)
Sets 'values'. The values of the autopopulate fields.- Parameters:
values- Value of 'values'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-