Class EnumCustomFieldType
java.lang.Object
com.polarion.alm.ws.client.types.tracker.CustomFieldType
com.polarion.alm.ws.client.types.tracker.EnumCustomFieldType
- 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 DeserializerGets the enumId value for this EnumCustomFieldType.static org.apache.axis.encoding.SerializergetSerializer(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDescReturn type metadata objectinthashCode()voidSets the enumId value for this EnumCustomFieldType.Methods inherited from class com.polarion.alm.ws.client.types.tracker.CustomFieldType
getDefaultValue, getDependsOn, getDescription, getId, getName, getType, isMulti, isRequired, setDefaultValue, setDependsOn, setDescription, setId, setMulti, setName, setRequired, setType
-
Constructor Details
-
EnumCustomFieldType
public EnumCustomFieldType() -
EnumCustomFieldType
-
-
Method Details
-
getEnumId
Gets the enumId value for this EnumCustomFieldType.- Returns:
- enumId
-
setEnumId
Sets the enumId value for this EnumCustomFieldType.- Parameters:
enumId-
-
equals
- Overrides:
equalsin classCustomFieldType
-
hashCode
public int hashCode()- Overrides:
hashCodein classCustomFieldType
-
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
-