Package uk.org.siri.siri13
Class AnnotatedStopPointStructure
- java.lang.Object
-
- uk.org.siri.siri13.AnnotatedStopPointStructure
-
- All Implemented Interfaces:
Serializable
public class AnnotatedStopPointStructure extends Object implements Serializable
Sumamry information about a stop.Java class for AnnotatedStopPointStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnnotatedStopPointStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="StopPointRef" type="{http://www.siri.org.uk/siri}StopPointRefStructure"/> <element ref="{http://www.siri.org.uk/siri}TimingPoint" minOccurs="0"/> <element name="Monitored" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="StopName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" minOccurs="0"/> <element name="Features" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ServiceFeature" type="{http://www.siri.org.uk/siri}ServiceFeatureStructure" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}ServiceFeatureRef" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Lines" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="LineRef" type="{http://www.siri.org.uk/siri}LineRefStructure" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnnotatedStopPointStructure.FeaturesJava class for anonymous complex type.static classAnnotatedStopPointStructure.LinesJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected AnnotatedStopPointStructure.Featuresfeaturesprotected AnnotatedStopPointStructure.Lineslinesprotected Booleanmonitoredprotected NaturalLanguageStringStructurestopNameprotected StopPointRefstopPointRefprotected BooleantimingPoint
-
Constructor Summary
Constructors Constructor Description AnnotatedStopPointStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotatedStopPointStructure.FeaturesgetFeatures()Gets the value of the features property.AnnotatedStopPointStructure.LinesgetLines()Gets the value of the lines property.NaturalLanguageStringStructuregetStopName()Gets the value of the stopName property.StopPointRefgetStopPointRef()Gets the value of the stopPointRef property.BooleanisMonitored()Gets the value of the monitored property.BooleanisTimingPoint()Gets the value of the timingPoint property.voidsetFeatures(AnnotatedStopPointStructure.Features value)Sets the value of the features property.voidsetLines(AnnotatedStopPointStructure.Lines value)Sets the value of the lines property.voidsetMonitored(Boolean value)Sets the value of the monitored property.voidsetStopName(NaturalLanguageStringStructure value)Sets the value of the stopName property.voidsetStopPointRef(StopPointRef value)Sets the value of the stopPointRef property.voidsetTimingPoint(Boolean value)Sets the value of the timingPoint property.
-
-
-
Field Detail
-
stopPointRef
protected StopPointRef stopPointRef
-
timingPoint
protected Boolean timingPoint
-
monitored
protected Boolean monitored
-
stopName
protected NaturalLanguageStringStructure stopName
-
features
protected AnnotatedStopPointStructure.Features features
-
lines
protected AnnotatedStopPointStructure.Lines lines
-
-
Method Detail
-
getStopPointRef
public StopPointRef getStopPointRef()
Gets the value of the stopPointRef property.- Returns:
- possible object is
StopPointRef
-
setStopPointRef
public void setStopPointRef(StopPointRef value)
Sets the value of the stopPointRef property.- Parameters:
value- allowed object isStopPointRef
-
isTimingPoint
public Boolean isTimingPoint()
Gets the value of the timingPoint property.- Returns:
- possible object is
Boolean
-
setTimingPoint
public void setTimingPoint(Boolean value)
Sets the value of the timingPoint property.- Parameters:
value- allowed object isBoolean
-
isMonitored
public Boolean isMonitored()
Gets the value of the monitored property.- Returns:
- possible object is
Boolean
-
setMonitored
public void setMonitored(Boolean value)
Sets the value of the monitored property.- Parameters:
value- allowed object isBoolean
-
getStopName
public NaturalLanguageStringStructure getStopName()
Gets the value of the stopName property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setStopName
public void setStopName(NaturalLanguageStringStructure value)
Sets the value of the stopName property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getFeatures
public AnnotatedStopPointStructure.Features getFeatures()
Gets the value of the features property.- Returns:
- possible object is
AnnotatedStopPointStructure.Features
-
setFeatures
public void setFeatures(AnnotatedStopPointStructure.Features value)
Sets the value of the features property.- Parameters:
value- allowed object isAnnotatedStopPointStructure.Features
-
getLines
public AnnotatedStopPointStructure.Lines getLines()
Gets the value of the lines property.- Returns:
- possible object is
AnnotatedStopPointStructure.Lines
-
setLines
public void setLines(AnnotatedStopPointStructure.Lines value)
Sets the value of the lines property.- Parameters:
value- allowed object isAnnotatedStopPointStructure.Lines
-
-