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 Details

    • WorkflowAutoPopulateSoapDO

      public WorkflowAutoPopulateSoapDO()
  • Method Details

    • 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)