Interface SectionsType

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    SectionsTypeImpl

    public interface SectionsType
    extends org.apache.xmlbeans.XmlObject
    An XML SectionsType(@http://www.opengis.net/ows/1.1). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  SectionsType.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.xmlbeans.XmlString addNewSection()
      Appends and returns a new empty value (as xml) as the last "Section" element
      void addSection​(String section)
      Appends the value as the last "Section" element
      String[] getSectionArray()
      Gets array of all "Section" elements
      String getSectionArray​(int i)
      Gets ith "Section" element
      org.apache.xmlbeans.XmlString insertNewSection​(int i)
      Inserts and returns a new empty value (as xml) as the ith "Section" element
      void insertSection​(int i, String section)
      Inserts the value as the ith "Section" element
      void removeSection​(int i)
      Removes the ith "Section" element
      void setSectionArray​(int i, String section)
      Sets ith "Section" element
      void setSectionArray​(String[] sectionArray)
      Sets array of all "Section" element
      int sizeOfSectionArray()
      Returns number of "Section" element
      org.apache.xmlbeans.XmlString[] xgetSectionArray()
      Gets (as xml) array of all "Section" elements
      org.apache.xmlbeans.XmlString xgetSectionArray​(int i)
      Gets (as xml) ith "Section" element
      void xsetSectionArray​(int i, org.apache.xmlbeans.XmlString section)
      Sets (as xml) ith "Section" element
      void xsetSectionArray​(org.apache.xmlbeans.XmlString[] sectionArray)
      Sets (as xml) array of all "Section" element
      • Methods inherited from interface org.apache.xmlbeans.XmlObject

        changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
      • Methods inherited from interface org.apache.xmlbeans.XmlTokenSource

        documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • getSectionArray

        String[] getSectionArray()
        Gets array of all "Section" elements
      • getSectionArray

        String getSectionArray​(int i)
        Gets ith "Section" element
      • xgetSectionArray

        org.apache.xmlbeans.XmlString[] xgetSectionArray()
        Gets (as xml) array of all "Section" elements
      • xgetSectionArray

        org.apache.xmlbeans.XmlString xgetSectionArray​(int i)
        Gets (as xml) ith "Section" element
      • sizeOfSectionArray

        int sizeOfSectionArray()
        Returns number of "Section" element
      • setSectionArray

        void setSectionArray​(String[] sectionArray)
        Sets array of all "Section" element
      • setSectionArray

        void setSectionArray​(int i,
                             String section)
        Sets ith "Section" element
      • xsetSectionArray

        void xsetSectionArray​(org.apache.xmlbeans.XmlString[] sectionArray)
        Sets (as xml) array of all "Section" element
      • xsetSectionArray

        void xsetSectionArray​(int i,
                              org.apache.xmlbeans.XmlString section)
        Sets (as xml) ith "Section" element
      • insertSection

        void insertSection​(int i,
                           String section)
        Inserts the value as the ith "Section" element
      • addSection

        void addSection​(String section)
        Appends the value as the last "Section" element
      • insertNewSection

        org.apache.xmlbeans.XmlString insertNewSection​(int i)
        Inserts and returns a new empty value (as xml) as the ith "Section" element
      • addNewSection

        org.apache.xmlbeans.XmlString addNewSection()
        Appends and returns a new empty value (as xml) as the last "Section" element
      • removeSection

        void removeSection​(int i)
        Removes the ith "Section" element