Uses of Class
eu.datex2.siri13.schema._1_0._1_0.Destination
-
Packages that use Destination Package Description eu.datex2.siri13.schema._1_0._1_0 -
-
Uses of Destination in eu.datex2.siri13.schema._1_0._1_0
Subclasses of Destination in eu.datex2.siri13.schema._1_0._1_0 Modifier and Type Class Description classAreaDestinationThe specification of the destination of a defined route or itinerary which is an area.classPointDestinationThe specification of the destination of a defined route or itinerary which is a point.Fields in eu.datex2.siri13.schema._1_0._1_0 declared as Destination Modifier and Type Field Description protected DestinationNetworkLocation. destinationFields in eu.datex2.siri13.schema._1_0._1_0 with type parameters of type Destination Modifier and Type Field Description protected List<Destination>GroupOfLocations. routeDestinationsMethods in eu.datex2.siri13.schema._1_0._1_0 that return Destination Modifier and Type Method Description DestinationNetworkLocation. getDestination()Gets the value of the destination property.Methods in eu.datex2.siri13.schema._1_0._1_0 that return types with arguments of type Destination Modifier and Type Method Description List<Destination>GroupOfLocations. getRouteDestinations()Gets the value of the routeDestinations property.Methods in eu.datex2.siri13.schema._1_0._1_0 with parameters of type Destination Modifier and Type Method Description voidNetworkLocation. setDestination(Destination value)Sets the value of the destination property.
-