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 String
author
protected String
authorName
protected String
fullName
protected String
id
protected String
name
protected String
parent
protected String
parentId
protected String
rawTitle
protected String
space
protected String
syntax
protected String
title
protected Translations
translations
protected String
version
protected String
wiki
protected String
xwikiAbsoluteUrl
protected String
xwikiRelativeUrl
-
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 String
getAuthor()
Gets the value of the author property.String
getAuthorName()
Gets the value of the authorName property.String
getFullName()
Gets the value of the fullName property.String
getId()
Gets the value of the id property.String
getName()
Gets the value of the name property.String
getParent()
Gets the value of the parent property.String
getParentId()
Gets the value of the parentId property.String
getRawTitle()
Gets the value of the rawTitle property.String
getSpace()
Gets the value of the space property.String
getSyntax()
Gets the value of the syntax property.String
getTitle()
Gets the value of the title property.Translations
getTranslations()
Gets the value of the translations property.String
getVersion()
Gets the value of the version property.String
getWiki()
Gets the value of the wiki property.String
getXwikiAbsoluteUrl()
Gets the value of the xwikiAbsoluteUrl property.String
getXwikiRelativeUrl()
Gets the value of the xwikiRelativeUrl property.void
setAuthor(String value)
Sets the value of the author property.void
setAuthorName(String value)
Sets the value of the authorName property.void
setFullName(String value)
Sets the value of the fullName property.void
setId(String value)
Sets the value of the id property.void
setName(String value)
Sets the value of the name property.void
setParent(String value)
Sets the value of the parent property.void
setParentId(String value)
Sets the value of the parentId property.void
setRawTitle(String value)
Sets the value of the rawTitle property.void
setSpace(String value)
Sets the value of the space property.void
setSyntax(String value)
Sets the value of the syntax property.void
setTitle(String value)
Sets the value of the title property.void
setTranslations(Translations value)
Sets the value of the translations property.void
setVersion(String value)
Sets the value of the version property.void
setWiki(String value)
Sets the value of the wiki property.void
setXwikiAbsoluteUrl(String value)
Sets the value of the xwikiAbsoluteUrl property.void
setXwikiRelativeUrl(String value)
Sets the value of the xwikiRelativeUrl property.PageSummary
withAuthor(String value)
PageSummary
withAuthorName(String value)
PageSummary
withFullName(String value)
PageSummary
withId(String value)
PageSummary
withLinks(Collection<Link> values)
PageSummary
withLinks(Link... values)
PageSummary
withName(String value)
PageSummary
withParent(String value)
PageSummary
withParentId(String value)
PageSummary
withRawTitle(String value)
PageSummary
withSpace(String value)
PageSummary
withSyntax(String value)
PageSummary
withTitle(String value)
PageSummary
withTranslations(Translations value)
PageSummary
withVersion(String value)
PageSummary
withWiki(String value)
PageSummary
withXwikiAbsoluteUrl(String value)
PageSummary
withXwikiRelativeUrl(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:
withLinks
in classLinkCollection
-
withLinks
public PageSummary withLinks(Collection<Link> values)
- Overrides:
withLinks
in classLinkCollection
-
-