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="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>
| Modifier and Type | Field and Description |
|---|---|
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 |
wiki |
protected String |
xwikiAbsoluteUrl |
protected String |
xwikiRelativeUrl |
links| Constructor and Description |
|---|
PageSummary() |
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
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 |
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.
|
getLinksprotected 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 xwikiRelativeUrl
protected String xwikiAbsoluteUrl
protected Translations translations
protected String syntax
public 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 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()
StringCopyright © 2003–2016 eXo Platform SAS. All rights reserved.