Class ActivityCustomValue
java.lang.Object
com.polarion.alm.ws.client.types.tracker.ActivityCustomValue
- 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 objectString[]
Gets the values value for this ActivityCustomValue.int
hashCode()
void
Sets the values value for this ActivityCustomValue.
-
Constructor Details
-
ActivityCustomValue
public ActivityCustomValue() -
ActivityCustomValue
-
-
Method Details
-
getValues
Gets the values value for this ActivityCustomValue.- Returns:
- values
-
setValues
Sets the values value for this ActivityCustomValue.- Parameters:
values
-
-
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
-