Class Attachment
java.lang.Object
com.polarion.alm.ws.client.types.tracker.Attachment
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the author value for this Attachment.static org.apache.axis.encoding.DeserializergetDeserializer(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.SerializergetSerializer(String mechType, Class _javaType, QName _xmlType) Get Custom SerializergetTitle()Gets the title value for this Attachment.static org.apache.axis.description.TypeDescReturn 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.inthashCode()booleanGets the unresolvable value for this Attachment.voidSets the author value for this Attachment.voidsetFileName(String fileName) Sets the fileName value for this Attachment.voidSets the id value for this Attachment.voidSets the length value for this Attachment.voidSets the title value for this Attachment.voidsetUnresolvable(boolean unresolvable) Sets the unresolvable value for this Attachment.voidsetUpdated(Calendar updated) Sets the updated value for this Attachment.voidSets the uri value for this Attachment.voidSets 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
-