Class EnvironmentalObstruction

  • All Implemented Interfaces:
    Serializable

    public class EnvironmentalObstruction
    extends Obstruction
    implements Serializable

    Java class for EnvironmentalObstruction complex type.

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

     <complexType name="EnvironmentalObstruction">
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}Obstruction">
           <sequence>
             <element name="depth" type="{http://datex2.eu/schema/2_0RC1/2_0}MetresAsFloat" minOccurs="0"/>
             <element name="environmentalObstructionType" type="{http://datex2.eu/schema/2_0RC1/2_0}EnvironmentalObstructionTypeEnum"/>
             <element name="environmentalObstructionExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • EnvironmentalObstruction

        public EnvironmentalObstruction()
    • Method Detail

      • getDepth

        public Float getDepth()
        Gets the value of the depth property.
        Returns:
        possible object is Float
      • setDepth

        public void setDepth​(Float value)
        Sets the value of the depth property.
        Parameters:
        value - allowed object is Float
      • getEnvironmentalObstructionExtension

        public ExtensionType getEnvironmentalObstructionExtension()
        Gets the value of the environmentalObstructionExtension property.
        Returns:
        possible object is ExtensionType
      • setEnvironmentalObstructionExtension

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