Package uk.org.siri.siri21
Class RouteDirectionStructure
- java.lang.Object
-
- uk.org.siri.siri21.DirectionStructure
-
- uk.org.siri.siri21.RouteDirectionStructure
-
- All Implemented Interfaces:
Serializable
public class RouteDirectionStructure extends DirectionStructure implements Serializable
Summary information about a Direction of a LineJava class for RouteDirectionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RouteDirectionStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}DirectionStructure"> <sequence> <element name="JourneyPatterns" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="JourneyPattern" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.siri.org.uk/siri}JourneyPatternRef" minOccurs="0"/> <element name="Name" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/> <element name="StopsInPattern" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="StopPointInPattern" type="{http://www.siri.org.uk/siri}StopPointInPatternStructure" maxOccurs="unbounded" minOccurs="2"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRouteDirectionStructure.JourneyPatternsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected Extensionsextensionsprotected RouteDirectionStructure.JourneyPatternsjourneyPatterns-
Fields inherited from class uk.org.siri.siri21.DirectionStructure
directionNames, directionRef
-
-
Constructor Summary
Constructors Constructor Description RouteDirectionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsgetExtensions()Gets the value of the extensions property.RouteDirectionStructure.JourneyPatternsgetJourneyPatterns()Gets the value of the journeyPatterns property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetJourneyPatterns(RouteDirectionStructure.JourneyPatterns value)Sets the value of the journeyPatterns property.-
Methods inherited from class uk.org.siri.siri21.DirectionStructure
getDirectionNames, getDirectionRef, setDirectionRef
-
-
-
-
Field Detail
-
journeyPatterns
protected RouteDirectionStructure.JourneyPatterns journeyPatterns
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getJourneyPatterns
public RouteDirectionStructure.JourneyPatterns getJourneyPatterns()
Gets the value of the journeyPatterns property.- Returns:
- possible object is
RouteDirectionStructure.JourneyPatterns
-
setJourneyPatterns
public void setJourneyPatterns(RouteDirectionStructure.JourneyPatterns value)
Sets the value of the journeyPatterns property.- Parameters:
value- allowed object isRouteDirectionStructure.JourneyPatterns
-
getExtensions
public Extensions getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
Extensions
-
setExtensions
public void setExtensions(Extensions value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensions
-
-