Class Itinerary.LocationContainedInItinerary
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.Location
-
- eu.datex2.siri20.schema._2_0rc1._2_0.Itinerary.LocationContainedInItinerary
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Itinerary
public static class Itinerary.LocationContainedInItinerary extends Location implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://datex2.eu/schema/2_0RC1/2_0}Location"> <attribute name="index" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected intindex-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.Location
externalReferencings, locationExtension, locationForDisplay
-
-
Constructor Summary
Constructors Constructor Description LocationContainedInItinerary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIndex()Gets the value of the index property.voidsetIndex(int value)Sets the value of the index property.-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.Location
getExternalReferencings, getLocationExtension, getLocationForDisplay, setLocationExtension, setLocationForDisplay
-
-