Interface DirectionVectorType

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

    public interface DirectionVectorType
    extends org.apache.xmlbeans.XmlObject
    An XML DirectionVectorType(@http://www.opengis.net/gml/3.2). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  DirectionVectorType.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
      AngleType addNewHorizontalAngle()
      Appends and returns a new empty "horizontalAngle" element
      VectorType addNewVector()
      Appends and returns a new empty "vector" element
      AngleType addNewVerticalAngle()
      Appends and returns a new empty "verticalAngle" element
      AngleType getHorizontalAngle()
      Gets the "horizontalAngle" element
      VectorType getVector()
      Gets the "vector" element
      AngleType getVerticalAngle()
      Gets the "verticalAngle" element
      boolean isSetHorizontalAngle()
      True if has "horizontalAngle" element
      boolean isSetVector()
      True if has "vector" element
      boolean isSetVerticalAngle()
      True if has "verticalAngle" element
      void setHorizontalAngle​(AngleType horizontalAngle)
      Sets the "horizontalAngle" element
      void setVector​(VectorType vector)
      Sets the "vector" element
      void setVerticalAngle​(AngleType verticalAngle)
      Sets the "verticalAngle" element
      void unsetHorizontalAngle()
      Unsets the "horizontalAngle" element
      void unsetVector()
      Unsets the "vector" element
      void unsetVerticalAngle()
      Unsets the "verticalAngle" 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

      • getVector

        VectorType getVector()
        Gets the "vector" element
      • isSetVector

        boolean isSetVector()
        True if has "vector" element
      • setVector

        void setVector​(VectorType vector)
        Sets the "vector" element
      • addNewVector

        VectorType addNewVector()
        Appends and returns a new empty "vector" element
      • unsetVector

        void unsetVector()
        Unsets the "vector" element
      • getHorizontalAngle

        AngleType getHorizontalAngle()
        Gets the "horizontalAngle" element
      • isSetHorizontalAngle

        boolean isSetHorizontalAngle()
        True if has "horizontalAngle" element
      • setHorizontalAngle

        void setHorizontalAngle​(AngleType horizontalAngle)
        Sets the "horizontalAngle" element
      • addNewHorizontalAngle

        AngleType addNewHorizontalAngle()
        Appends and returns a new empty "horizontalAngle" element
      • unsetHorizontalAngle

        void unsetHorizontalAngle()
        Unsets the "horizontalAngle" element
      • getVerticalAngle

        AngleType getVerticalAngle()
        Gets the "verticalAngle" element
      • isSetVerticalAngle

        boolean isSetVerticalAngle()
        True if has "verticalAngle" element
      • setVerticalAngle

        void setVerticalAngle​(AngleType verticalAngle)
        Sets the "verticalAngle" element
      • addNewVerticalAngle

        AngleType addNewVerticalAngle()
        Appends and returns a new empty "verticalAngle" element
      • unsetVerticalAngle

        void unsetVerticalAngle()
        Unsets the "verticalAngle" element