Class TPEGHeight

  • All Implemented Interfaces:
    Serializable

    public class TPEGHeight
    extends Object
    implements Serializable
    Height information which provides additional descrimination for the applicable area.

    Java class for TPEGHeight complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="TPEGHeight">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="height" type="{http://datex2.eu/schema/1_0/1_0}MetresAsFloat" minOccurs="0"/>
             <element name="heightType" type="{http://datex2.eu/schema/1_0/1_0}TPEGLoc04HeightTypeEnum"/>
             <element name="tpegheightExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • TPEGHeight

        public TPEGHeight()
    • Method Detail

      • getHeight

        public Float getHeight()
        Gets the value of the height property.
        Returns:
        possible object is Float
      • setHeight

        public void setHeight​(Float value)
        Sets the value of the height property.
        Parameters:
        value - allowed object is Float
      • getTpegheightExtension

        public ExtensionType getTpegheightExtension()
        Gets the value of the tpegheightExtension property.
        Returns:
        possible object is ExtensionType
      • setTpegheightExtension

        public void setTpegheightExtension​(ExtensionType value)
        Sets the value of the tpegheightExtension property.
        Parameters:
        value - allowed object is ExtensionType