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