|
||||||||||
| 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.Xwiki
public class Xwiki
Java class for XWiki complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XWiki">
<complexContent>
<extension base="{http://www.xwiki.org}LinkCollection">
<sequence>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="syntaxes" type="{http://www.xwiki.org}Syntaxes"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Syntaxes |
syntaxes
|
protected String |
version
|
| Fields inherited from class org.xwiki.rest.model.jaxb.LinkCollection |
|---|
links |
| Constructor Summary | |
|---|---|
Xwiki()
|
|
| Method Summary | |
|---|---|
Syntaxes |
getSyntaxes()
Gets the value of the syntaxes property. |
String |
getVersion()
Gets the value of the version property. |
void |
setSyntaxes(Syntaxes value)
Sets the value of the syntaxes property. |
void |
setVersion(String value)
Sets the value of the version property. |
Xwiki |
withLinks(Collection<Link> values)
|
Xwiki |
withLinks(Link... values)
|
Xwiki |
withSyntaxes(Syntaxes value)
|
Xwiki |
withVersion(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 version
protected Syntaxes syntaxes
| Constructor Detail |
|---|
public Xwiki()
| Method Detail |
|---|
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic Syntaxes getSyntaxes()
Syntaxespublic void setSyntaxes(Syntaxes value)
value - allowed object is
Syntaxespublic Xwiki withVersion(String value)
public Xwiki withSyntaxes(Syntaxes value)
public Xwiki withLinks(Link... values)
withLinks in class LinkCollectionpublic Xwiki withLinks(Collection<Link> values)
withLinks in class LinkCollection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||