Class LanguageDefinition
java.lang.Object
com.polarion.alm.ws.client.types.tracker.LanguageDefinition
- 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 DeserializergetId()
Gets the id value for this LanguageDefinition.getLabel()
Gets the label value for this LanguageDefinition.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
Sets the id value for this LanguageDefinition.void
Sets the label value for this LanguageDefinition.
-
Constructor Details
-
LanguageDefinition
public LanguageDefinition() -
LanguageDefinition
-
-
Method Details
-
getId
Gets the id value for this LanguageDefinition.- Returns:
- id
-
setId
Sets the id value for this LanguageDefinition.- Parameters:
id
-
-
getLabel
Gets the label value for this LanguageDefinition.- Returns:
- label
-
setLabel
Sets the label value for this LanguageDefinition.- Parameters:
label
-
-
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
-