Package uk.org.siri.siri21
Class MobilityDisruptionStructure
- java.lang.Object
-
- uk.org.siri.siri21.MobilityDisruptionStructure
-
- All Implemented Interfaces:
Serializable
public class MobilityDisruptionStructure extends Object implements Serializable
Type for effect of EQUIPMENT availability change on impaired access users.Java class for MobilityDisruptionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MobilityDisruptionStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MobilityImpairedAccess" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element ref="{http://www.siri.org.uk/siri}AccessFacility" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<AccessFacilityEnumeration>accessFacilitiesprotected booleanmobilityImpairedAccess
-
Constructor Summary
Constructors Constructor Description MobilityDisruptionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AccessFacilityEnumeration>getAccessFacilities()Classification of Mobility Facility type - Based on Tpeg pti23.Gets the value of the accessFacilities property.booleanisMobilityImpairedAccess()Gets the value of the mobilityImpairedAccess property.voidsetMobilityImpairedAccess(boolean value)Sets the value of the mobilityImpairedAccess property.
-
-
-
Field Detail
-
mobilityImpairedAccess
protected boolean mobilityImpairedAccess
-
accessFacilities
protected List<AccessFacilityEnumeration> accessFacilities
-
-
Method Detail
-
isMobilityImpairedAccess
public boolean isMobilityImpairedAccess()
Gets the value of the mobilityImpairedAccess property.
-
setMobilityImpairedAccess
public void setMobilityImpairedAccess(boolean value)
Sets the value of the mobilityImpairedAccess property.
-
getAccessFacilities
public List<AccessFacilityEnumeration> getAccessFacilities()
Classification of Mobility Facility type - Based on Tpeg pti23.Gets the value of the accessFacilities 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 accessFacilities property.For example, to add a new item, do as follows:
getAccessFacilities().add(newItem);Objects of the following type(s) are allowed in the list
AccessFacilityEnumeration
-
-