Interface GeographicPositionType

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

    public interface GeographicPositionType
    extends org.apache.xmlbeans.XmlObject
    An XML GeographicPositionType(@http://inspire.ec.europa.eu/schemas/ad/4.0). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  GeographicPositionType.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
      PointPropertyType addNewGeometry()
      Appends and returns a new empty "geometry" element
      ReferenceType addNewMethod()
      Appends and returns a new empty "method" element
      ReferenceType addNewSpecification()
      Appends and returns a new empty "specification" element
      boolean getDefault()
      Gets the "default" element
      PointPropertyType getGeometry()
      Gets the "geometry" element
      ReferenceType getMethod()
      Gets the "method" element
      ReferenceType getSpecification()
      Gets the "specification" element
      boolean isNilMethod()
      Tests for nil "method" element
      boolean isNilSpecification()
      Tests for nil "specification" element
      void setDefault​(boolean xdefault)
      Sets the "default" element
      void setGeometry​(PointPropertyType geometry)
      Sets the "geometry" element
      void setMethod​(ReferenceType method)
      Sets the "method" element
      void setNilMethod()
      Nils the "method" element
      void setNilSpecification()
      Nils the "specification" element
      void setSpecification​(ReferenceType specification)
      Sets the "specification" element
      org.apache.xmlbeans.XmlBoolean xgetDefault()
      Gets (as xml) the "default" element
      void xsetDefault​(org.apache.xmlbeans.XmlBoolean xdefault)
      Sets (as xml) the "default" element
      • 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

      • setGeometry

        void setGeometry​(PointPropertyType geometry)
        Sets the "geometry" element
      • addNewGeometry

        PointPropertyType addNewGeometry()
        Appends and returns a new empty "geometry" element
      • getSpecification

        ReferenceType getSpecification()
        Gets the "specification" element
      • isNilSpecification

        boolean isNilSpecification()
        Tests for nil "specification" element
      • setSpecification

        void setSpecification​(ReferenceType specification)
        Sets the "specification" element
      • addNewSpecification

        ReferenceType addNewSpecification()
        Appends and returns a new empty "specification" element
      • setNilSpecification

        void setNilSpecification()
        Nils the "specification" element
      • isNilMethod

        boolean isNilMethod()
        Tests for nil "method" element
      • setMethod

        void setMethod​(ReferenceType method)
        Sets the "method" element
      • addNewMethod

        ReferenceType addNewMethod()
        Appends and returns a new empty "method" element
      • setNilMethod

        void setNilMethod()
        Nils the "method" element
      • getDefault

        boolean getDefault()
        Gets the "default" element
      • xgetDefault

        org.apache.xmlbeans.XmlBoolean xgetDefault()
        Gets (as xml) the "default" element
      • setDefault

        void setDefault​(boolean xdefault)
        Sets the "default" element
      • xsetDefault

        void xsetDefault​(org.apache.xmlbeans.XmlBoolean xdefault)
        Sets (as xml) the "default" element