Interface MovingObjectStatusType

    • Field Detail

      • type

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

      • addNewLocation

        LocationPropertyType addNewLocation()
        Appends and returns a new empty "location" element
      • getSpeed

        MeasureType getSpeed()
        Gets the "speed" element
      • isSetSpeed

        boolean isSetSpeed()
        True if has "speed" element
      • setSpeed

        void setSpeed​(MeasureType speed)
        Sets the "speed" element
      • addNewSpeed

        MeasureType addNewSpeed()
        Appends and returns a new empty "speed" element
      • unsetSpeed

        void unsetSpeed()
        Unsets the "speed" element
      • isSetBearing

        boolean isSetBearing()
        True if has "bearing" element
      • unsetBearing

        void unsetBearing()
        Unsets the "bearing" element
      • getAcceleration

        MeasureType getAcceleration()
        Gets the "acceleration" element
      • isSetAcceleration

        boolean isSetAcceleration()
        True if has "acceleration" element
      • setAcceleration

        void setAcceleration​(MeasureType acceleration)
        Sets the "acceleration" element
      • addNewAcceleration

        MeasureType addNewAcceleration()
        Appends and returns a new empty "acceleration" element
      • unsetAcceleration

        void unsetAcceleration()
        Unsets the "acceleration" element
      • getElevation

        MeasureType getElevation()
        Gets the "elevation" element
      • isSetElevation

        boolean isSetElevation()
        True if has "elevation" element
      • setElevation

        void setElevation​(MeasureType elevation)
        Sets the "elevation" element
      • addNewElevation

        MeasureType addNewElevation()
        Appends and returns a new empty "elevation" element
      • unsetElevation

        void unsetElevation()
        Unsets the "elevation" element
      • isSetStatus

        boolean isSetStatus()
        True if has "status" element
      • setStatus

        void setStatus​(StringOrRefType status)
        Sets the "status" element
      • addNewStatus

        StringOrRefType addNewStatus()
        Appends and returns a new empty "status" element
      • unsetStatus

        void unsetStatus()
        Unsets the "status" element