Class Options


  • public class Options
    extends java.lang.Object

    Java class for options complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="options">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="option" type="{}option" maxOccurs="unbounded" minOccurs="0"/>
             <element name="init" type="{}init"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Init init  
      protected java.util.List<Option> option  
    • Constructor Summary

      Constructors 
      Constructor Description
      Options()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Init getInit()
      Gets the value of the init property.
      java.util.List<Option> getOption()
      Gets the value of the option property.
      void setInit​(Init value)
      Sets the value of the init property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • option

        protected java.util.List<Option> option
      • init

        protected Init init
    • Constructor Detail

      • Options

        public Options()
    • Method Detail

      • getOption

        public java.util.List<Option> getOption()
        Gets the value of the option property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the option property.

        For example, to add a new item, do as follows:

            getOption().add(newItem);
         

        Objects of the following type(s) are allowed in the list Option

      • getInit

        public Init getInit()
        Gets the value of the init property.
        Returns:
        possible object is Init
      • setInit

        public void setInit​(Init value)
        Sets the value of the init property.
        Parameters:
        value - allowed object is Init