Interface AxisSubsetDocument.AxisSubset

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    AxisSubsetDocumentImpl.AxisSubsetImpl
    Enclosing interface:
    AxisSubsetDocument

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

      Nested Classes 
      Modifier and Type Interface Description
      static class  AxisSubsetDocument.AxisSubset.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
      void addKey​(String key)
      Appends the value as the last "Key" element
      IdentifierType addNewKey()
      Appends and returns a new empty value (as xml) as the last "Key" element
      String getIdentifier()
      Gets the "Identifier" element
      String[] getKeyArray()
      Gets array of all "Key" elements
      String getKeyArray​(int i)
      Gets ith "Key" element
      void insertKey​(int i, String key)
      Inserts the value as the ith "Key" element
      IdentifierType insertNewKey​(int i)
      Inserts and returns a new empty value (as xml) as the ith "Key" element
      void removeKey​(int i)
      Removes the ith "Key" element
      void setIdentifier​(String identifier)
      Sets the "Identifier" element
      void setKeyArray​(int i, String key)
      Sets ith "Key" element
      void setKeyArray​(String[] keyArray)
      Sets array of all "Key" element
      int sizeOfKeyArray()
      Returns number of "Key" element
      IdentifierType xgetIdentifier()
      Gets (as xml) the "Identifier" element
      IdentifierType[] xgetKeyArray()
      Gets (as xml) array of all "Key" elements
      IdentifierType xgetKeyArray​(int i)
      Gets (as xml) ith "Key" element
      void xsetIdentifier​(IdentifierType identifier)
      Sets (as xml) the "Identifier" element
      void xsetKeyArray​(int i, IdentifierType key)
      Sets (as xml) ith "Key" element
      void xsetKeyArray​(IdentifierType[] keyArray)
      Sets (as xml) array of all "Key" 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

      • getIdentifier

        String getIdentifier()
        Gets the "Identifier" element
      • xgetIdentifier

        IdentifierType xgetIdentifier()
        Gets (as xml) the "Identifier" element
      • setIdentifier

        void setIdentifier​(String identifier)
        Sets the "Identifier" element
      • xsetIdentifier

        void xsetIdentifier​(IdentifierType identifier)
        Sets (as xml) the "Identifier" element
      • getKeyArray

        String[] getKeyArray()
        Gets array of all "Key" elements
      • getKeyArray

        String getKeyArray​(int i)
        Gets ith "Key" element
      • xgetKeyArray

        IdentifierType[] xgetKeyArray()
        Gets (as xml) array of all "Key" elements
      • xgetKeyArray

        IdentifierType xgetKeyArray​(int i)
        Gets (as xml) ith "Key" element
      • sizeOfKeyArray

        int sizeOfKeyArray()
        Returns number of "Key" element
      • setKeyArray

        void setKeyArray​(String[] keyArray)
        Sets array of all "Key" element
      • setKeyArray

        void setKeyArray​(int i,
                         String key)
        Sets ith "Key" element
      • xsetKeyArray

        void xsetKeyArray​(IdentifierType[] keyArray)
        Sets (as xml) array of all "Key" element
      • xsetKeyArray

        void xsetKeyArray​(int i,
                          IdentifierType key)
        Sets (as xml) ith "Key" element
      • insertKey

        void insertKey​(int i,
                       String key)
        Inserts the value as the ith "Key" element
      • addKey

        void addKey​(String key)
        Appends the value as the last "Key" element
      • insertNewKey

        IdentifierType insertNewKey​(int i)
        Inserts and returns a new empty value (as xml) as the ith "Key" element
      • addNewKey

        IdentifierType addNewKey()
        Appends and returns a new empty value (as xml) as the last "Key" element
      • removeKey

        void removeKey​(int i)
        Removes the ith "Key" element