org.xwiki.rest.model.jaxb
Class PageSummary

java.lang.Object
  extended by org.xwiki.rest.model.jaxb.LinkCollection
      extended by 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="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  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
           
 
Fields inherited from class org.xwiki.rest.model.jaxb.LinkCollection
links
 
Constructor Summary
PageSummary()
           
 
Method Summary
 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.
 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 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

id

protected String id

fullName

protected String fullName

wiki

protected String wiki

space

protected String space

name

protected String name

title

protected String title

parent

protected String parent

parentId

protected String parentId

xwikiRelativeUrl

protected String xwikiRelativeUrl

xwikiAbsoluteUrl

protected String xwikiAbsoluteUrl

translations

protected Translations translations

syntax

protected String syntax
Constructor Detail

PageSummary

public PageSummary()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

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 is String

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 is String

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 is String

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 is String

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 is String

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 is String

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 is String

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 is String

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 is String

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 is Translations

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 is String

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)

withParent

public PageSummary withParent(String value)

withParentId

public PageSummary withParentId(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 class LinkCollection

withLinks

public PageSummary withLinks(Collection<Link> values)
Overrides:
withLinks in class LinkCollection


Copyright © 2004-2012 XWiki. All Rights Reserved.