public class LocationContainedInItinerary extends Object
Java class for _LocationContainedInItinerary complex type.
The following schema fragment specifies the expected content contained within this class.
<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()
Gets the value of the index property.
|
Location |
getLocation()
Gets the value of the location property.
|
void |
setIndex(int value)
Sets the value of the index property.
|
void |
setLocation(Location value)
Sets the value of the location property.
|
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)
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.