Class AreaDestination

  • All Implemented Interfaces:
    Serializable

    public class AreaDestination
    extends Destination
    implements Serializable

    Java class for AreaDestination complex type.

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

     <complexType name="AreaDestination">
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}Destination">
           <sequence>
             <element name="area" type="{http://datex2.eu/schema/2_0RC1/2_0}Area"/>
             <element name="areaDestinationExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • area

        protected Area area
      • areaDestinationExtension

        protected ExtensionType areaDestinationExtension
    • Constructor Detail

      • AreaDestination

        public AreaDestination()
    • Method Detail

      • getArea

        public Area getArea()
        Gets the value of the area property.
        Returns:
        possible object is Area
      • setArea

        public void setArea​(Area value)
        Sets the value of the area property.
        Parameters:
        value - allowed object is Area
      • getAreaDestinationExtension

        public ExtensionType getAreaDestinationExtension()
        Gets the value of the areaDestinationExtension property.
        Returns:
        possible object is ExtensionType
      • setAreaDestinationExtension

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