Class TestRunAttachment
java.lang.Object
com.polarion.alm.ws.client.types.tracker.TestRunAttachment
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the author value for this TestRunAttachment.static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializerGets the fileName value for this TestRunAttachment.getId()
Gets the id value for this TestRunAttachment.Gets the length value for this TestRunAttachment.static org.apache.axis.encoding.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom SerializerGets the testRunURI value for this TestRunAttachment.getTitle()
Gets the title value for this TestRunAttachment.static org.apache.axis.description.TypeDesc
Return type metadata objectGets the updated value for this TestRunAttachment.getUri()
Gets the uri value for this TestRunAttachment.getUrl()
Gets the url value for this TestRunAttachment.int
hashCode()
boolean
Gets the unresolvable value for this TestRunAttachment.void
Sets the author value for this TestRunAttachment.void
setFileName
(String fileName) Sets the fileName value for this TestRunAttachment.void
Sets the id value for this TestRunAttachment.void
Sets the length value for this TestRunAttachment.void
setTestRunURI
(String testRunURI) Sets the testRunURI value for this TestRunAttachment.void
Sets the title value for this TestRunAttachment.void
setUnresolvable
(boolean unresolvable) Sets the unresolvable value for this TestRunAttachment.void
setUpdated
(Calendar updated) Sets the updated value for this TestRunAttachment.void
Sets the uri value for this TestRunAttachment.void
Sets the url value for this TestRunAttachment.
-
Constructor Details
-
TestRunAttachment
public TestRunAttachment() -
TestRunAttachment
-
-
Method Details
-
getAuthor
Gets the author value for this TestRunAttachment.- Returns:
- author
-
setAuthor
Sets the author value for this TestRunAttachment.- Parameters:
author
-
-
getFileName
Gets the fileName value for this TestRunAttachment.- Returns:
- fileName
-
setFileName
Sets the fileName value for this TestRunAttachment.- Parameters:
fileName
-
-
getId
Gets the id value for this TestRunAttachment.- Returns:
- id
-
setId
Sets the id value for this TestRunAttachment.- Parameters:
id
-
-
getLength
Gets the length value for this TestRunAttachment.- Returns:
- length
-
setLength
Sets the length value for this TestRunAttachment.- Parameters:
length
-
-
getTestRunURI
Gets the testRunURI value for this TestRunAttachment.- Returns:
- testRunURI
-
setTestRunURI
Sets the testRunURI value for this TestRunAttachment.- Parameters:
testRunURI
-
-
getTitle
Gets the title value for this TestRunAttachment.- Returns:
- title
-
setTitle
Sets the title value for this TestRunAttachment.- Parameters:
title
-
-
getUpdated
Gets the updated value for this TestRunAttachment.- Returns:
- updated
-
setUpdated
Sets the updated value for this TestRunAttachment.- Parameters:
updated
-
-
getUrl
Gets the url value for this TestRunAttachment.- Returns:
- url
-
setUrl
Sets the url value for this TestRunAttachment.- Parameters:
url
-
-
getUri
Gets the uri value for this TestRunAttachment.- Returns:
- uri
-
setUri
Sets the uri value for this TestRunAttachment.- Parameters:
uri
-
-
isUnresolvable
public boolean isUnresolvable()Gets the unresolvable value for this TestRunAttachment.- Returns:
- unresolvable
-
setUnresolvable
public void setUnresolvable(boolean unresolvable) Sets the unresolvable value for this TestRunAttachment.- Parameters:
unresolvable
-
-
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
-