Interface CoordinatesType

  • All Superinterfaces:
    org.apache.xmlbeans.XmlAnySimpleType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlString, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    CoordinatesTypeImpl

    public interface CoordinatesType
    extends org.apache.xmlbeans.XmlString
    An XML CoordinatesType(@http://www.opengis.net/gml/3.2). This is an atomic type that is a restriction of net.opengis.gml.x32.CoordinatesType.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  CoordinatesType.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 
      Modifier and Type Method Description
      String getCs()
      Gets the "cs" attribute
      String getDecimal()
      Gets the "decimal" attribute
      String getTs()
      Gets the "ts" attribute
      boolean isSetCs()
      True if has "cs" attribute
      boolean isSetDecimal()
      True if has "decimal" attribute
      boolean isSetTs()
      True if has "ts" attribute
      void setCs​(String cs)
      Sets the "cs" attribute
      void setDecimal​(String decimal)
      Sets the "decimal" attribute
      void setTs​(String ts)
      Sets the "ts" attribute
      void unsetCs()
      Unsets the "cs" attribute
      void unsetDecimal()
      Unsets the "decimal" attribute
      void unsetTs()
      Unsets the "ts" attribute
      org.apache.xmlbeans.XmlString xgetCs()
      Gets (as xml) the "cs" attribute
      org.apache.xmlbeans.XmlString xgetDecimal()
      Gets (as xml) the "decimal" attribute
      org.apache.xmlbeans.XmlString xgetTs()
      Gets (as xml) the "ts" attribute
      void xsetCs​(org.apache.xmlbeans.XmlString cs)
      Sets (as xml) the "cs" attribute
      void xsetDecimal​(org.apache.xmlbeans.XmlString decimal)
      Sets (as xml) the "decimal" attribute
      void xsetTs​(org.apache.xmlbeans.XmlString ts)
      Sets (as xml) the "ts" 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

      • getDecimal

        String getDecimal()
        Gets the "decimal" attribute
      • xgetDecimal

        org.apache.xmlbeans.XmlString xgetDecimal()
        Gets (as xml) the "decimal" attribute
      • isSetDecimal

        boolean isSetDecimal()
        True if has "decimal" attribute
      • setDecimal

        void setDecimal​(String decimal)
        Sets the "decimal" attribute
      • xsetDecimal

        void xsetDecimal​(org.apache.xmlbeans.XmlString decimal)
        Sets (as xml) the "decimal" attribute
      • unsetDecimal

        void unsetDecimal()
        Unsets the "decimal" attribute
      • getCs

        String getCs()
        Gets the "cs" attribute
      • xgetCs

        org.apache.xmlbeans.XmlString xgetCs()
        Gets (as xml) the "cs" attribute
      • isSetCs

        boolean isSetCs()
        True if has "cs" attribute
      • setCs

        void setCs​(String cs)
        Sets the "cs" attribute
      • xsetCs

        void xsetCs​(org.apache.xmlbeans.XmlString cs)
        Sets (as xml) the "cs" attribute
      • unsetCs

        void unsetCs()
        Unsets the "cs" attribute
      • getTs

        String getTs()
        Gets the "ts" attribute
      • xgetTs

        org.apache.xmlbeans.XmlString xgetTs()
        Gets (as xml) the "ts" attribute
      • isSetTs

        boolean isSetTs()
        True if has "ts" attribute
      • setTs

        void setTs​(String ts)
        Sets the "ts" attribute
      • xsetTs

        void xsetTs​(org.apache.xmlbeans.XmlString ts)
        Sets (as xml) the "ts" attribute
      • unsetTs

        void unsetTs()
        Unsets the "ts" attribute