Class TrackerSoapDO

java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
com.collabnet.ce.soap60.webservices.tracker.TrackerSoapDO

public class TrackerSoapDO extends FolderSoapDO
A Tracker is a collection of one or more tracker artifacts.
Change History
Release: 6.1
  • Added icon field.
Since:
4.2
  • Constructor Details

    • TrackerSoapDO

      public TrackerSoapDO()
  • Method Details

    • getAutoAssignField

      public String getAutoAssignField()
      Returns 'autoAssignField'.
      Returns:
      Value of 'autoAssignField'.
    • setAutoAssignField

      public void setAutoAssignField(String autoAssignField)
      Sets 'autoAssignField'.
      Parameters:
      autoAssignField - Value of 'autoAssignField'.
    • getAssignments

      public SoapNamedValues getAssignments()
      Returns 'assignments'.
      Returns:
      Value of 'assignments'.
    • setAssignments

      public void setAssignments(SoapNamedValues assignments)
      Sets 'assignments'.
      Parameters:
      assignments - Value of 'assignments'.
    • getIcon

      public String getIcon()
      Returns 'icon'. Accepted pattern for Tracker Icon argument are 1. A String following the format "icon_" + decimal_digit + decimal_digit + ".png" [ex: icon_01.png , icon_99.png] 2. A null value.
      Returns:
      Value of 'icon'.
    • setIcon

      public void setIcon(String icon)
      Sets 'icon'. Accepted pattern for Tracker Icon argument are 1. A String following the format "icon_" + decimal_digit + decimal_digit + ".png" [ex: icon_01.png , icon_99.png] 2. A null value.
      Parameters:
      icon - Value of 'icon'.
    • registerTypeMappings

      public static void registerTypeMappings(org.apache.axis.client.Call call)