Class Custom
java.lang.Object
com.polarion.alm.ws.client.types.tracker.Custom
- 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 DeserializergetKey()
Gets the key value for this Custom.static org.apache.axis.encoding.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDesc
Return type metadata objectgetValue()
Gets the value value for this Custom.int
hashCode()
void
Sets the key value for this Custom.void
Sets the value value for this Custom.
-
Constructor Details
-
Custom
public Custom() -
Custom
-
-
Method Details
-
getKey
Gets the key value for this Custom.- Returns:
- key
-
setKey
Sets the key value for this Custom.- Parameters:
key
-
-
getValue
Gets the value value for this Custom.- Returns:
- value
-
setValue
Sets the value value for this Custom.- Parameters:
value
-
-
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
-