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