Class Category
java.lang.Object
com.polarion.alm.ws.client.types.tracker.Category
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the description value for this Category.static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializergetId()
Gets the id value for this Category.getName()
Gets the name value for this Category.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 Category.int
hashCode()
boolean
Gets the unresolvable value for this Category.void
setDescription
(Text description) Sets the description value for this Category.void
Sets the id value for this Category.void
Sets the name value for this Category.void
setUnresolvable
(boolean unresolvable) Sets the unresolvable value for this Category.void
Sets the uri value for this Category.
-
Constructor Details
-
Category
public Category() -
Category
-
-
Method Details
-
getDescription
Gets the description value for this Category.- Returns:
- description
-
setDescription
Sets the description value for this Category.- Parameters:
description
-
-
getId
Gets the id value for this Category.- Returns:
- id
-
setId
Sets the id value for this Category.- Parameters:
id
-
-
getName
Gets the name value for this Category.- Returns:
- name
-
setName
Sets the name value for this Category.- Parameters:
name
-
-
getUri
Gets the uri value for this Category.- Returns:
- uri
-
setUri
Sets the uri value for this Category.- Parameters:
uri
-
-
isUnresolvable
public boolean isUnresolvable()Gets the unresolvable value for this Category.- Returns:
- unresolvable
-
setUnresolvable
public void setUnresolvable(boolean unresolvable) Sets the unresolvable value for this Category.- 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
-