Interface RangeSetType

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

    public interface RangeSetType
    extends org.apache.xmlbeans.XmlObject
    An XML RangeSetType(@http://www.opengis.net/gml/3.2). This is a complex type.
    • Field Detail

      • type

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

      • getValueArray1Array

        ValueArrayType[] getValueArray1Array()
        Gets array of all "ValueArray" elements
      • getValueArray1Array

        ValueArrayType getValueArray1Array​(int i)
        Gets ith "ValueArray" element
      • sizeOfValueArray1Array

        int sizeOfValueArray1Array()
        Returns number of "ValueArray" element
      • setValueArray1Array

        void setValueArray1Array​(ValueArrayType[] valueArray1Array)
        Sets array of all "ValueArray" element
      • setValueArray1Array

        void setValueArray1Array​(int i,
                                 ValueArrayType valueArray1)
        Sets ith "ValueArray" element
      • insertNewValueArray1

        ValueArrayType insertNewValueArray1​(int i)
        Inserts and returns a new empty value (as xml) as the ith "ValueArray" element
      • addNewValueArray1

        ValueArrayType addNewValueArray1()
        Appends and returns a new empty value (as xml) as the last "ValueArray" element
      • removeValueArray1

        void removeValueArray1​(int i)
        Removes the ith "ValueArray" element
      • getAbstractScalarValueListArray

        org.apache.xmlbeans.XmlObject[] getAbstractScalarValueListArray()
        Gets array of all "AbstractScalarValueList" elements
      • getAbstractScalarValueListArray

        org.apache.xmlbeans.XmlObject getAbstractScalarValueListArray​(int i)
        Gets ith "AbstractScalarValueList" element
      • sizeOfAbstractScalarValueListArray

        int sizeOfAbstractScalarValueListArray()
        Returns number of "AbstractScalarValueList" element
      • setAbstractScalarValueListArray

        void setAbstractScalarValueListArray​(org.apache.xmlbeans.XmlObject[] abstractScalarValueListArray)
        Sets array of all "AbstractScalarValueList" element
      • setAbstractScalarValueListArray

        void setAbstractScalarValueListArray​(int i,
                                             org.apache.xmlbeans.XmlObject abstractScalarValueList)
        Sets ith "AbstractScalarValueList" element
      • insertNewAbstractScalarValueList

        org.apache.xmlbeans.XmlObject insertNewAbstractScalarValueList​(int i)
        Inserts and returns a new empty value (as xml) as the ith "AbstractScalarValueList" element
      • addNewAbstractScalarValueList

        org.apache.xmlbeans.XmlObject addNewAbstractScalarValueList()
        Appends and returns a new empty value (as xml) as the last "AbstractScalarValueList" element
      • removeAbstractScalarValueList

        void removeAbstractScalarValueList​(int i)
        Removes the ith "AbstractScalarValueList" element
      • getDataBlock

        DataBlockType getDataBlock()
        Gets the "DataBlock" element
      • isSetDataBlock

        boolean isSetDataBlock()
        True if has "DataBlock" element
      • setDataBlock

        void setDataBlock​(DataBlockType dataBlock)
        Sets the "DataBlock" element
      • addNewDataBlock

        DataBlockType addNewDataBlock()
        Appends and returns a new empty "DataBlock" element
      • unsetDataBlock

        void unsetDataBlock()
        Unsets the "DataBlock" element
      • getFile

        FileType getFile()
        Gets the "File" element
      • isSetFile

        boolean isSetFile()
        True if has "File" element
      • setFile

        void setFile​(FileType file)
        Sets the "File" element
      • addNewFile

        FileType addNewFile()
        Appends and returns a new empty "File" element
      • unsetFile

        void unsetFile()
        Unsets the "File" element