Interface ArrayType

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

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

      Nested Classes 
      Modifier and Type Interface Description
      static class  ArrayType.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
      XMLDataPropertyType addNewElement()
      Appends and returns a new empty value (as xml) as the last "element" element
      XMLDataPropertyType[] getElementArray()
      Gets array of all "element" elements
      XMLDataPropertyType getElementArray​(int i)
      Gets ith "element" element
      BigInteger getElementCount()
      Gets the "elementCount" attribute
      String getRS()
      Gets the "RS" attribute
      XMLDataPropertyType insertNewElement​(int i)
      Inserts and returns a new empty value (as xml) as the ith "element" element
      boolean isSetElementCount()
      True if has "elementCount" attribute
      boolean isSetRS()
      True if has "RS" attribute
      void removeElement​(int i)
      Removes the ith "element" element
      void setElementArray​(int i, XMLDataPropertyType element)
      Sets ith "element" element
      void setElementArray​(XMLDataPropertyType[] elementArray)
      Sets array of all "element" element
      void setElementCount​(BigInteger elementCount)
      Sets the "elementCount" attribute
      void setRS​(String rs)
      Sets the "RS" attribute
      int sizeOfElementArray()
      Returns number of "element" element
      void unsetElementCount()
      Unsets the "elementCount" attribute
      void unsetRS()
      Unsets the "RS" attribute
      org.apache.xmlbeans.XmlPositiveInteger xgetElementCount()
      Gets (as xml) the "elementCount" attribute
      org.apache.xmlbeans.XmlAnyURI xgetRS()
      Gets (as xml) the "RS" attribute
      void xsetElementCount​(org.apache.xmlbeans.XmlPositiveInteger elementCount)
      Sets (as xml) the "elementCount" attribute
      void xsetRS​(org.apache.xmlbeans.XmlAnyURI rs)
      Sets (as xml) the "RS" attribute
      • 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

      • getElementArray

        XMLDataPropertyType[] getElementArray()
        Gets array of all "element" elements
      • sizeOfElementArray

        int sizeOfElementArray()
        Returns number of "element" element
      • setElementArray

        void setElementArray​(XMLDataPropertyType[] elementArray)
        Sets array of all "element" element
      • setElementArray

        void setElementArray​(int i,
                             XMLDataPropertyType element)
        Sets ith "element" element
      • insertNewElement

        XMLDataPropertyType insertNewElement​(int i)
        Inserts and returns a new empty value (as xml) as the ith "element" element
      • addNewElement

        XMLDataPropertyType addNewElement()
        Appends and returns a new empty value (as xml) as the last "element" element
      • removeElement

        void removeElement​(int i)
        Removes the ith "element" element
      • getRS

        String getRS()
        Gets the "RS" attribute
      • xgetRS

        org.apache.xmlbeans.XmlAnyURI xgetRS()
        Gets (as xml) the "RS" attribute
      • isSetRS

        boolean isSetRS()
        True if has "RS" attribute
      • setRS

        void setRS​(String rs)
        Sets the "RS" attribute
      • xsetRS

        void xsetRS​(org.apache.xmlbeans.XmlAnyURI rs)
        Sets (as xml) the "RS" attribute
      • unsetRS

        void unsetRS()
        Unsets the "RS" attribute
      • getElementCount

        BigInteger getElementCount()
        Gets the "elementCount" attribute
      • xgetElementCount

        org.apache.xmlbeans.XmlPositiveInteger xgetElementCount()
        Gets (as xml) the "elementCount" attribute
      • isSetElementCount

        boolean isSetElementCount()
        True if has "elementCount" attribute
      • setElementCount

        void setElementCount​(BigInteger elementCount)
        Sets the "elementCount" attribute
      • xsetElementCount

        void xsetElementCount​(org.apache.xmlbeans.XmlPositiveInteger elementCount)
        Sets (as xml) the "elementCount" attribute
      • unsetElementCount

        void unsetElementCount()
        Unsets the "elementCount" attribute