Class AnimalPresenceObstruction

  • All Implemented Interfaces:
    Serializable

    public class AnimalPresenceObstruction
    extends Obstruction
    implements Serializable

    Java class for AnimalPresenceObstruction complex type.

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

     <complexType name="AnimalPresenceObstruction">
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}Obstruction">
           <sequence>
             <element name="alive" type="{http://datex2.eu/schema/2_0RC1/2_0}Boolean" minOccurs="0"/>
             <element name="animalPresenceType" type="{http://datex2.eu/schema/2_0RC1/2_0}AnimalPresenceTypeEnum"/>
             <element name="animalPresenceObstructionExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • AnimalPresenceObstruction

        public AnimalPresenceObstruction()
    • Method Detail

      • isAlive

        public Boolean isAlive()
        Gets the value of the alive property.
        Returns:
        possible object is Boolean
      • setAlive

        public void setAlive​(Boolean value)
        Sets the value of the alive property.
        Parameters:
        value - allowed object is Boolean
      • getAnimalPresenceObstructionExtension

        public ExtensionType getAnimalPresenceObstructionExtension()
        Gets the value of the animalPresenceObstructionExtension property.
        Returns:
        possible object is ExtensionType
      • setAnimalPresenceObstructionExtension

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