|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.rest.model.jaxb.LinkCollection
org.xwiki.rest.model.jaxb.PageSummary
public class PageSummary
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="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 | |
|---|---|
protected String |
author
|
protected String |
authorName
|
protected String |
fullName
|
protected String |
id
|
protected String |
name
|
protected String |
parent
|
protected String |
parentId
|
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 | |
|---|---|
PageSummary()
|
|
| Method Summary | |
|---|---|
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 |
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 |
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 |
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String id
protected String fullName
protected String wiki
protected String space
protected String name
protected String title
protected String parent
protected String parentId
protected String version
protected String author
protected String authorName
protected String xwikiRelativeUrl
protected String xwikiAbsoluteUrl
protected Translations translations
protected String syntax
| Constructor Detail |
|---|
public PageSummary()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic String getWiki()
Stringpublic void setWiki(String value)
value - allowed object is
Stringpublic String getSpace()
Stringpublic void setSpace(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getParent()
Stringpublic void setParent(String value)
value - allowed object is
Stringpublic String getParentId()
Stringpublic void setParentId(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getAuthor()
Stringpublic void setAuthor(String value)
value - allowed object is
Stringpublic String getAuthorName()
Stringpublic void setAuthorName(String value)
value - allowed object is
Stringpublic String getXwikiRelativeUrl()
Stringpublic void setXwikiRelativeUrl(String value)
value - allowed object is
Stringpublic String getXwikiAbsoluteUrl()
Stringpublic void setXwikiAbsoluteUrl(String value)
value - allowed object is
Stringpublic Translations getTranslations()
Translationspublic void setTranslations(Translations value)
value - allowed object is
Translationspublic String getSyntax()
Stringpublic void setSyntax(String value)
value - allowed object is
Stringpublic PageSummary withId(String value)
public PageSummary withFullName(String value)
public PageSummary withWiki(String value)
public PageSummary withSpace(String value)
public PageSummary withName(String value)
public PageSummary withTitle(String value)
public PageSummary withParent(String value)
public PageSummary withParentId(String value)
public PageSummary withVersion(String value)
public PageSummary withAuthor(String value)
public PageSummary withAuthorName(String value)
public PageSummary withXwikiRelativeUrl(String value)
public PageSummary withXwikiAbsoluteUrl(String value)
public PageSummary withTranslations(Translations value)
public PageSummary withSyntax(String value)
public PageSummary withLinks(Link... values)
withLinks in class LinkCollectionpublic PageSummary withLinks(Collection<Link> values)
withLinks in class LinkCollection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||