|
|||||||||
| 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
org.xwiki.rest.model.jaxb.Page
public class Page
Java class for Page complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Page">
<complexContent>
<extension base="{http://www.xwiki.org}PageSummary">
<sequence>
<element name="language" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="majorVersion" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="minorVersion" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="created" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="creator" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="modified" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="modifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="content" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
content
|
protected Calendar |
created
|
protected String |
creator
|
protected String |
language
|
protected int |
majorVersion
|
protected int |
minorVersion
|
protected Calendar |
modified
|
protected String |
modifier
|
protected String |
version
|
| Fields inherited from class org.xwiki.rest.model.jaxb.PageSummary |
|---|
fullName, id, name, parent, parentId, space, syntax, title, translations, wiki, xwikiAbsoluteUrl, xwikiRelativeUrl |
| Fields inherited from class org.xwiki.rest.model.jaxb.LinkCollection |
|---|
links |
| Constructor Summary | |
|---|---|
Page()
|
|
| Method Summary | |
|---|---|
String |
getContent()
Gets the value of the content property. |
Calendar |
getCreated()
Gets the value of the created property. |
String |
getCreator()
Gets the value of the creator property. |
String |
getLanguage()
Gets the value of the language property. |
int |
getMajorVersion()
Gets the value of the majorVersion property. |
int |
getMinorVersion()
Gets the value of the minorVersion property. |
Calendar |
getModified()
Gets the value of the modified property. |
String |
getModifier()
Gets the value of the modifier property. |
String |
getVersion()
Gets the value of the version property. |
void |
setContent(String value)
Sets the value of the content property. |
void |
setCreated(Calendar value)
Sets the value of the created property. |
void |
setCreator(String value)
Sets the value of the creator property. |
void |
setLanguage(String value)
Sets the value of the language property. |
void |
setMajorVersion(int value)
Sets the value of the majorVersion property. |
void |
setMinorVersion(int value)
Sets the value of the minorVersion property. |
void |
setModified(Calendar value)
Sets the value of the modified property. |
void |
setModifier(String value)
Sets the value of the modifier property. |
void |
setVersion(String value)
Sets the value of the version property. |
Page |
withContent(String value)
|
Page |
withCreated(Calendar value)
|
Page |
withCreator(String value)
|
Page |
withFullName(String value)
|
Page |
withId(String value)
|
Page |
withLanguage(String value)
|
Page |
withLinks(Collection<Link> values)
|
Page |
withLinks(Link... values)
|
Page |
withMajorVersion(int value)
|
Page |
withMinorVersion(int value)
|
Page |
withModified(Calendar value)
|
Page |
withModifier(String value)
|
Page |
withName(String value)
|
Page |
withParent(String value)
|
Page |
withParentId(String value)
|
Page |
withSpace(String value)
|
Page |
withSyntax(String value)
|
Page |
withTitle(String value)
|
Page |
withTranslations(Translations value)
|
Page |
withVersion(String value)
|
Page |
withWiki(String value)
|
Page |
withXwikiAbsoluteUrl(String value)
|
Page |
withXwikiRelativeUrl(String value)
|
| Methods inherited from class org.xwiki.rest.model.jaxb.PageSummary |
|---|
getFullName, getId, getName, getParent, getParentId, getSpace, getSyntax, getTitle, getTranslations, getWiki, getXwikiAbsoluteUrl, getXwikiRelativeUrl, setFullName, setId, setName, setParent, setParentId, setSpace, setSyntax, setTitle, setTranslations, setWiki, setXwikiAbsoluteUrl, setXwikiRelativeUrl |
| 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 language
protected String version
protected int majorVersion
protected int minorVersion
protected Calendar created
protected String creator
protected Calendar modified
protected String modifier
protected String content
| Constructor Detail |
|---|
public Page()
| Method Detail |
|---|
public String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic int getMajorVersion()
public void setMajorVersion(int value)
public int getMinorVersion()
public void setMinorVersion(int value)
public Calendar getCreated()
Stringpublic void setCreated(Calendar value)
value - allowed object is
Stringpublic String getCreator()
Stringpublic void setCreator(String value)
value - allowed object is
Stringpublic Calendar getModified()
Stringpublic void setModified(Calendar value)
value - allowed object is
Stringpublic String getModifier()
Stringpublic void setModifier(String value)
value - allowed object is
Stringpublic String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic Page withLanguage(String value)
public Page withVersion(String value)
public Page withMajorVersion(int value)
public Page withMinorVersion(int value)
public Page withCreated(Calendar value)
public Page withCreator(String value)
public Page withModified(Calendar value)
public Page withModifier(String value)
public Page withContent(String value)
public Page withId(String value)
withId in class PageSummarypublic Page withFullName(String value)
withFullName in class PageSummarypublic Page withWiki(String value)
withWiki in class PageSummarypublic Page withSpace(String value)
withSpace in class PageSummarypublic Page withName(String value)
withName in class PageSummarypublic Page withTitle(String value)
withTitle in class PageSummarypublic Page withParent(String value)
withParent in class PageSummarypublic Page withParentId(String value)
withParentId in class PageSummarypublic Page withXwikiRelativeUrl(String value)
withXwikiRelativeUrl in class PageSummarypublic Page withXwikiAbsoluteUrl(String value)
withXwikiAbsoluteUrl in class PageSummarypublic Page withTranslations(Translations value)
withTranslations in class PageSummarypublic Page withSyntax(String value)
withSyntax in class PageSummarypublic Page withLinks(Link... values)
withLinks in class PageSummarypublic Page withLinks(Collection<Link> values)
withLinks in class PageSummary
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||