Class TestStepResult
java.lang.Object
com.polarion.alm.ws.client.types.testmanagement.TestStepResult
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionTestStepResult
(TestRunAttachment[] attachments, Text comment, EnumOptionId result) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the attachments value for this TestStepResult.Gets the comment value for this TestStepResult.static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializerGets the result value for this TestStepResult.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
setAttachments
(TestRunAttachment[] attachments) Sets the attachments value for this TestStepResult.void
setComment
(Text comment) Sets the comment value for this TestStepResult.void
setResult
(EnumOptionId result) Sets the result value for this TestStepResult.
-
Constructor Details
-
TestStepResult
public TestStepResult() -
TestStepResult
-
-
Method Details
-
getAttachments
Gets the attachments value for this TestStepResult.- Returns:
- attachments
-
setAttachments
Sets the attachments value for this TestStepResult.- Parameters:
attachments
-
-
getComment
Gets the comment value for this TestStepResult.- Returns:
- comment
-
setComment
Sets the comment value for this TestStepResult.- Parameters:
comment
-
-
getResult
Gets the result value for this TestStepResult.- Returns:
- result
-
setResult
Sets the result value for this TestStepResult.- Parameters:
result
-
-
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
-