Class ProjectGroup
java.lang.Object
com.polarion.alm.ws.client.types.projects.ProjectGroup
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static org.apache.axis.encoding.Deserializer
getDeserializer
(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.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDesc
Return type metadata objectgetUri()
Gets the uri value for this ProjectGroup.int
hashCode()
boolean
Gets the unresolvable value for this ProjectGroup.void
setGroupURIs
(String[] groupURIs) Sets the groupURIs value for this ProjectGroup.void
setLocation
(String location) Sets the location value for this ProjectGroup.void
Sets the name value for this ProjectGroup.void
setParentURI
(String parentURI) Sets the parentURI value for this ProjectGroup.void
setProjectIDs
(String[] projectIDs) Sets the projectIDs value for this ProjectGroup.void
setUnresolvable
(boolean unresolvable) Sets the unresolvable value for this ProjectGroup.void
Sets 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
-