Interface VectorType.Coordinate

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    VectorTypeImpl.CoordinateImpl
    Enclosing interface:
    VectorType

    public static interface VectorType.Coordinate
    extends org.apache.xmlbeans.XmlObject
    An XML coordinate(@http://www.opengis.net/swe/1.0.1). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  VectorType.Coordinate.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
    • Field Detail

      • type

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

      • isSetCount

        boolean isSetCount()
        True if has "Count" element
      • addNewCount

        CountDocument.Count addNewCount()
        Appends and returns a new empty "Count" element
      • unsetCount

        void unsetCount()
        Unsets the "Count" element
      • isSetQuantity

        boolean isSetQuantity()
        True if has "Quantity" element
      • unsetQuantity

        void unsetQuantity()
        Unsets the "Quantity" element
      • isSetTime

        boolean isSetTime()
        True if has "Time" element
      • addNewTime

        TimeDocument.Time addNewTime()
        Appends and returns a new empty "Time" element
      • unsetTime

        void unsetTime()
        Unsets the "Time" element
      • getName

        String getName()
        Gets the "name" attribute
      • xgetName

        org.apache.xmlbeans.XmlToken xgetName()
        Gets (as xml) the "name" attribute
      • setName

        void setName​(String name)
        Sets the "name" attribute
      • xsetName

        void xsetName​(org.apache.xmlbeans.XmlToken name)
        Sets (as xml) the "name" attribute