Package uk.org.siri.siri20
Class AffectedRouteStructure.StopPoints
- java.lang.Object
-
- uk.org.siri.siri20.AffectedRouteStructure.StopPoints
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AffectedRouteStructure
public static class AffectedRouteStructure.StopPoints extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AffectedOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <sequence maxOccurs="unbounded"> <element name="AffectedStopPoint" type="{http://www.siri.org.uk/siri}AffectedStopPointStructure"/> <element name="LinkProjectionToNextStopPoint" type="{http://www.ifopt.org.uk/ifopt}LinkProjectionStructure" minOccurs="0"/> </sequence> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanaffectedOnlyprotected List<Serializable>affectedStopPointsAndLinkProjectionToNextStopPoints
-
Constructor Summary
Constructors Constructor Description StopPoints()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Serializable>getAffectedStopPointsAndLinkProjectionToNextStopPoints()Gets the value of the affectedStopPointsAndLinkProjectionToNextStopPoints property.BooleanisAffectedOnly()Gets the value of the affectedOnly property.voidsetAffectedOnly(Boolean value)Sets the value of the affectedOnly property.
-
-
-
Field Detail
-
affectedOnly
protected Boolean affectedOnly
-
affectedStopPointsAndLinkProjectionToNextStopPoints
protected List<Serializable> affectedStopPointsAndLinkProjectionToNextStopPoints
-
-
Method Detail
-
isAffectedOnly
public Boolean isAffectedOnly()
Gets the value of the affectedOnly property.- Returns:
- possible object is
Boolean
-
setAffectedOnly
public void setAffectedOnly(Boolean value)
Sets the value of the affectedOnly property.- Parameters:
value- allowed object isBoolean
-
getAffectedStopPointsAndLinkProjectionToNextStopPoints
public List<Serializable> getAffectedStopPointsAndLinkProjectionToNextStopPoints()
Gets the value of the affectedStopPointsAndLinkProjectionToNextStopPoints property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the affectedStopPointsAndLinkProjectionToNextStopPoints property.For example, to add a new item, do as follows:
getAffectedStopPointsAndLinkProjectionToNextStopPoints().add(newItem);Objects of the following type(s) are allowed in the list
LinkProjectionAffectedStopPointStructure
-
-