Class 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 Detail

      • version

        protected String version
    • Constructor Detail

      • Xwiki

        public Xwiki()
    • Method Detail

      • getVersion

        public String getVersion()
        Gets the value of the version property.
        Returns:
        possible object is String
      • setVersion

        public void setVersion​(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​(String value)