Interface HeightAboveGroundType

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

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

      Nested Classes 
      Modifier and Type Interface Description
      static class  HeightAboveGroundType.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

      • getHeightReference

        ReferenceType getHeightReference()
        Gets the "heightReference" element
      • isNilHeightReference

        boolean isNilHeightReference()
        Tests for nil "heightReference" element
      • setHeightReference

        void setHeightReference​(ReferenceType heightReference)
        Sets the "heightReference" element
      • addNewHeightReference

        ReferenceType addNewHeightReference()
        Appends and returns a new empty "heightReference" element
      • setNilHeightReference

        void setNilHeightReference()
        Nils the "heightReference" element
      • getLowReference

        ReferenceType getLowReference()
        Gets the "lowReference" element
      • isNilLowReference

        boolean isNilLowReference()
        Tests for nil "lowReference" element
      • setLowReference

        void setLowReference​(ReferenceType lowReference)
        Sets the "lowReference" element
      • addNewLowReference

        ReferenceType addNewLowReference()
        Appends and returns a new empty "lowReference" element
      • setNilLowReference

        void setNilLowReference()
        Nils the "lowReference" element
      • isNilStatus

        boolean isNilStatus()
        Tests for nil "status" element
      • setStatus

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

        ReferenceType addNewStatus()
        Appends and returns a new empty "status" element
      • setNilStatus

        void setNilStatus()
        Nils the "status" element
      • getValue

        LengthType getValue()
        Gets the "value" element
      • setValue

        void setValue​(LengthType value)
        Sets the "value" element
      • addNewValue

        LengthType addNewValue()
        Appends and returns a new empty "value" element