public class LocationContainedInItinerary
extends java.lang.Object
Java-Klasse für _LocationContainedInItinerary complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="_LocationContainedInItinerary">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="location" type="{http://datex2.eu/schema/2/2_0}Location"/>
</sequence>
<attribute name="index" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
index |
protected Location |
location |
| Constructor and Description |
|---|
LocationContainedInItinerary() |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Ruft den Wert der index-Eigenschaft ab.
|
Location |
getLocation()
Ruft den Wert der location-Eigenschaft ab.
|
void |
setIndex(int value)
Legt den Wert der index-Eigenschaft fest.
|
void |
setLocation(Location value)
Legt den Wert der location-Eigenschaft fest.
|
protected Location location
protected int index
public Location getLocation()
Locationpublic void setLocation(Location value)
value - allowed object is
Locationpublic int getIndex()
public void setIndex(int value)