Class Parameter
java.lang.Object
com.polarion.alm.ws.client.types.testmanagement.Parameter
- 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 DeserializergetName()
Gets the name value for this Parameter.static org.apache.axis.encoding.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDesc
Return type metadata objectgetValue()
Gets the value value for this Parameter.int
hashCode()
void
Sets the name value for this Parameter.void
Sets the value value for this Parameter.
-
Constructor Details
-
Parameter
public Parameter() -
Parameter
-
-
Method Details
-
getName
Gets the name value for this Parameter.- Returns:
- name
-
setName
Sets the name value for this Parameter.- Parameters:
name
-
-
getValue
Gets the value value for this Parameter.- Returns:
- value
-
setValue
Sets the value value for this Parameter.- 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
-