Package uk.org.siri.siri21
Class StopPointInPatternStructure
- java.lang.Object
-
- uk.org.siri.siri21.AnnotatedStopPointStructure
-
- uk.org.siri.siri21.StopPointInPatternStructure
-
- All Implemented Interfaces:
Serializable
public class StopPointInPatternStructure extends AnnotatedStopPointStructure implements Serializable
Summary information about a stop within lineJava class for StopPointInPatternStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StopPointInPatternStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AnnotatedStopPointStructure"> <sequence> <element name="Order" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/> <element name="OnwardLinkShape" type="{http://www.siri.org.uk/siri}LineShapeStructure" minOccurs="0"/> <element name="LinkProjectionToNextStopPoint" type="{http://www.ifopt.org.uk/ifopt}LinkProjectionStructure" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class uk.org.siri.siri21.AnnotatedStopPointStructure
AnnotatedStopPointStructure.Features, AnnotatedStopPointStructure.Lines
-
-
Field Summary
Fields Modifier and Type Field Description protected Extensionsextensionsprotected LinkProjectionlinkProjectionToNextStopPointprotected LineShapeStructureonwardLinkShapeprotected BigIntegerorder-
Fields inherited from class uk.org.siri.siri21.AnnotatedStopPointStructure
features, lines, location, monitored, stopAreaRef, stopNames, stopPointRef, timingPoint, url
-
-
Constructor Summary
Constructors Constructor Description StopPointInPatternStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsgetExtensions()Gets the value of the extensions property.LinkProjectiongetLinkProjectionToNextStopPoint()Gets the value of the linkProjectionToNextStopPoint property.LineShapeStructuregetOnwardLinkShape()Gets the value of the onwardLinkShape property.BigIntegergetOrder()Gets the value of the order property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetLinkProjectionToNextStopPoint(LinkProjection value)Sets the value of the linkProjectionToNextStopPoint property.voidsetOnwardLinkShape(LineShapeStructure value)Sets the value of the onwardLinkShape property.voidsetOrder(BigInteger value)Sets the value of the order property.-
Methods inherited from class uk.org.siri.siri21.AnnotatedStopPointStructure
getFeatures, getLines, getLocation, getStopAreaRef, getStopNames, getStopPointRef, getUrl, isMonitored, isTimingPoint, setFeatures, setLines, setLocation, setMonitored, setStopAreaRef, setStopPointRef, setTimingPoint, setUrl
-
-
-
-
Field Detail
-
order
protected BigInteger order
-
onwardLinkShape
protected LineShapeStructure onwardLinkShape
-
linkProjectionToNextStopPoint
protected LinkProjection linkProjectionToNextStopPoint
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getOrder
public BigInteger getOrder()
Gets the value of the order property.- Returns:
- possible object is
BigInteger
-
setOrder
public void setOrder(BigInteger value)
Sets the value of the order property.- Parameters:
value- allowed object isBigInteger
-
getOnwardLinkShape
public LineShapeStructure getOnwardLinkShape()
Gets the value of the onwardLinkShape property.- Returns:
- possible object is
LineShapeStructure
-
setOnwardLinkShape
public void setOnwardLinkShape(LineShapeStructure value)
Sets the value of the onwardLinkShape property.- Parameters:
value- allowed object isLineShapeStructure
-
getLinkProjectionToNextStopPoint
public LinkProjection getLinkProjectionToNextStopPoint()
Gets the value of the linkProjectionToNextStopPoint property.- Returns:
- possible object is
LinkProjection
-
setLinkProjectionToNextStopPoint
public void setLinkProjectionToNextStopPoint(LinkProjection value)
Sets the value of the linkProjectionToNextStopPoint property.- Parameters:
value- allowed object isLinkProjection
-
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
-
-