Class CustomField
java.lang.Object
com.polarion.alm.ws.client.types.tracker.CustomField
- 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 DeserializergetKey()Gets the key value for this CustomField.Gets the parentItemURI value for this CustomField.static org.apache.axis.encoding.SerializergetSerializer(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDescReturn type metadata objectgetValue()Gets the value value for this CustomField.inthashCode()voidSets the key value for this CustomField.voidsetParentItemURI(String parentItemURI) Sets the parentItemURI value for this CustomField.voidSets the value value for this CustomField.
-
Constructor Details
-
CustomField
public CustomField() -
CustomField
-
-
Method Details
-
getKey
Gets the key value for this CustomField.- Returns:
- key
-
setKey
Sets the key value for this CustomField.- Parameters:
key-
-
getParentItemURI
Gets the parentItemURI value for this CustomField.- Returns:
- parentItemURI
-
setParentItemURI
Sets the parentItemURI value for this CustomField.- Parameters:
parentItemURI-
-
getValue
Gets the value value for this CustomField.- Returns:
- value
-
setValue
Sets the value value for this CustomField.- 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
-