Class WikiPage
java.lang.Object
com.polarion.alm.ws.client.types.tracker.WikiPage
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionWikiPage()
WikiPage
(WikiPageAttachment[] attachments, User author, Calendar created, Text homePageContent, String id, String[] linkedPageURIs, String location, String pageLocation, String pageName, Project project, String spaceId, String title, String type, Calendar updated, User updatedBy, String uri, boolean unresolvable) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the attachments value for this WikiPage.Gets the author value for this WikiPage.Gets the created value for this WikiPage.static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializerGets the homePageContent value for this WikiPage.getId()
Gets the id value for this WikiPage.String[]
Gets the linkedPageURIs value for this WikiPage.Gets the location value for this WikiPage.Gets the pageLocation value for this WikiPage.Gets the pageName value for this WikiPage.Gets the project value for this WikiPage.static org.apache.axis.encoding.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom SerializerGets the spaceId value for this WikiPage.getTitle()
Gets the title value for this WikiPage.getType()
Gets the type value for this WikiPage.static org.apache.axis.description.TypeDesc
Return type metadata objectGets the updated value for this WikiPage.Gets the updatedBy value for this WikiPage.getUri()
Gets the uri value for this WikiPage.int
hashCode()
boolean
Gets the unresolvable value for this WikiPage.void
setAttachments
(WikiPageAttachment[] attachments) Sets the attachments value for this WikiPage.void
Sets the author value for this WikiPage.void
setCreated
(Calendar created) Sets the created value for this WikiPage.void
setHomePageContent
(Text homePageContent) Sets the homePageContent value for this WikiPage.void
Sets the id value for this WikiPage.void
setLinkedPageURIs
(String[] linkedPageURIs) Sets the linkedPageURIs value for this WikiPage.void
setLocation
(String location) Sets the location value for this WikiPage.void
setPageLocation
(String pageLocation) Sets the pageLocation value for this WikiPage.void
setPageName
(String pageName) Sets the pageName value for this WikiPage.void
setProject
(Project project) Sets the project value for this WikiPage.void
setSpaceId
(String spaceId) Sets the spaceId value for this WikiPage.void
Sets the title value for this WikiPage.void
Sets the type value for this WikiPage.void
setUnresolvable
(boolean unresolvable) Sets the unresolvable value for this WikiPage.void
setUpdated
(Calendar updated) Sets the updated value for this WikiPage.void
setUpdatedBy
(User updatedBy) Sets the updatedBy value for this WikiPage.void
Sets the uri value for this WikiPage.
-
Constructor Details
-
WikiPage
public WikiPage() -
WikiPage
public WikiPage(WikiPageAttachment[] attachments, User author, Calendar created, Text homePageContent, String id, String[] linkedPageURIs, String location, String pageLocation, String pageName, Project project, String spaceId, String title, String type, Calendar updated, User updatedBy, String uri, boolean unresolvable)
-
-
Method Details
-
getAttachments
Gets the attachments value for this WikiPage.- Returns:
- attachments
-
setAttachments
Sets the attachments value for this WikiPage.- Parameters:
attachments
-
-
getAuthor
Gets the author value for this WikiPage.- Returns:
- author
-
setAuthor
Sets the author value for this WikiPage.- Parameters:
author
-
-
getCreated
Gets the created value for this WikiPage.- Returns:
- created
-
setCreated
Sets the created value for this WikiPage.- Parameters:
created
-
-
getHomePageContent
Gets the homePageContent value for this WikiPage.- Returns:
- homePageContent
-
setHomePageContent
Sets the homePageContent value for this WikiPage.- Parameters:
homePageContent
-
-
getId
Gets the id value for this WikiPage.- Returns:
- id
-
setId
Sets the id value for this WikiPage.- Parameters:
id
-
-
getLinkedPageURIs
Gets the linkedPageURIs value for this WikiPage.- Returns:
- linkedPageURIs
-
setLinkedPageURIs
Sets the linkedPageURIs value for this WikiPage.- Parameters:
linkedPageURIs
-
-
getLocation
Gets the location value for this WikiPage.- Returns:
- location
-
setLocation
Sets the location value for this WikiPage.- Parameters:
location
-
-
getPageLocation
Gets the pageLocation value for this WikiPage.- Returns:
- pageLocation
-
setPageLocation
Sets the pageLocation value for this WikiPage.- Parameters:
pageLocation
-
-
getPageName
Gets the pageName value for this WikiPage.- Returns:
- pageName
-
setPageName
Sets the pageName value for this WikiPage.- Parameters:
pageName
-
-
getProject
Gets the project value for this WikiPage.- Returns:
- project
-
setProject
Sets the project value for this WikiPage.- Parameters:
project
-
-
getSpaceId
Gets the spaceId value for this WikiPage.- Returns:
- spaceId
-
setSpaceId
Sets the spaceId value for this WikiPage.- Parameters:
spaceId
-
-
getTitle
Gets the title value for this WikiPage.- Returns:
- title
-
setTitle
Sets the title value for this WikiPage.- Parameters:
title
-
-
getType
Gets the type value for this WikiPage.- Returns:
- type
-
setType
Sets the type value for this WikiPage.- Parameters:
type
-
-
getUpdated
Gets the updated value for this WikiPage.- Returns:
- updated
-
setUpdated
Sets the updated value for this WikiPage.- Parameters:
updated
-
-
getUpdatedBy
Gets the updatedBy value for this WikiPage.- Returns:
- updatedBy
-
setUpdatedBy
Sets the updatedBy value for this WikiPage.- Parameters:
updatedBy
-
-
getUri
Gets the uri value for this WikiPage.- Returns:
- uri
-
setUri
Sets the uri value for this WikiPage.- Parameters:
uri
-
-
isUnresolvable
public boolean isUnresolvable()Gets the unresolvable value for this WikiPage.- Returns:
- unresolvable
-
setUnresolvable
public void setUnresolvable(boolean unresolvable) Sets the unresolvable value for this WikiPage.- 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
-