Class PriorityOptionId
java.lang.Object
com.polarion.alm.ws.client.types.tracker.EnumOptionId
com.polarion.alm.ws.client.types.tracker.PriorityOptionId
- 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 Deserializerstatic org.apache.axis.encoding.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDesc
Return type metadata objectint
hashCode()
Methods inherited from class com.polarion.alm.ws.client.types.tracker.EnumOptionId
getId, setId
-
Constructor Details
-
PriorityOptionId
public PriorityOptionId() -
PriorityOptionId
-
-
Method Details
-
equals
- Overrides:
equals
in classEnumOptionId
-
hashCode
public int hashCode()- Overrides:
hashCode
in classEnumOptionId
-
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
-