Class ActivityCustomValueEntry
java.lang.Object
com.polarion.alm.ws.client.types.tracker.ActivityCustomValueEntry
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the customValues value for this ActivityCustomValueEntry.static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializergetKey()
Gets the key value for this ActivityCustomValueEntry.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
setCustomValues
(ActivityCustomValue customValues) Sets the customValues value for this ActivityCustomValueEntry.void
Sets the key value for this ActivityCustomValueEntry.
-
Constructor Details
-
ActivityCustomValueEntry
public ActivityCustomValueEntry() -
ActivityCustomValueEntry
-
-
Method Details
-
getCustomValues
Gets the customValues value for this ActivityCustomValueEntry.- Returns:
- customValues
-
setCustomValues
Sets the customValues value for this ActivityCustomValueEntry.- Parameters:
customValues
-
-
getKey
Gets the key value for this ActivityCustomValueEntry.- Returns:
- key
-
setKey
Sets the key value for this ActivityCustomValueEntry.- Parameters:
key
-
-
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
-