public class Xwiki extends LinkCollection
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>
| Modifier and Type | Field and Description |
|---|---|
protected Syntaxes |
syntaxes |
protected String |
version |
links| Constructor and Description |
|---|
Xwiki() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getLinkspublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic Syntaxes getSyntaxes()
SyntaxesCopyright © 2003–2018 eXo Platform SAS. All rights reserved.