public class ItineraryByIndexedLocations extends Itinerary
Java class for ItineraryByIndexedLocations complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItineraryByIndexedLocations">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}Itinerary">
<sequence>
<element name="locationContainedInItinerary" type="{http://datex2.eu/schema/2/2_0}_LocationContainedInItinerary" maxOccurs="unbounded" minOccurs="0"/>
<element name="itineraryByIndexedLocationsExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
itineraryByIndexedLocationsExtension |
protected List<LocationContainedInItinerary> |
locationContainedInItinerary |
itineraryExtension, routeDestinationgroupOfLocationsExtension| Constructor and Description |
|---|
ItineraryByIndexedLocations() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getItineraryByIndexedLocationsExtension()
Gets the value of the itineraryByIndexedLocationsExtension property.
|
List<LocationContainedInItinerary> |
getLocationContainedInItinerary()
Gets the value of the locationContainedInItinerary property.
|
void |
setItineraryByIndexedLocationsExtension(ExtensionType value)
Sets the value of the itineraryByIndexedLocationsExtension property.
|
getItineraryExtension, getRouteDestination, setItineraryExtensiongetGroupOfLocationsExtension, setGroupOfLocationsExtensionprotected List<LocationContainedInItinerary> locationContainedInItinerary
protected ExtensionType itineraryByIndexedLocationsExtension
public List<LocationContainedInItinerary> getLocationContainedInItinerary()
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 locationContainedInItinerary property.
For example, to add a new item, do as follows:
getLocationContainedInItinerary().add(newItem);
Objects of the following type(s) are allowed in the list
LocationContainedInItinerary
public ExtensionType getItineraryByIndexedLocationsExtension()
ExtensionTypepublic void setItineraryByIndexedLocationsExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.