Interface DirectPositionListType

  • All Superinterfaces:
    DoubleList, org.apache.xmlbeans.XmlAnySimpleType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    DirectPositionListTypeImpl

    public interface DirectPositionListType
    extends DoubleList
    An XML DirectPositionListType(@http://www.opengis.net/gml/3.2). This is a list type whose items are org.apache.xmlbeans.XmlDouble.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  DirectPositionListType.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 Deprecated Methods 
      Modifier and Type Method Description
      List getAxisLabels()
      Gets the "axisLabels" attribute
      BigInteger getCount()
      Gets the "count" attribute
      List getListValue()  
      BigInteger getSrsDimension()
      Gets the "srsDimension" attribute
      String getSrsName()
      Gets the "srsName" attribute
      List getUomLabels()
      Gets the "uomLabels" attribute
      boolean isSetAxisLabels()
      True if has "axisLabels" attribute
      boolean isSetCount()
      True if has "count" attribute
      boolean isSetSrsDimension()
      True if has "srsDimension" attribute
      boolean isSetSrsName()
      True if has "srsName" attribute
      boolean isSetUomLabels()
      True if has "uomLabels" attribute
      List listValue()
      Deprecated. 
      void set​(List list)
      Deprecated. 
      void setAxisLabels​(List axisLabels)
      Sets the "axisLabels" attribute
      void setCount​(BigInteger count)
      Sets the "count" attribute
      void setListValue​(List list)  
      void setSrsDimension​(BigInteger srsDimension)
      Sets the "srsDimension" attribute
      void setSrsName​(String srsName)
      Sets the "srsName" attribute
      void setUomLabels​(List uomLabels)
      Sets the "uomLabels" attribute
      void unsetAxisLabels()
      Unsets the "axisLabels" attribute
      void unsetCount()
      Unsets the "count" attribute
      void unsetSrsDimension()
      Unsets the "srsDimension" attribute
      void unsetSrsName()
      Unsets the "srsName" attribute
      void unsetUomLabels()
      Unsets the "uomLabels" attribute
      NCNameList xgetAxisLabels()
      Gets (as xml) the "axisLabels" attribute
      org.apache.xmlbeans.XmlPositiveInteger xgetCount()
      Gets (as xml) the "count" attribute
      List xgetListValue()  
      org.apache.xmlbeans.XmlPositiveInteger xgetSrsDimension()
      Gets (as xml) the "srsDimension" attribute
      org.apache.xmlbeans.XmlAnyURI xgetSrsName()
      Gets (as xml) the "srsName" attribute
      NCNameList xgetUomLabels()
      Gets (as xml) the "uomLabels" attribute
      List xlistValue()
      Deprecated. 
      void xsetAxisLabels​(NCNameList axisLabels)
      Sets (as xml) the "axisLabels" attribute
      void xsetCount​(org.apache.xmlbeans.XmlPositiveInteger count)
      Sets (as xml) the "count" attribute
      void xsetSrsDimension​(org.apache.xmlbeans.XmlPositiveInteger srsDimension)
      Sets (as xml) the "srsDimension" attribute
      void xsetSrsName​(org.apache.xmlbeans.XmlAnyURI srsName)
      Sets (as xml) the "srsName" attribute
      void xsetUomLabels​(NCNameList uomLabels)
      Sets (as xml) the "uomLabels" attribute
      • Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType

        getStringValue, set, setStringValue, stringValue
      • 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

      • set

        void set​(List list)
        Deprecated.
        Specified by:
        set in interface DoubleList
      • getSrsName

        String getSrsName()
        Gets the "srsName" attribute
      • xgetSrsName

        org.apache.xmlbeans.XmlAnyURI xgetSrsName()
        Gets (as xml) the "srsName" attribute
      • isSetSrsName

        boolean isSetSrsName()
        True if has "srsName" attribute
      • setSrsName

        void setSrsName​(String srsName)
        Sets the "srsName" attribute
      • xsetSrsName

        void xsetSrsName​(org.apache.xmlbeans.XmlAnyURI srsName)
        Sets (as xml) the "srsName" attribute
      • unsetSrsName

        void unsetSrsName()
        Unsets the "srsName" attribute
      • getSrsDimension

        BigInteger getSrsDimension()
        Gets the "srsDimension" attribute
      • xgetSrsDimension

        org.apache.xmlbeans.XmlPositiveInteger xgetSrsDimension()
        Gets (as xml) the "srsDimension" attribute
      • isSetSrsDimension

        boolean isSetSrsDimension()
        True if has "srsDimension" attribute
      • setSrsDimension

        void setSrsDimension​(BigInteger srsDimension)
        Sets the "srsDimension" attribute
      • xsetSrsDimension

        void xsetSrsDimension​(org.apache.xmlbeans.XmlPositiveInteger srsDimension)
        Sets (as xml) the "srsDimension" attribute
      • unsetSrsDimension

        void unsetSrsDimension()
        Unsets the "srsDimension" attribute
      • getAxisLabels

        List getAxisLabels()
        Gets the "axisLabels" attribute
      • xgetAxisLabels

        NCNameList xgetAxisLabels()
        Gets (as xml) the "axisLabels" attribute
      • isSetAxisLabels

        boolean isSetAxisLabels()
        True if has "axisLabels" attribute
      • setAxisLabels

        void setAxisLabels​(List axisLabels)
        Sets the "axisLabels" attribute
      • xsetAxisLabels

        void xsetAxisLabels​(NCNameList axisLabels)
        Sets (as xml) the "axisLabels" attribute
      • unsetAxisLabels

        void unsetAxisLabels()
        Unsets the "axisLabels" attribute
      • getUomLabels

        List getUomLabels()
        Gets the "uomLabels" attribute
      • xgetUomLabels

        NCNameList xgetUomLabels()
        Gets (as xml) the "uomLabels" attribute
      • isSetUomLabels

        boolean isSetUomLabels()
        True if has "uomLabels" attribute
      • setUomLabels

        void setUomLabels​(List uomLabels)
        Sets the "uomLabels" attribute
      • xsetUomLabels

        void xsetUomLabels​(NCNameList uomLabels)
        Sets (as xml) the "uomLabels" attribute
      • unsetUomLabels

        void unsetUomLabels()
        Unsets the "uomLabels" attribute
      • getCount

        BigInteger getCount()
        Gets the "count" attribute
      • xgetCount

        org.apache.xmlbeans.XmlPositiveInteger xgetCount()
        Gets (as xml) the "count" attribute
      • isSetCount

        boolean isSetCount()
        True if has "count" attribute
      • setCount

        void setCount​(BigInteger count)
        Sets the "count" attribute
      • xsetCount

        void xsetCount​(org.apache.xmlbeans.XmlPositiveInteger count)
        Sets (as xml) the "count" attribute
      • unsetCount

        void unsetCount()
        Unsets the "count" attribute