Class EnumOptionId
java.lang.Object
com.polarion.alm.ws.client.types.tracker.EnumOptionId
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PriorityOptionId
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializergetId()
Gets the id value for this EnumOptionId.static 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()
void
Sets the id value for this EnumOptionId.
-
Constructor Details
-
EnumOptionId
public EnumOptionId() -
EnumOptionId
-
-
Method Details
-
getId
Gets the id value for this EnumOptionId.- Returns:
- id
-
setId
Sets the id value for this EnumOptionId.- Parameters:
id
-
-
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
-