Class ProjectGroupSoapDO

java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.cemain.ProjectGroupSoapDO

public class ProjectGroupSoapDO extends com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
This class represents the data associated with a project group.
Since:
6.0.1
  • Constructor Details

    • ProjectGroupSoapDO

      public ProjectGroupSoapDO()
  • Method Details

    • getPath

      public String getPath()
      Returns 'path'. The path of the project group.
      Returns:
      Value of 'path'.
    • setPath

      public void setPath(String path)
      Sets 'path'. The path of the project group.
      Parameters:
      path - Value of 'path'.
    • getTitle

      public String getTitle()
      Returns 'title'. The title of the project group.
      Returns:
      Value of 'title'.
    • setTitle

      public void setTitle(String title)
      Sets 'title'. The title of the project group.
      Parameters:
      title - Value of 'title'.
    • getDescription

      public String getDescription()
      Returns 'description'. The detailed description of the project group.
      Returns:
      Value of 'description'.
    • setDescription

      public void setDescription(String description)
      Sets 'description'. The detailed description of the project group.
      Parameters:
      description - Value of 'description'.
    • registerTypeMappings

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