public class PredefinedItineraryIndexPredefinedLocation extends Object
Java class for _PredefinedItineraryIndexPredefinedLocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="_PredefinedItineraryIndexPredefinedLocation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="predefinedLocation" type="{http://datex2.eu/schema/2/2_0}PredefinedLocation"/>
</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 PredefinedLocation |
predefinedLocation |
| Constructor and Description |
|---|
PredefinedItineraryIndexPredefinedLocation() |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Gets the value of the index property.
|
PredefinedLocation |
getPredefinedLocation()
Gets the value of the predefinedLocation property.
|
void |
setIndex(int value)
Sets the value of the index property.
|
void |
setPredefinedLocation(PredefinedLocation value)
Sets the value of the predefinedLocation property.
|
protected PredefinedLocation predefinedLocation
protected int index
public PredefinedItineraryIndexPredefinedLocation()
public PredefinedLocation getPredefinedLocation()
PredefinedLocationpublic void setPredefinedLocation(PredefinedLocation value)
value - allowed object is
PredefinedLocationpublic int getIndex()
public void setIndex(int value)
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.