Class Destination

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

    public abstract class Destination
    extends Object
    implements Serializable
    The specification of the destination of a defined route or itinerary. This may be either a location on a network or an area location.

    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">
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Destination

        public Destination()