|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.rest.model.jaxb.LinkCollection
org.xwiki.rest.model.jaxb.Space
public class Space
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.xwiki.rest.model.jaxb.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. |
Space |
withHome(String value)
|
Space |
withId(String value)
|
Space |
withLinks(Collection<Link> values)
|
Space |
withLinks(Link... values)
|
Space |
withName(String value)
|
Space |
withWiki(String value)
|
Space |
withXwikiAbsoluteUrl(String value)
|
Space |
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 |
|---|
protected String id
protected String wiki
protected String name
protected String home
protected String xwikiRelativeUrl
protected String xwikiAbsoluteUrl
| Constructor Detail |
|---|
public Space()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getWiki()
Stringpublic void setWiki(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getHome()
Stringpublic void setHome(String value)
value - allowed object is
Stringpublic String getXwikiRelativeUrl()
Stringpublic void setXwikiRelativeUrl(String value)
value - allowed object is
Stringpublic String getXwikiAbsoluteUrl()
Stringpublic void setXwikiAbsoluteUrl(String value)
value - allowed object is
Stringpublic Space withId(String value)
public Space withWiki(String value)
public Space withName(String value)
public Space withHome(String value)
public Space withXwikiRelativeUrl(String value)
public Space withXwikiAbsoluteUrl(String value)
public Space withLinks(Link... values)
withLinks in class LinkCollectionpublic Space withLinks(Collection<Link> values)
withLinks in class LinkCollection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||