Interface DataBlockType

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

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

      • type

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

      • getRangeParameters

        RangeParametersType getRangeParameters()
        Gets the "rangeParameters" element
      • setRangeParameters

        void setRangeParameters​(RangeParametersType rangeParameters)
        Sets the "rangeParameters" element
      • addNewRangeParameters

        RangeParametersType addNewRangeParameters()
        Appends and returns a new empty "rangeParameters" element
      • getTupleList

        CoordinatesType getTupleList()
        Gets the "tupleList" element
      • isSetTupleList

        boolean isSetTupleList()
        True if has "tupleList" element
      • setTupleList

        void setTupleList​(CoordinatesType tupleList)
        Sets the "tupleList" element
      • addNewTupleList

        CoordinatesType addNewTupleList()
        Appends and returns a new empty "tupleList" element
      • unsetTupleList

        void unsetTupleList()
        Unsets the "tupleList" element
      • getDoubleOrNullTupleList

        List getDoubleOrNullTupleList()
        Gets the "doubleOrNullTupleList" element
      • xgetDoubleOrNullTupleList

        DoubleOrNullList xgetDoubleOrNullTupleList()
        Gets (as xml) the "doubleOrNullTupleList" element
      • isSetDoubleOrNullTupleList

        boolean isSetDoubleOrNullTupleList()
        True if has "doubleOrNullTupleList" element
      • setDoubleOrNullTupleList

        void setDoubleOrNullTupleList​(List doubleOrNullTupleList)
        Sets the "doubleOrNullTupleList" element
      • xsetDoubleOrNullTupleList

        void xsetDoubleOrNullTupleList​(DoubleOrNullList doubleOrNullTupleList)
        Sets (as xml) the "doubleOrNullTupleList" element
      • unsetDoubleOrNullTupleList

        void unsetDoubleOrNullTupleList()
        Unsets the "doubleOrNullTupleList" element