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

id

protected java.lang.String id

fullName

protected java.lang.String fullName

wiki

protected java.lang.String wiki

space

protected java.lang.String space

name

protected java.lang.String name

title

protected java.lang.String title

parent

protected java.lang.String parent

parentId

protected java.lang.String parentId

xwikiRelativeUrl

protected java.lang.String xwikiRelativeUrl

xwikiAbsoluteUrl

protected java.lang.String xwikiAbsoluteUrl

translations

protected Translations translations

syntax

protected java.lang.String syntax
Constructor Detail

PageSummary

public PageSummary()
Method Detail

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String

getFullName

public java.lang.String getFullName()
Gets the value of the fullName property.

Returns:
possible object is String

setFullName

public void setFullName(java.lang.String value)
Sets the value of the fullName property.

Parameters:
value - allowed object is String

getWiki

public java.lang.String getWiki()
Gets the value of the wiki property.

Returns:
possible object is String

setWiki

public void setWiki(java.lang.String value)
Sets the value of the wiki property.

Parameters:
value - allowed object is String

getSpace

public java.lang.String getSpace()
Gets the value of the space property.

Returns:
possible object is String

setSpace

public void setSpace(java.lang.String value)
Sets the value of the space property.

Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getTitle

public java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getParent

public java.lang.String getParent()
Gets the value of the parent property.

Returns:
possible object is String

setParent

public void setParent(java.lang.String value)
Sets the value of the parent property.

Parameters:
value - allowed object is String

getParentId

public java.lang.String getParentId()
Gets the value of the parentId property.

Returns:
possible object is String

setParentId

public void setParentId(java.lang.String value)
Sets the value of the parentId property.

Parameters:
value - allowed object is String

getXwikiRelativeUrl

public java.lang.String getXwikiRelativeUrl()
Gets the value of the xwikiRelativeUrl property.

Returns:
possible object is String

setXwikiRelativeUrl

public void setXwikiRelativeUrl(java.lang.String value)
Sets the value of the xwikiRelativeUrl property.

Parameters:
value - allowed object is String

getXwikiAbsoluteUrl

public java.lang.String getXwikiAbsoluteUrl()
Gets the value of the xwikiAbsoluteUrl property.

Returns:
possible object is String

setXwikiAbsoluteUrl

public void setXwikiAbsoluteUrl(java.lang.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 java.lang.String getSyntax()
Gets the value of the syntax property.

Returns:
possible object is String

setSyntax

public void setSyntax(java.lang.String value)
Sets the value of the syntax property.

Parameters:
value - allowed object is String

withId

public PageSummary withId(java.lang.String value)

withFullName

public PageSummary withFullName(java.lang.String value)

withWiki

public PageSummary withWiki(java.lang.String value)

withSpace

public PageSummary withSpace(java.lang.String value)

withName

public PageSummary withName(java.lang.String value)

withTitle

public PageSummary withTitle(java.lang.String value)

withParent

public PageSummary withParent(java.lang.String value)

withParentId

public PageSummary withParentId(java.lang.String value)

withXwikiRelativeUrl

public PageSummary withXwikiRelativeUrl(java.lang.String value)

withXwikiAbsoluteUrl

public PageSummary withXwikiAbsoluteUrl(java.lang.String value)

withTranslations

public PageSummary withTranslations(Translations value)

withSyntax

public PageSummary withSyntax(java.lang.String value)

withLinks

public PageSummary withLinks(Link... values)
Overrides:
withLinks in class LinkCollection

withLinks

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


Copyright © 2004-2009 XWiki. All Rights Reserved.