public class PredefinedItinerary extends PredefinedLocationContainer
Java class for PredefinedItinerary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PredefinedItinerary">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}PredefinedLocationContainer">
<sequence>
<element name="predefinedItineraryName" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="predefinedLocation" type="{http://datex2.eu/schema/2/2_0}_PredefinedItineraryIndexPredefinedLocation" maxOccurs="unbounded" minOccurs="0"/>
<element name="predefinedItineraryExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected ExtensionType |
predefinedItineraryExtension |
protected MultilingualString |
predefinedItineraryName |
protected List<PredefinedItineraryIndexPredefinedLocation> |
predefinedLocation |
protected String |
version |
predefinedLocationContainerExtension| Constructor and Description |
|---|
PredefinedItinerary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
ExtensionType |
getPredefinedItineraryExtension()
Gets the value of the predefinedItineraryExtension property.
|
MultilingualString |
getPredefinedItineraryName()
Gets the value of the predefinedItineraryName property.
|
List<PredefinedItineraryIndexPredefinedLocation> |
getPredefinedLocation()
Gets the value of the predefinedLocation property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setPredefinedItineraryExtension(ExtensionType value)
Sets the value of the predefinedItineraryExtension property.
|
void |
setPredefinedItineraryName(MultilingualString value)
Sets the value of the predefinedItineraryName property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
getPredefinedLocationContainerExtension, setPredefinedLocationContainerExtensionprotected MultilingualString predefinedItineraryName
protected List<PredefinedItineraryIndexPredefinedLocation> predefinedLocation
protected ExtensionType predefinedItineraryExtension
protected String id
protected String version
public MultilingualString getPredefinedItineraryName()
MultilingualStringpublic void setPredefinedItineraryName(MultilingualString value)
value - allowed object is
MultilingualStringpublic List<PredefinedItineraryIndexPredefinedLocation> getPredefinedLocation()
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 predefinedLocation property.
For example, to add a new item, do as follows:
getPredefinedLocation().add(newItem);
Objects of the following type(s) are allowed in the list
PredefinedItineraryIndexPredefinedLocation
public ExtensionType getPredefinedItineraryExtension()
ExtensionTypepublic void setPredefinedItineraryExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic void setId(String value)
value - allowed object is
Stringpublic String getVersion()
StringCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.