Class ProjectGroup

java.lang.Object
com.polarion.alm.ws.client.types.projects.ProjectGroup
All Implemented Interfaces:
Serializable

public class ProjectGroup extends Object implements Serializable
See Also:
  • Constructor Details

    • ProjectGroup

      public ProjectGroup()
    • ProjectGroup

      public ProjectGroup(String[] groupURIs, String location, String name, String parentURI, String[] projectIDs, String uri, boolean unresolvable)
  • Method Details

    • getGroupURIs

      public String[] getGroupURIs()
      Gets the groupURIs value for this ProjectGroup.
      Returns:
      groupURIs
    • setGroupURIs

      public void setGroupURIs(String[] groupURIs)
      Sets the groupURIs value for this ProjectGroup.
      Parameters:
      groupURIs -
    • getLocation

      public String getLocation()
      Gets the location value for this ProjectGroup.
      Returns:
      location
    • setLocation

      public void setLocation(String location)
      Sets the location value for this ProjectGroup.
      Parameters:
      location -
    • getName

      public String getName()
      Gets the name value for this ProjectGroup.
      Returns:
      name
    • setName

      public void setName(String name)
      Sets the name value for this ProjectGroup.
      Parameters:
      name -
    • getParentURI

      public String getParentURI()
      Gets the parentURI value for this ProjectGroup.
      Returns:
      parentURI
    • setParentURI

      public void setParentURI(String parentURI)
      Sets the parentURI value for this ProjectGroup.
      Parameters:
      parentURI -
    • getProjectIDs

      public String[] getProjectIDs()
      Gets the projectIDs value for this ProjectGroup.
      Returns:
      projectIDs
    • setProjectIDs

      public void setProjectIDs(String[] projectIDs)
      Sets the projectIDs value for this ProjectGroup.
      Parameters:
      projectIDs -
    • getUri

      public String getUri()
      Gets the uri value for this ProjectGroup.
      Returns:
      uri
    • setUri

      public void setUri(String uri)
      Sets the uri value for this ProjectGroup.
      Parameters:
      uri -
    • isUnresolvable

      public boolean isUnresolvable()
      Gets the unresolvable value for this ProjectGroup.
      Returns:
      unresolvable
    • setUnresolvable

      public void setUnresolvable(boolean unresolvable)
      Sets the unresolvable value for this ProjectGroup.
      Parameters:
      unresolvable -
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getTypeDesc

      public static org.apache.axis.description.TypeDesc getTypeDesc()
      Return type metadata object
    • getSerializer

      public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
      Get Custom Serializer
    • getDeserializer

      public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
      Get Custom Deserializer