Class ActivityCustomValue
java.lang.Object
com.polarion.alm.ws.client.types.tracker.ActivityCustomValue
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic org.apache.axis.encoding.DeserializergetDeserializer(String mechType, Class _javaType, QName _xmlType) Get Custom Deserializerstatic org.apache.axis.encoding.SerializergetSerializer(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDescReturn type metadata objectString[]Gets the values value for this ActivityCustomValue.inthashCode()voidSets 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
-