com.vasoftware.sf.soap44.webservices.tracker
Class TrackerSoapDO

java.lang.Object
  extended by com.vasoftware.sf.soap44.webservices.sfmain.ObjectSoapDO
      extended by com.vasoftware.sf.soap44.webservices.sfmain.FolderSoapDO
          extended by com.vasoftware.sf.soap44.webservices.tracker.TrackerSoapDO

public class TrackerSoapDO
extends FolderSoapDO

A Tracker is a collection of one or more tracker artifacts.

Since:
4.2

Constructor Summary
TrackerSoapDO()
           
 
Method Summary
 SoapNamedValues getAssignments()
          Returns 'assignments'.
 java.lang.String getAutoAssignField()
          Returns 'autoAssignField'.
static void registerTypeMappings(org.apache.axis.client.Call call)
           
 void setAssignments(SoapNamedValues assignments)
          Sets 'assignments'.
 void setAutoAssignField(java.lang.String autoAssignField)
          Sets 'autoAssignField'.
 
Methods inherited from class com.vasoftware.sf.soap44.webservices.sfmain.FolderSoapDO
getDescription, getParentFolderId, getPath, getProjectId, getTitle, setDescription, setParentFolderId, setPath, setProjectId, setTitle
 
Methods inherited from class com.vasoftware.sf.soap44.webservices.sfmain.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrackerSoapDO

public TrackerSoapDO()
Method Detail

getAutoAssignField

public java.lang.String getAutoAssignField()
Returns 'autoAssignField'.

Returns:
Value of 'autoAssignField'.

setAutoAssignField

public void setAutoAssignField(java.lang.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'.

registerTypeMappings

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