Class TagSoapDO

java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.tag.TagSoapDO

public class TagSoapDO extends com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
The TagSoapDO class represents a tag created in a project.
Since:
17.4
  • Constructor Details

    • TagSoapDO

      public TagSoapDO()
  • Method Details

    • getName

      public String getName()
      Returns 'name'. The tag name.
      Returns:
      Value of 'name'.
    • setName

      public void setName(String name)
      Sets 'name'. The tag name.
      Parameters:
      name - Value of 'name'.
    • getDescription

      public String getDescription()
      Returns 'description'. The tag description.
      Returns:
      Value of 'description'.
    • setDescription

      public void setDescription(String description)
      Sets 'description'. The tag description.
      Parameters:
      description - Value of 'description'.
    • getProjectId

      public String getProjectId()
      Returns 'projectId'. The project id.
      Returns:
      Value of 'projectId'.
    • setProjectId

      public void setProjectId(String projectId)
      Sets 'projectId'. The project id.
      Parameters:
      projectId - Value of 'projectId'.
    • getDeletedDate

      public Date getDeletedDate()
      Returns 'deletedDate'. The date on which this tag was deleted.
      Returns:
      Value of 'deletedDate'.
    • setDeletedDate

      public void setDeletedDate(Date deletedDate)
      Sets 'deletedDate'. The date on which this tag was deleted.
      Parameters:
      deletedDate - Value of 'deletedDate'.
    • registerTypeMappings

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