Class 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/siri}AccessFacility" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • MobilityDisruptionStructure

        public MobilityDisruptionStructure()
    • 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 set method 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