Class Destination

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    AreaDestination, PointDestination

    public abstract class Destination
    extends Object
    implements Serializable

    Java class for Destination complex type.

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

     <complexType name="Destination">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="destinationExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • destinationExtension

        protected ExtensionType destinationExtension
    • Constructor Detail

      • Destination

        public Destination()
    • Method Detail

      • getDestinationExtension

        public ExtensionType getDestinationExtension()
        Gets the value of the destinationExtension property.
        Returns:
        possible object is ExtensionType
      • setDestinationExtension

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