Class TpegHeight

  • All Implemented Interfaces:
    Serializable

    public class TpegHeight
    extends Object
    implements Serializable

    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/2_0RC1/2_0}MetresAsFloat" minOccurs="0"/>
             <element name="heightType" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegLoc04HeightTypeEnum"/>
             <element name="tpegHeightExtension" type="{http://datex2.eu/schema/2_0RC1/2_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