|
||||||||||
| 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="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 java.lang.String |
fullName
|
protected java.lang.String |
id
|
protected java.lang.String |
name
|
protected java.lang.String |
parent
|
protected java.lang.String |
parentId
|
protected java.lang.String |
space
|
protected java.lang.String |
syntax
|
protected java.lang.String |
title
|
protected Translations |
translations
|
protected java.lang.String |
wiki
|
protected java.lang.String |
xwikiAbsoluteUrl
|
protected java.lang.String |
xwikiRelativeUrl
|
| Fields inherited from class org.xwiki.rest.model.jaxb.LinkCollection |
|---|
links |
| Constructor Summary | |
|---|---|
PageSummary()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFullName()
Gets the value of the fullName property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getParent()
Gets the value of the parent property. |
java.lang.String |
getParentId()
Gets the value of the parentId property. |
java.lang.String |
getSpace()
Gets the value of the space property. |
java.lang.String |
getSyntax()
Gets the value of the syntax property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
Translations |
getTranslations()
Gets the value of the translations property. |
java.lang.String |
getWiki()
Gets the value of the wiki property. |
java.lang.String |
getXwikiAbsoluteUrl()
Gets the value of the xwikiAbsoluteUrl property. |
java.lang.String |
getXwikiRelativeUrl()
Gets the value of the xwikiRelativeUrl property. |
void |
setFullName(java.lang.String value)
Sets the value of the fullName property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setParent(java.lang.String value)
Sets the value of the parent property. |
void |
setParentId(java.lang.String value)
Sets the value of the parentId property. |
void |
setSpace(java.lang.String value)
Sets the value of the space property. |
void |
setSyntax(java.lang.String value)
Sets the value of the syntax property. |
void |
setTitle(java.lang.String value)
Sets the value of the title property. |
void |
setTranslations(Translations value)
Sets the value of the translations property. |
void |
setWiki(java.lang.String value)
Sets the value of the wiki property. |
void |
setXwikiAbsoluteUrl(java.lang.String value)
Sets the value of the xwikiAbsoluteUrl property. |
void |
setXwikiRelativeUrl(java.lang.String value)
Sets the value of the xwikiRelativeUrl property. |
PageSummary |
withFullName(java.lang.String value)
|
PageSummary |
withId(java.lang.String value)
|
PageSummary |
withLinks(java.util.Collection<Link> values)
|
PageSummary |
withLinks(Link... values)
|
PageSummary |
withName(java.lang.String value)
|
PageSummary |
withParent(java.lang.String value)
|
PageSummary |
withParentId(java.lang.String value)
|
PageSummary |
withSpace(java.lang.String value)
|
PageSummary |
withSyntax(java.lang.String value)
|
PageSummary |
withTitle(java.lang.String value)
|
PageSummary |
withTranslations(Translations value)
|
PageSummary |
withWiki(java.lang.String value)
|
PageSummary |
withXwikiAbsoluteUrl(java.lang.String value)
|
PageSummary |
withXwikiRelativeUrl(java.lang.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 java.lang.String id
protected java.lang.String fullName
protected java.lang.String wiki
protected java.lang.String space
protected java.lang.String name
protected java.lang.String title
protected java.lang.String parent
protected java.lang.String parentId
protected java.lang.String xwikiRelativeUrl
protected java.lang.String xwikiAbsoluteUrl
protected Translations translations
protected java.lang.String syntax
| Constructor Detail |
|---|
public PageSummary()
| Method Detail |
|---|
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFullName()
Stringpublic void setFullName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWiki()
Stringpublic void setWiki(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSpace()
Stringpublic void setSpace(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getParent()
Stringpublic void setParent(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getParentId()
Stringpublic void setParentId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getXwikiRelativeUrl()
Stringpublic void setXwikiRelativeUrl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getXwikiAbsoluteUrl()
Stringpublic void setXwikiAbsoluteUrl(java.lang.String value)
value - allowed object is
Stringpublic Translations getTranslations()
Translationspublic void setTranslations(Translations value)
value - allowed object is
Translationspublic java.lang.String getSyntax()
Stringpublic void setSyntax(java.lang.String value)
value - allowed object is
Stringpublic PageSummary withId(java.lang.String value)
public PageSummary withFullName(java.lang.String value)
public PageSummary withWiki(java.lang.String value)
public PageSummary withSpace(java.lang.String value)
public PageSummary withName(java.lang.String value)
public PageSummary withTitle(java.lang.String value)
public PageSummary withParent(java.lang.String value)
public PageSummary withParentId(java.lang.String value)
public PageSummary withXwikiRelativeUrl(java.lang.String value)
public PageSummary withXwikiAbsoluteUrl(java.lang.String value)
public PageSummary withTranslations(Translations value)
public PageSummary withSyntax(java.lang.String value)
public PageSummary withLinks(Link... values)
withLinks in class LinkCollectionpublic PageSummary withLinks(java.util.Collection<Link> values)
withLinks in class LinkCollection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||