Interface RangeSubsetType.FieldSubset

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    RangeSubsetTypeImpl.FieldSubsetImpl
    Enclosing interface:
    RangeSubsetType

    public static interface RangeSubsetType.FieldSubset
    extends org.apache.xmlbeans.XmlObject
    An XML FieldSubset(@http://www.opengis.net/wcs/1.1). This is a complex type.
    • Field Detail

      • type

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

      • getIdentifier

        CodeType getIdentifier()
        Gets the "Identifier" element
      • setIdentifier

        void setIdentifier​(CodeType identifier)
        Sets the "Identifier" element
      • addNewIdentifier

        CodeType addNewIdentifier()
        Appends and returns a new empty "Identifier" element
      • getInterpolationType

        String getInterpolationType()
        Gets the "InterpolationType" element
      • xgetInterpolationType

        org.apache.xmlbeans.XmlString xgetInterpolationType()
        Gets (as xml) the "InterpolationType" element
      • isSetInterpolationType

        boolean isSetInterpolationType()
        True if has "InterpolationType" element
      • setInterpolationType

        void setInterpolationType​(String interpolationType)
        Sets the "InterpolationType" element
      • xsetInterpolationType

        void xsetInterpolationType​(org.apache.xmlbeans.XmlString interpolationType)
        Sets (as xml) the "InterpolationType" element
      • unsetInterpolationType

        void unsetInterpolationType()
        Unsets the "InterpolationType" element
      • sizeOfAxisSubsetArray

        int sizeOfAxisSubsetArray()
        Returns number of "AxisSubset" element
      • insertNewAxisSubset

        AxisSubsetDocument.AxisSubset insertNewAxisSubset​(int i)
        Inserts and returns a new empty value (as xml) as the ith "AxisSubset" element
      • addNewAxisSubset

        AxisSubsetDocument.AxisSubset addNewAxisSubset()
        Appends and returns a new empty value (as xml) as the last "AxisSubset" element
      • removeAxisSubset

        void removeAxisSubset​(int i)
        Removes the ith "AxisSubset" element