Package uk.org.siri.siri20
Class AffectedStopPlaceStructure
- java.lang.Object
-
- uk.org.siri.siri20.AffectedStopPlaceElementStructure
-
- uk.org.siri.siri20.AffectedStopPlaceStructure
-
- All Implemented Interfaces:
Serializable
public class AffectedStopPlaceStructure extends AffectedStopPlaceElementStructure implements Serializable
Type for information about the Stop Places affected by an SITUATION.Java class for AffectedStopPlaceStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AffectedStopPlaceStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AffectedStopPlaceElementStructure"> <sequence> <element name="StopPlaceRef" type="{http://www.ifopt.org.uk/ifopt}StopPlaceRefStructure"/> <element name="PlaceName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/> <element name="StopPlaceType" type="{http://www.ifopt.org.uk/ifopt}StopPlaceTypeEnumeration" minOccurs="0"/> <element name="AffectedFacilities" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AffectedFacility" type="{http://www.siri.org.uk/siri}AffectedFacilityStructure" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="AffectedComponents" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AffectedComponent" type="{http://www.siri.org.uk/siri}AffectedStopPlaceComponentStructure" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="AffectedNavigationPaths" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="NavigationPathRef" type="{http://www.ifopt.org.uk/ifopt}NavigationPathRefStructure" maxOccurs="unbounded"/> </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 classAffectedStopPlaceStructure.AffectedComponentsJava class for anonymous complex type.static classAffectedStopPlaceStructure.AffectedFacilitiesJava class for anonymous complex type.static classAffectedStopPlaceStructure.AffectedNavigationPathsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected AffectedStopPlaceStructure.AffectedComponentsaffectedComponentsprotected AffectedStopPlaceStructure.AffectedFacilitiesaffectedFacilitiesprotected AffectedStopPlaceStructure.AffectedNavigationPathsaffectedNavigationPathsprotected Extensionsextensionsprotected List<NaturalLanguageStringStructure>placeNamesprotected StopPlaceRefstopPlaceRefprotected StopPlaceTypeEnumerationstopPlaceType-
Fields inherited from class uk.org.siri.siri20.AffectedStopPlaceElementStructure
accessibilityAssessment
-
-
Constructor Summary
Constructors Constructor Description AffectedStopPlaceStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AffectedStopPlaceStructure.AffectedComponentsgetAffectedComponents()Gets the value of the affectedComponents property.AffectedStopPlaceStructure.AffectedFacilitiesgetAffectedFacilities()Gets the value of the affectedFacilities property.AffectedStopPlaceStructure.AffectedNavigationPathsgetAffectedNavigationPaths()Gets the value of the affectedNavigationPaths property.ExtensionsgetExtensions()Gets the value of the extensions property.List<NaturalLanguageStringStructure>getPlaceNames()Gets the value of the placeNames property.StopPlaceRefgetStopPlaceRef()Gets the value of the stopPlaceRef property.StopPlaceTypeEnumerationgetStopPlaceType()Gets the value of the stopPlaceType property.voidsetAffectedComponents(AffectedStopPlaceStructure.AffectedComponents value)Sets the value of the affectedComponents property.voidsetAffectedFacilities(AffectedStopPlaceStructure.AffectedFacilities value)Sets the value of the affectedFacilities property.voidsetAffectedNavigationPaths(AffectedStopPlaceStructure.AffectedNavigationPaths value)Sets the value of the affectedNavigationPaths property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetStopPlaceRef(StopPlaceRef value)Sets the value of the stopPlaceRef property.voidsetStopPlaceType(StopPlaceTypeEnumeration value)Sets the value of the stopPlaceType property.-
Methods inherited from class uk.org.siri.siri20.AffectedStopPlaceElementStructure
getAccessibilityAssessment, setAccessibilityAssessment
-
-
-
-
Field Detail
-
stopPlaceRef
protected StopPlaceRef stopPlaceRef
-
placeNames
protected List<NaturalLanguageStringStructure> placeNames
-
stopPlaceType
protected StopPlaceTypeEnumeration stopPlaceType
-
affectedFacilities
protected AffectedStopPlaceStructure.AffectedFacilities affectedFacilities
-
affectedComponents
protected AffectedStopPlaceStructure.AffectedComponents affectedComponents
-
affectedNavigationPaths
protected AffectedStopPlaceStructure.AffectedNavigationPaths affectedNavigationPaths
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getStopPlaceRef
public StopPlaceRef getStopPlaceRef()
Gets the value of the stopPlaceRef property.- Returns:
- possible object is
StopPlaceRef
-
setStopPlaceRef
public void setStopPlaceRef(StopPlaceRef value)
Sets the value of the stopPlaceRef property.- Parameters:
value- allowed object isStopPlaceRef
-
getPlaceNames
public List<NaturalLanguageStringStructure> getPlaceNames()
Gets the value of the placeNames 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 placeNames property.For example, to add a new item, do as follows:
getPlaceNames().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
getStopPlaceType
public StopPlaceTypeEnumeration getStopPlaceType()
Gets the value of the stopPlaceType property.- Returns:
- possible object is
StopPlaceTypeEnumeration
-
setStopPlaceType
public void setStopPlaceType(StopPlaceTypeEnumeration value)
Sets the value of the stopPlaceType property.- Parameters:
value- allowed object isStopPlaceTypeEnumeration
-
getAffectedFacilities
public AffectedStopPlaceStructure.AffectedFacilities getAffectedFacilities()
Gets the value of the affectedFacilities property.- Returns:
- possible object is
AffectedStopPlaceStructure.AffectedFacilities
-
setAffectedFacilities
public void setAffectedFacilities(AffectedStopPlaceStructure.AffectedFacilities value)
Sets the value of the affectedFacilities property.- Parameters:
value- allowed object isAffectedStopPlaceStructure.AffectedFacilities
-
getAffectedComponents
public AffectedStopPlaceStructure.AffectedComponents getAffectedComponents()
Gets the value of the affectedComponents property.- Returns:
- possible object is
AffectedStopPlaceStructure.AffectedComponents
-
setAffectedComponents
public void setAffectedComponents(AffectedStopPlaceStructure.AffectedComponents value)
Sets the value of the affectedComponents property.- Parameters:
value- allowed object isAffectedStopPlaceStructure.AffectedComponents
-
getAffectedNavigationPaths
public AffectedStopPlaceStructure.AffectedNavigationPaths getAffectedNavigationPaths()
Gets the value of the affectedNavigationPaths property.- Returns:
- possible object is
AffectedStopPlaceStructure.AffectedNavigationPaths
-
setAffectedNavigationPaths
public void setAffectedNavigationPaths(AffectedStopPlaceStructure.AffectedNavigationPaths value)
Sets the value of the affectedNavigationPaths property.- Parameters:
value- allowed object isAffectedStopPlaceStructure.AffectedNavigationPaths
-
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
-
-