Interface RangeSubsetType

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

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

      Nested Classes 
      Modifier and Type Interface Description
      static class  RangeSubsetType.Factory
      A factory class with static methods for creating instances of this type.
      static interface  RangeSubsetType.FieldSubset
      An XML FieldSubset(@http://www.opengis.net/wcs/1.1).
    • 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
    • Field Detail

      • type

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

      • sizeOfFieldSubsetArray

        int sizeOfFieldSubsetArray()
        Returns number of "FieldSubset" element
      • setFieldSubsetArray

        void setFieldSubsetArray​(RangeSubsetType.FieldSubset[] fieldSubsetArray)
        Sets array of all "FieldSubset" element
      • insertNewFieldSubset

        RangeSubsetType.FieldSubset insertNewFieldSubset​(int i)
        Inserts and returns a new empty value (as xml) as the ith "FieldSubset" element
      • addNewFieldSubset

        RangeSubsetType.FieldSubset addNewFieldSubset()
        Appends and returns a new empty value (as xml) as the last "FieldSubset" element
      • removeFieldSubset

        void removeFieldSubset​(int i)
        Removes the ith "FieldSubset" element