Package org.xwiki.rest.model.jaxb
Class Space
- java.lang.Object
-
- org.xwiki.rest.model.jaxb.LinkCollection
-
- 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
Fields Modifier and Type Field Description protected Stringhomeprotected Stringidprotected Stringnameprotected Stringwikiprotected StringxwikiAbsoluteUrlprotected StringxwikiRelativeUrl-
Fields inherited from class org.xwiki.rest.model.jaxb.LinkCollection
links
-
-
Constructor Summary
Constructors Constructor Description Space()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHome()Gets the value of the home property.StringgetId()Gets the value of the id property.StringgetName()Gets the value of the name property.StringgetWiki()Gets the value of the wiki property.StringgetXwikiAbsoluteUrl()Gets the value of the xwikiAbsoluteUrl property.StringgetXwikiRelativeUrl()Gets the value of the xwikiRelativeUrl property.voidsetHome(String value)Sets the value of the home property.voidsetId(String value)Sets the value of the id property.voidsetName(String value)Sets the value of the name property.voidsetWiki(String value)Sets the value of the wiki property.voidsetXwikiAbsoluteUrl(String value)Sets the value of the xwikiAbsoluteUrl property.voidsetXwikiRelativeUrl(String value)Sets the value of the xwikiRelativeUrl property.SpacewithHome(String value)SpacewithId(String value)SpacewithLinks(Collection<Link> values)SpacewithLinks(Link... values)SpacewithName(String value)SpacewithWiki(String value)SpacewithXwikiAbsoluteUrl(String value)SpacewithXwikiRelativeUrl(String value)-
Methods inherited from class org.xwiki.rest.model.jaxb.LinkCollection
getLinks
-
-
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
withLinks
public Space withLinks(Link... values)
- Overrides:
withLinksin classLinkCollection
-
withLinks
public Space withLinks(Collection<Link> values)
- Overrides:
withLinksin classLinkCollection
-
-