org.exoplatform.wiki.service.rest.model
Class Space

java.lang.Object
  extended by org.exoplatform.wiki.service.rest.model.LinkCollection
      extended by org.exoplatform.wiki.service.rest.model.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  String home
           
protected  String id
           
protected  String name
           
protected  String wiki
           
protected  String xwikiAbsoluteUrl
           
protected  String xwikiRelativeUrl
           
 
Fields inherited from class org.exoplatform.wiki.service.rest.model.LinkCollection
links
 
Constructor Summary
Space()
           
 
Method Summary
 String getHome()
          Gets the value of the home property.
 String getId()
          Gets the value of the id property.
 String getName()
          Gets the value of the name 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 setHome(String value)
          Sets the value of the home property.
 void setId(String value)
          Sets the value of the id property.
 void setName(String value)
          Sets the value of the name 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.
 
Methods inherited from class org.exoplatform.wiki.service.rest.model.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

wiki

protected String wiki

name

protected String name

home

protected String home

xwikiRelativeUrl

protected String xwikiRelativeUrl

xwikiAbsoluteUrl

protected String xwikiAbsoluteUrl
Constructor Detail

Space

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

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

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

getHome

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

Returns:
possible object is String

setHome

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


Copyright © 2013 eXo Platform SAS. All Rights Reserved.