Package org.xwiki.rest.model.jaxb
Class PageSummary
- java.lang.Object
-
- org.xwiki.rest.model.jaxb.LinkCollection
-
- org.xwiki.rest.model.jaxb.PageSummary
-
- Direct Known Subclasses:
Page
public class PageSummary extends LinkCollection
Java class for PageSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PageSummary"> <complexContent> <extension base="{http://www.xwiki.org}LinkCollection"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="fullName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="wiki" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="space" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="rawTitle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="parent" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="parentId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="author" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="authorName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="xwikiRelativeUrl" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="xwikiAbsoluteUrl" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="translations" type="{http://www.xwiki.org}Translations"/> <element name="syntax" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringauthorprotected StringauthorNameprotected StringfullNameprotected Stringidprotected Stringnameprotected Stringparentprotected StringparentIdprotected StringrawTitleprotected Stringspaceprotected Stringsyntaxprotected Stringtitleprotected Translationstranslationsprotected Stringversionprotected Stringwikiprotected StringxwikiAbsoluteUrlprotected StringxwikiRelativeUrl-
Fields inherited from class org.xwiki.rest.model.jaxb.LinkCollection
links
-
-
Constructor Summary
Constructors Constructor Description PageSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthor()Gets the value of the author property.StringgetAuthorName()Gets the value of the authorName property.StringgetFullName()Gets the value of the fullName property.StringgetId()Gets the value of the id property.StringgetName()Gets the value of the name property.StringgetParent()Gets the value of the parent property.StringgetParentId()Gets the value of the parentId property.StringgetRawTitle()Gets the value of the rawTitle property.StringgetSpace()Gets the value of the space property.StringgetSyntax()Gets the value of the syntax property.StringgetTitle()Gets the value of the title property.TranslationsgetTranslations()Gets the value of the translations property.StringgetVersion()Gets the value of the version property.StringgetWiki()Gets the value of the wiki property.StringgetXwikiAbsoluteUrl()Gets the value of the xwikiAbsoluteUrl property.StringgetXwikiRelativeUrl()Gets the value of the xwikiRelativeUrl property.voidsetAuthor(String value)Sets the value of the author property.voidsetAuthorName(String value)Sets the value of the authorName property.voidsetFullName(String value)Sets the value of the fullName property.voidsetId(String value)Sets the value of the id property.voidsetName(String value)Sets the value of the name property.voidsetParent(String value)Sets the value of the parent property.voidsetParentId(String value)Sets the value of the parentId property.voidsetRawTitle(String value)Sets the value of the rawTitle property.voidsetSpace(String value)Sets the value of the space property.voidsetSyntax(String value)Sets the value of the syntax property.voidsetTitle(String value)Sets the value of the title property.voidsetTranslations(Translations value)Sets the value of the translations property.voidsetVersion(String value)Sets the value of the version property.voidsetWiki(String value)Sets the value of the wiki property.voidsetXwikiAbsoluteUrl(String value)Sets the value of the xwikiAbsoluteUrl property.voidsetXwikiRelativeUrl(String value)Sets the value of the xwikiRelativeUrl property.PageSummarywithAuthor(String value)PageSummarywithAuthorName(String value)PageSummarywithFullName(String value)PageSummarywithId(String value)PageSummarywithLinks(Collection<Link> values)PageSummarywithLinks(Link... values)PageSummarywithName(String value)PageSummarywithParent(String value)PageSummarywithParentId(String value)PageSummarywithRawTitle(String value)PageSummarywithSpace(String value)PageSummarywithSyntax(String value)PageSummarywithTitle(String value)PageSummarywithTranslations(Translations value)PageSummarywithVersion(String value)PageSummarywithWiki(String value)PageSummarywithXwikiAbsoluteUrl(String value)PageSummarywithXwikiRelativeUrl(String value)-
Methods inherited from class org.xwiki.rest.model.jaxb.LinkCollection
getLinks
-
-
-
-
Field Detail
-
id
protected String id
-
fullName
protected String fullName
-
wiki
protected String wiki
-
space
protected String space
-
name
protected String name
-
title
protected String title
-
rawTitle
protected String rawTitle
-
parent
protected String parent
-
parentId
protected String parentId
-
version
protected String version
-
author
protected String author
-
authorName
protected String authorName
-
xwikiRelativeUrl
protected String xwikiRelativeUrl
-
xwikiAbsoluteUrl
protected String xwikiAbsoluteUrl
-
translations
protected Translations translations
-
syntax
protected String syntax
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getFullName
public String getFullName()
Gets the value of the fullName property.- Returns:
- possible object is
String
-
setFullName
public void setFullName(String value)
Sets the value of the fullName property.- Parameters:
value- allowed object isString
-
getWiki
public String getWiki()
Gets the value of the wiki property.- Returns:
- possible object is
String
-
setWiki
public void setWiki(String value)
Sets the value of the wiki property.- Parameters:
value- allowed object isString
-
getSpace
public String getSpace()
Gets the value of the space property.- Returns:
- possible object is
String
-
setSpace
public void setSpace(String value)
Sets the value of the space property.- Parameters:
value- allowed object isString
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getTitle
public String getTitle()
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
public void setTitle(String value)
Sets the value of the title property.- Parameters:
value- allowed object isString
-
getRawTitle
public String getRawTitle()
Gets the value of the rawTitle property.- Returns:
- possible object is
String
-
setRawTitle
public void setRawTitle(String value)
Sets the value of the rawTitle property.- Parameters:
value- allowed object isString
-
getParent
public String getParent()
Gets the value of the parent property.- Returns:
- possible object is
String
-
setParent
public void setParent(String value)
Sets the value of the parent property.- Parameters:
value- allowed object isString
-
getParentId
public String getParentId()
Gets the value of the parentId property.- Returns:
- possible object is
String
-
setParentId
public void setParentId(String value)
Sets the value of the parentId property.- Parameters:
value- allowed object isString
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
public void setVersion(String value)
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getAuthor
public String getAuthor()
Gets the value of the author property.- Returns:
- possible object is
String
-
setAuthor
public void setAuthor(String value)
Sets the value of the author property.- Parameters:
value- allowed object isString
-
getAuthorName
public String getAuthorName()
Gets the value of the authorName property.- Returns:
- possible object is
String
-
setAuthorName
public void setAuthorName(String value)
Sets the value of the authorName property.- Parameters:
value- allowed object isString
-
getXwikiRelativeUrl
public String getXwikiRelativeUrl()
Gets the value of the xwikiRelativeUrl property.- Returns:
- possible object is
String
-
setXwikiRelativeUrl
public void setXwikiRelativeUrl(String value)
Sets the value of the xwikiRelativeUrl property.- Parameters:
value- allowed object isString
-
getXwikiAbsoluteUrl
public String getXwikiAbsoluteUrl()
Gets the value of the xwikiAbsoluteUrl property.- Returns:
- possible object is
String
-
setXwikiAbsoluteUrl
public void setXwikiAbsoluteUrl(String value)
Sets the value of the xwikiAbsoluteUrl property.- Parameters:
value- allowed object isString
-
getTranslations
public Translations getTranslations()
Gets the value of the translations property.- Returns:
- possible object is
Translations
-
setTranslations
public void setTranslations(Translations value)
Sets the value of the translations property.- Parameters:
value- allowed object isTranslations
-
getSyntax
public String getSyntax()
Gets the value of the syntax property.- Returns:
- possible object is
String
-
setSyntax
public void setSyntax(String value)
Sets the value of the syntax property.- Parameters:
value- allowed object isString
-
withId
public PageSummary withId(String value)
-
withFullName
public PageSummary withFullName(String value)
-
withWiki
public PageSummary withWiki(String value)
-
withSpace
public PageSummary withSpace(String value)
-
withName
public PageSummary withName(String value)
-
withTitle
public PageSummary withTitle(String value)
-
withRawTitle
public PageSummary withRawTitle(String value)
-
withParent
public PageSummary withParent(String value)
-
withParentId
public PageSummary withParentId(String value)
-
withVersion
public PageSummary withVersion(String value)
-
withAuthor
public PageSummary withAuthor(String value)
-
withAuthorName
public PageSummary withAuthorName(String value)
-
withXwikiRelativeUrl
public PageSummary withXwikiRelativeUrl(String value)
-
withXwikiAbsoluteUrl
public PageSummary withXwikiAbsoluteUrl(String value)
-
withTranslations
public PageSummary withTranslations(Translations value)
-
withSyntax
public PageSummary withSyntax(String value)
-
withLinks
public PageSummary withLinks(Link... values)
- Overrides:
withLinksin classLinkCollection
-
withLinks
public PageSummary withLinks(Collection<Link> values)
- Overrides:
withLinksin classLinkCollection
-
-