Package uk.org.siri.siri20
Class AffectsScopeStructure.StopPoints
- java.lang.Object
-
- uk.org.siri.siri20.AffectsScopeStructure.StopPoints
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AffectsScopeStructure
public static class AffectsScopeStructure.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="AffectedStopPoint" type="{http://www.siri.org.uk/siri}AffectedStopPointStructure" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<AffectedStopPointStructure>affectedStopPoints
-
Constructor Summary
Constructors Constructor Description StopPoints()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AffectedStopPointStructure>getAffectedStopPoints()Gets the value of the affectedStopPoints property.
-
-
-
Field Detail
-
affectedStopPoints
protected List<AffectedStopPointStructure> affectedStopPoints
-
-
Method Detail
-
getAffectedStopPoints
public List<AffectedStopPointStructure> getAffectedStopPoints()
Gets the value of the affectedStopPoints 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 JAXB object. This is why there is not a
setmethod for the affectedStopPoints property.For example, to add a new item, do as follows:
getAffectedStopPoints().add(newItem);Objects of the following type(s) are allowed in the list
AffectedStopPointStructure
-
-