org.xwiki.rest.model.jaxb
Class Space

java.lang.Object
  extended by org.xwiki.rest.model.jaxb.LinkCollection
      extended by org.xwiki.rest.model.jaxb.Space

public class Space
extends LinkCollection

Java class for Space complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Space">
   <complexContent>
     <extension base="{http://www.xwiki.org}LinkCollection">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="wiki" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="home" 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"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String home
           
protected  java.lang.String id
           
protected  java.lang.String name
           
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
Space()
           
 
Method Summary
 java.lang.String getHome()
          Gets the value of the home 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 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 setHome(java.lang.String value)
          Sets the value of the home 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 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.
 Space withHome(java.lang.String value)
           
 Space withId(java.lang.String value)
           
 Space withLinks(java.util.Collection<Link> values)
           
 Space withLinks(Link... values)
           
 Space withName(java.lang.String value)
           
 Space withWiki(java.lang.String value)
           
 Space withXwikiAbsoluteUrl(java.lang.String value)
           
 Space 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

wiki

protected java.lang.String wiki

name

protected java.lang.String name

home

protected java.lang.String home

xwikiRelativeUrl

protected java.lang.String xwikiRelativeUrl

xwikiAbsoluteUrl

protected java.lang.String xwikiAbsoluteUrl
Constructor Detail

Space

public Space()
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

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

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

getHome

public java.lang.String getHome()
Gets the value of the home property.

Returns:
possible object is String

setHome

public void setHome(java.lang.String value)
Sets the value of the home 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

withId

public Space withId(java.lang.String value)

withWiki

public Space withWiki(java.lang.String value)

withName

public Space withName(java.lang.String value)

withHome

public Space withHome(java.lang.String value)

withXwikiRelativeUrl

public Space withXwikiRelativeUrl(java.lang.String value)

withXwikiAbsoluteUrl

public Space withXwikiAbsoluteUrl(java.lang.String value)

withLinks

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

withLinks

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


Copyright © 2004-2009 XWiki. All Rights Reserved.