Class Element.ElementContent

  • Enclosing class:
    Element

    public static class Element.ElementContent
    extends Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="Fields" type="{}Fields"/>
             <element name="Table" type="{}Table"/>
             <element name="INI_Table" type="{}INI_Table"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ElementContent

        public ElementContent()
    • Method Detail

      • getFields

        public Fields getFields()
        Gets the value of the fields property.
        Returns:
        possible object is Fields
      • setFields

        public void setFields​(Fields value)
        Sets the value of the fields property.
        Parameters:
        value - allowed object is Fields
      • getTable

        public Table getTable()
        Gets the value of the table property.
        Returns:
        possible object is Table
      • setTable

        public void setTable​(Table value)
        Sets the value of the table property.
        Parameters:
        value - allowed object is Table
      • getINITable

        public INITable getINITable()
        Gets the value of the iniTable property.
        Returns:
        possible object is INITable
      • setINITable

        public void setINITable​(INITable value)
        Sets the value of the iniTable property.
        Parameters:
        value - allowed object is INITable