Class TestSteps
java.lang.Object
com.polarion.alm.ws.client.types.testmanagement.TestSteps
- 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 DeserializergetKeys()Gets the keys value for this TestSteps.static org.apache.axis.encoding.SerializergetSerializer(String mechType, Class _javaType, QName _xmlType) Get Custom SerializerTestStep[]getSteps()Gets the steps value for this TestSteps.static org.apache.axis.description.TypeDescReturn type metadata objectinthashCode()voidsetKeys(EnumOptionId[] keys) Sets the keys value for this TestSteps.voidSets the steps value for this TestSteps.
-
Constructor Details
-
TestSteps
public TestSteps() -
TestSteps
-
-
Method Details
-
getKeys
Gets the keys value for this TestSteps.- Returns:
- keys
-
setKeys
Sets the keys value for this TestSteps.- Parameters:
keys-
-
getSteps
Gets the steps value for this TestSteps.- Returns:
- steps
-
setSteps
Sets the steps value for this TestSteps.- Parameters:
steps-
-
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
-