org.xwiki.rest.model.jaxb
Class Xwiki

java.lang.Object
  extended by org.xwiki.rest.model.jaxb.LinkCollection
      extended by org.xwiki.rest.model.jaxb.Xwiki

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>
 


Field Summary
protected  Syntaxes syntaxes
           
protected  java.lang.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.
 java.lang.String getVersion()
          Gets the value of the version property.
 void setSyntaxes(Syntaxes value)
          Sets the value of the syntaxes property.
 void setVersion(java.lang.String value)
          Sets the value of the version property.
 Xwiki withLinks(java.util.Collection<Link> values)
           
 Xwiki withLinks(Link... values)
           
 Xwiki withSyntaxes(Syntaxes value)
           
 Xwiki withVersion(java.lang.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

version

protected java.lang.String version

syntaxes

protected Syntaxes syntaxes
Constructor Detail

Xwiki

public Xwiki()
Method Detail

getVersion

public java.lang.String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(java.lang.String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getSyntaxes

public Syntaxes getSyntaxes()
Gets the value of the syntaxes property.

Returns:
possible object is Syntaxes

setSyntaxes

public void setSyntaxes(Syntaxes value)
Sets the value of the syntaxes property.

Parameters:
value - allowed object is Syntaxes

withVersion

public Xwiki withVersion(java.lang.String value)

withSyntaxes

public Xwiki withSyntaxes(Syntaxes value)

withLinks

public Xwiki withLinks(Link... values)
Overrides:
withLinks in class LinkCollection

withLinks

public Xwiki withLinks(java.util.Collection<Link> values)
Overrides:
withLinks in class LinkCollection


Copyright © 2004-2009 XWiki. All Rights Reserved.