public class ItineraryByIndexedLocations extends Itinerary
Java-Klasse für ItineraryByIndexedLocations complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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 java.util.List<LocationContainedInItinerary> |
locationContainedInItinerary |
itineraryExtension
groupOfLocationsExtension
Constructor and Description |
---|
ItineraryByIndexedLocations() |
Modifier and Type | Method and Description |
---|---|
ExtensionType |
getItineraryByIndexedLocationsExtension()
Ruft den Wert der itineraryByIndexedLocationsExtension-Eigenschaft ab.
|
java.util.List<LocationContainedInItinerary> |
getLocationContainedInItinerary()
Gets the value of the locationContainedInItinerary property.
|
void |
setItineraryByIndexedLocationsExtension(ExtensionType value)
Legt den Wert der itineraryByIndexedLocationsExtension-Eigenschaft fest.
|
getItineraryExtension, setItineraryExtension
getGroupOfLocationsExtension, setGroupOfLocationsExtension
protected java.util.List<LocationContainedInItinerary> locationContainedInItinerary
protected ExtensionType itineraryByIndexedLocationsExtension
public java.util.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()
ExtensionType
public void setItineraryByIndexedLocationsExtension(ExtensionType value)
value
- allowed object is
ExtensionType