Package uk.org.siri.siri10
Class MobilityDisruptionStructure
- java.lang.Object
-
- uk.org.siri.siri10.MobilityDisruptionStructure
-
- All Implemented Interfaces:
Serializable
public class MobilityDisruptionStructure extends Object implements Serializable
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/}MobilityFacility" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<MobilityFacilityEnumeration>mobilityFacilityprotected booleanmobilityImpairedAccess
-
Constructor Summary
Constructors Constructor Description MobilityDisruptionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MobilityFacilityEnumeration>getMobilityFacility()Classification of Mobility Facility type - Based on Tpeg pti23.Gets the value of the mobilityFacility 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
-
mobilityFacility
protected List<MobilityFacilityEnumeration> mobilityFacility
-
-
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.
-
getMobilityFacility
public List<MobilityFacilityEnumeration> getMobilityFacility()
Classification of Mobility Facility type - Based on Tpeg pti23.Gets the value of the mobilityFacility 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 mobilityFacility property.For example, to add a new item, do as follows:
getMobilityFacility().add(newItem);Objects of the following type(s) are allowed in the list
MobilityFacilityEnumeration
-
-