Class ProjectGroup
java.lang.Object
com.polarion.alm.ws.client.types.projects.ProjectGroup
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic org.apache.axis.encoding.DeserializergetDeserializer(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializerString[]Gets the groupURIs value for this ProjectGroup.Gets the location value for this ProjectGroup.getName()Gets the name value for this ProjectGroup.Gets the parentURI value for this ProjectGroup.String[]Gets the projectIDs value for this ProjectGroup.static org.apache.axis.encoding.SerializergetSerializer(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDescReturn type metadata objectgetUri()Gets the uri value for this ProjectGroup.inthashCode()booleanGets the unresolvable value for this ProjectGroup.voidsetGroupURIs(String[] groupURIs) Sets the groupURIs value for this ProjectGroup.voidsetLocation(String location) Sets the location value for this ProjectGroup.voidSets the name value for this ProjectGroup.voidsetParentURI(String parentURI) Sets the parentURI value for this ProjectGroup.voidsetProjectIDs(String[] projectIDs) Sets the projectIDs value for this ProjectGroup.voidsetUnresolvable(boolean unresolvable) Sets the unresolvable value for this ProjectGroup.voidSets the uri value for this ProjectGroup.
-
Constructor Details
-
ProjectGroup
public ProjectGroup() -
ProjectGroup
-
-
Method Details
-
getGroupURIs
Gets the groupURIs value for this ProjectGroup.- Returns:
- groupURIs
-
setGroupURIs
Sets the groupURIs value for this ProjectGroup.- Parameters:
groupURIs-
-
getLocation
Gets the location value for this ProjectGroup.- Returns:
- location
-
setLocation
Sets the location value for this ProjectGroup.- Parameters:
location-
-
getName
Gets the name value for this ProjectGroup.- Returns:
- name
-
setName
Sets the name value for this ProjectGroup.- Parameters:
name-
-
getParentURI
Gets the parentURI value for this ProjectGroup.- Returns:
- parentURI
-
setParentURI
Sets the parentURI value for this ProjectGroup.- Parameters:
parentURI-
-
getProjectIDs
Gets the projectIDs value for this ProjectGroup.- Returns:
- projectIDs
-
setProjectIDs
Sets the projectIDs value for this ProjectGroup.- Parameters:
projectIDs-
-
getUri
Gets the uri value for this ProjectGroup.- Returns:
- uri
-
setUri
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
-
hashCode
public int hashCode() -
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
-