Class Element


  • public class Element
    extends Object
    An element can either contain Fields or a Table

    Java class for Element complex type.

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

     <complexType name="Element">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="ElementContent">
               <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>
             </element>
             <element name="Style" type="{}TokenMaxLen255" minOccurs="0"/>
             <element name="Label" type="{}TokenMaxLen255" minOccurs="0"/>
           </all>
           <attribute name="ElementID" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="CustomerTextID" type="{}TokenMaxLen255" />
           <attribute name="Size" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="AlphaList" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="ElementType" type="{}ElementType" default="editible text" />
           <attribute name="RawSourceBeforeElement" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="RawSourceAfterElement" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • style

        protected String style
      • label

        protected String label
      • elementID

        protected int elementID
      • customerTextID

        protected String customerTextID
      • alphaList

        protected Boolean alphaList
      • rawSourceBeforeElement

        protected String rawSourceBeforeElement
      • rawSourceAfterElement

        protected String rawSourceAfterElement
    • Constructor Detail

      • Element

        public Element()
    • Method Detail

      • getStyle

        public String getStyle()
        Gets the value of the style property.
        Returns:
        possible object is String
      • setStyle

        public void setStyle​(String value)
        Sets the value of the style property.
        Parameters:
        value - allowed object is String
      • getLabel

        public String getLabel()
        Gets the value of the label property.
        Returns:
        possible object is String
      • setLabel

        public void setLabel​(String value)
        Sets the value of the label property.
        Parameters:
        value - allowed object is String
      • getElementID

        public int getElementID()
        Gets the value of the elementID property.
      • setElementID

        public void setElementID​(int value)
        Sets the value of the elementID property.
      • getCustomerTextID

        public String getCustomerTextID()
        Gets the value of the customerTextID property.
        Returns:
        possible object is String
      • setCustomerTextID

        public void setCustomerTextID​(String value)
        Sets the value of the customerTextID property.
        Parameters:
        value - allowed object is String
      • getSize

        public Integer getSize()
        Gets the value of the size property.
        Returns:
        possible object is Integer
      • setSize

        public void setSize​(Integer value)
        Sets the value of the size property.
        Parameters:
        value - allowed object is Integer
      • isAlphaList

        public Boolean isAlphaList()
        Gets the value of the alphaList property.
        Returns:
        possible object is Boolean
      • setAlphaList

        public void setAlphaList​(Boolean value)
        Sets the value of the alphaList property.
        Parameters:
        value - allowed object is Boolean
      • getElementType

        public ElementType getElementType()
        Gets the value of the elementType property.
        Returns:
        possible object is ElementType
      • setElementType

        public void setElementType​(ElementType value)
        Sets the value of the elementType property.
        Parameters:
        value - allowed object is ElementType
      • getRawSourceBeforeElement

        public String getRawSourceBeforeElement()
        Gets the value of the rawSourceBeforeElement property.
        Returns:
        possible object is String
      • setRawSourceBeforeElement

        public void setRawSourceBeforeElement​(String value)
        Sets the value of the rawSourceBeforeElement property.
        Parameters:
        value - allowed object is String
      • getRawSourceAfterElement

        public String getRawSourceAfterElement()
        Gets the value of the rawSourceAfterElement property.
        Returns:
        possible object is String
      • setRawSourceAfterElement

        public void setRawSourceAfterElement​(String value)
        Sets the value of the rawSourceAfterElement property.
        Parameters:
        value - allowed object is String