public abstract class Itinerary extends GroupOfLocations
Java class for Itinerary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Itinerary">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}GroupOfLocations">
<sequence>
<element name="routeDestination" type="{http://datex2.eu/schema/2/2_0}Destination" maxOccurs="unbounded" minOccurs="0"/>
<element name="itineraryExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
itineraryExtension |
protected List<Destination> |
routeDestination |
groupOfLocationsExtension| Constructor and Description |
|---|
Itinerary() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getItineraryExtension()
Gets the value of the itineraryExtension property.
|
List<Destination> |
getRouteDestination()
Gets the value of the routeDestination property.
|
void |
setItineraryExtension(ExtensionType value)
Sets the value of the itineraryExtension property.
|
getGroupOfLocationsExtension, setGroupOfLocationsExtensionprotected List<Destination> routeDestination
protected ExtensionType itineraryExtension
public List<Destination> getRouteDestination()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the routeDestination property.
For example, to add a new item, do as follows:
getRouteDestination().add(newItem);
Objects of the following type(s) are allowed in the list
Destination
public ExtensionType getItineraryExtension()
ExtensionTypepublic void setItineraryExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.