Class AffectedStopPointStructure
- java.lang.Object
-
- uk.org.siri.siri20.AffectedStopPointStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AffectedCallStructure
public class AffectedStopPointStructure extends Object implements Serializable
Type for an SCHEDUELD STOP POINT affected by a SITUATION.Java class for AffectedStopPointStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AffectedStopPointStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.siri.org.uk/siri}StopPointRef" minOccurs="0"/> <element name="PrivateRef" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="StopPointName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/> <element name="StopPointType" type="{http://www.siri.org.uk/siri}StopPointTypeEnumeration" minOccurs="0"/> <element name="Location" type="{http://www.siri.org.uk/siri}LocationStructure" minOccurs="0"/> <element name="AffectedModes" type="{http://www.siri.org.uk/siri}AffectedModesStructure" minOccurs="0"/> <element name="PlaceRef" type="{http://www.siri.org.uk/siri}ZoneRefStructure" minOccurs="0"/> <element name="PlaceName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/> <element name="AccessibilityAssessment" type="{http://www.ifopt.org.uk/acsb}AccessibilityAssessmentStructure" minOccurs="0"/> <element name="StopCondition" type="{http://www.siri.org.uk/siri}RoutePointTypeEnumeration" maxOccurs="unbounded" minOccurs="0"/> <element name="ConnectionLinks" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AffectedConnectionLink" type="{http://www.siri.org.uk/siri}AffectedConnectionLinkStructure" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAffectedStopPointStructure.ConnectionLinksJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected AccessibilityAssessmentStructureaccessibilityAssessmentprotected AffectedModesStructureaffectedModesprotected AffectedStopPointStructure.ConnectionLinksconnectionLinksprotected Extensionsextensionsprotected LocationStructurelocationprotected List<NaturalLanguageStringStructure>placeNamesprotected ZoneRefStructureplaceRefprotected StringprivateRefprotected List<RoutePointTypeEnumeration>stopConditionsprotected List<NaturalLanguageStringStructure>stopPointNamesprotected StopPointRefstopPointRefprotected StopPointTypeEnumerationstopPointType
-
Constructor Summary
Constructors Constructor Description AffectedStopPointStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessibilityAssessmentStructuregetAccessibilityAssessment()Gets the value of the accessibilityAssessment property.AffectedModesStructuregetAffectedModes()Gets the value of the affectedModes property.AffectedStopPointStructure.ConnectionLinksgetConnectionLinks()Gets the value of the connectionLinks property.ExtensionsgetExtensions()Gets the value of the extensions property.LocationStructuregetLocation()Gets the value of the location property.List<NaturalLanguageStringStructure>getPlaceNames()Gets the value of the placeNames property.ZoneRefStructuregetPlaceRef()Gets the value of the placeRef property.StringgetPrivateRef()Gets the value of the privateRef property.List<RoutePointTypeEnumeration>getStopConditions()Gets the value of the stopConditions property.List<NaturalLanguageStringStructure>getStopPointNames()Gets the value of the stopPointNames property.StopPointRefgetStopPointRef()Gets the value of the stopPointRef property.StopPointTypeEnumerationgetStopPointType()Gets the value of the stopPointType property.voidsetAccessibilityAssessment(AccessibilityAssessmentStructure value)Sets the value of the accessibilityAssessment property.voidsetAffectedModes(AffectedModesStructure value)Sets the value of the affectedModes property.voidsetConnectionLinks(AffectedStopPointStructure.ConnectionLinks value)Sets the value of the connectionLinks property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetLocation(LocationStructure value)Sets the value of the location property.voidsetPlaceRef(ZoneRefStructure value)Sets the value of the placeRef property.voidsetPrivateRef(String value)Sets the value of the privateRef property.voidsetStopPointRef(StopPointRef value)Sets the value of the stopPointRef property.voidsetStopPointType(StopPointTypeEnumeration value)Sets the value of the stopPointType property.
-
-
-
Field Detail
-
stopPointRef
protected StopPointRef stopPointRef
-
privateRef
protected String privateRef
-
stopPointNames
protected List<NaturalLanguageStringStructure> stopPointNames
-
stopPointType
protected StopPointTypeEnumeration stopPointType
-
location
protected LocationStructure location
-
affectedModes
protected AffectedModesStructure affectedModes
-
placeRef
protected ZoneRefStructure placeRef
-
placeNames
protected List<NaturalLanguageStringStructure> placeNames
-
accessibilityAssessment
protected AccessibilityAssessmentStructure accessibilityAssessment
-
stopConditions
protected List<RoutePointTypeEnumeration> stopConditions
-
connectionLinks
protected AffectedStopPointStructure.ConnectionLinks connectionLinks
-
extensions
protected Extensions extensions
-
-
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
-
getPrivateRef
public String getPrivateRef()
Gets the value of the privateRef property.- Returns:
- possible object is
String
-
setPrivateRef
public void setPrivateRef(String value)
Sets the value of the privateRef property.- Parameters:
value- allowed object isString
-
getStopPointNames
public List<NaturalLanguageStringStructure> getStopPointNames()
Gets the value of the stopPointNames 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 stopPointNames property.For example, to add a new item, do as follows:
getStopPointNames().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
getStopPointType
public StopPointTypeEnumeration getStopPointType()
Gets the value of the stopPointType property.- Returns:
- possible object is
StopPointTypeEnumeration
-
setStopPointType
public void setStopPointType(StopPointTypeEnumeration value)
Sets the value of the stopPointType property.- Parameters:
value- allowed object isStopPointTypeEnumeration
-
getLocation
public LocationStructure getLocation()
Gets the value of the location property.- Returns:
- possible object is
LocationStructure
-
setLocation
public void setLocation(LocationStructure value)
Sets the value of the location property.- Parameters:
value- allowed object isLocationStructure
-
getAffectedModes
public AffectedModesStructure getAffectedModes()
Gets the value of the affectedModes property.- Returns:
- possible object is
AffectedModesStructure
-
setAffectedModes
public void setAffectedModes(AffectedModesStructure value)
Sets the value of the affectedModes property.- Parameters:
value- allowed object isAffectedModesStructure
-
getPlaceRef
public ZoneRefStructure getPlaceRef()
Gets the value of the placeRef property.- Returns:
- possible object is
ZoneRefStructure
-
setPlaceRef
public void setPlaceRef(ZoneRefStructure value)
Sets the value of the placeRef property.- Parameters:
value- allowed object isZoneRefStructure
-
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 JAXB 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
-
getAccessibilityAssessment
public AccessibilityAssessmentStructure getAccessibilityAssessment()
Gets the value of the accessibilityAssessment property.- Returns:
- possible object is
AccessibilityAssessmentStructure
-
setAccessibilityAssessment
public void setAccessibilityAssessment(AccessibilityAssessmentStructure value)
Sets the value of the accessibilityAssessment property.- Parameters:
value- allowed object isAccessibilityAssessmentStructure
-
getStopConditions
public List<RoutePointTypeEnumeration> getStopConditions()
Gets the value of the stopConditions 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 stopConditions property.For example, to add a new item, do as follows:
getStopConditions().add(newItem);Objects of the following type(s) are allowed in the list
RoutePointTypeEnumeration
-
getConnectionLinks
public AffectedStopPointStructure.ConnectionLinks getConnectionLinks()
Gets the value of the connectionLinks property.- Returns:
- possible object is
AffectedStopPointStructure.ConnectionLinks
-
setConnectionLinks
public void setConnectionLinks(AffectedStopPointStructure.ConnectionLinks value)
Sets the value of the connectionLinks property.- Parameters:
value- allowed object isAffectedStopPointStructure.ConnectionLinks
-
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
-
-