Package uk.org.acbs.siri14
Class AccessibilityLimitationStructure
- java.lang.Object
-
- uk.org.acbs.siri14.AccessibilityLimitationStructure
-
- All Implemented Interfaces:
Serializable
public class AccessibilityLimitationStructure extends Object implements Serializable
Type for limitation on navigationJava class for AccessibilityLimitationStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccessibilityLimitationStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="LimitationId" type="{http://www.ifopt.org.uk/acsb}LimitationIdType" minOccurs="0"/> <element name="ValidityCondition" type="{http://www.ifopt.org.uk/ifopt}ValidityConditionStructure" minOccurs="0"/> <group ref="{http://www.ifopt.org.uk/acsb}MobilityLimitationGroup"/> <group ref="{http://www.ifopt.org.uk/acsb}SensoryLimitationGroup"/> <element ref="{http://www.ifopt.org.uk/ifopt}Extensions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected AccessibilityStructureaudibleSignalsAvailableprotected AccessibilityStructureescalatorFreeAccessprotected Extensionsextensionsprotected AccessibilityStructureliftFreeAccessprotected StringlimitationIdprotected AccessibilityStructurestepFreeAccessprotected ValidityConditionStructurevalidityConditionprotected AccessibilityStructurevisualSignsAvailableprotected AccessibilityStructurewheelchairAccess
-
Constructor Summary
Constructors Constructor Description AccessibilityLimitationStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessibilityStructuregetAudibleSignalsAvailable()Whether a Place has Audible signals for the viusally impaired.AccessibilityStructuregetEscalatorFreeAccess()Gets the value of the escalatorFreeAccess property.ExtensionsgetExtensions()Gets the value of the extensions property.AccessibilityStructuregetLiftFreeAccess()Gets the value of the liftFreeAccess property.StringgetLimitationId()Gets the value of the limitationId property.AccessibilityStructuregetStepFreeAccess()Gets the value of the stepFreeAccess property.ValidityConditionStructuregetValidityCondition()Gets the value of the validityCondition property.AccessibilityStructuregetVisualSignsAvailable()Whether a Place hasVisual signals for the hearing impaired.AccessibilityStructuregetWheelchairAccess()Gets the value of the wheelchairAccess property.voidsetAudibleSignalsAvailable(AccessibilityStructure value)Sets the value of the audibleSignalsAvailable property.voidsetEscalatorFreeAccess(AccessibilityStructure value)Sets the value of the escalatorFreeAccess property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetLiftFreeAccess(AccessibilityStructure value)Sets the value of the liftFreeAccess property.voidsetLimitationId(String value)Sets the value of the limitationId property.voidsetStepFreeAccess(AccessibilityStructure value)Sets the value of the stepFreeAccess property.voidsetValidityCondition(ValidityConditionStructure value)Sets the value of the validityCondition property.voidsetVisualSignsAvailable(AccessibilityStructure value)Sets the value of the visualSignsAvailable property.voidsetWheelchairAccess(AccessibilityStructure value)Sets the value of the wheelchairAccess property.
-
-
-
Field Detail
-
limitationId
protected String limitationId
-
validityCondition
protected ValidityConditionStructure validityCondition
-
wheelchairAccess
protected AccessibilityStructure wheelchairAccess
-
stepFreeAccess
protected AccessibilityStructure stepFreeAccess
-
escalatorFreeAccess
protected AccessibilityStructure escalatorFreeAccess
-
liftFreeAccess
protected AccessibilityStructure liftFreeAccess
-
audibleSignalsAvailable
protected AccessibilityStructure audibleSignalsAvailable
-
visualSignsAvailable
protected AccessibilityStructure visualSignsAvailable
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getLimitationId
public String getLimitationId()
Gets the value of the limitationId property.- Returns:
- possible object is
String
-
setLimitationId
public void setLimitationId(String value)
Sets the value of the limitationId property.- Parameters:
value- allowed object isString
-
getValidityCondition
public ValidityConditionStructure getValidityCondition()
Gets the value of the validityCondition property.- Returns:
- possible object is
ValidityConditionStructure
-
setValidityCondition
public void setValidityCondition(ValidityConditionStructure value)
Sets the value of the validityCondition property.- Parameters:
value- allowed object isValidityConditionStructure
-
getWheelchairAccess
public AccessibilityStructure getWheelchairAccess()
Gets the value of the wheelchairAccess property.- Returns:
- possible object is
AccessibilityStructure
-
setWheelchairAccess
public void setWheelchairAccess(AccessibilityStructure value)
Sets the value of the wheelchairAccess property.- Parameters:
value- allowed object isAccessibilityStructure
-
getStepFreeAccess
public AccessibilityStructure getStepFreeAccess()
Gets the value of the stepFreeAccess property.- Returns:
- possible object is
AccessibilityStructure
-
setStepFreeAccess
public void setStepFreeAccess(AccessibilityStructure value)
Sets the value of the stepFreeAccess property.- Parameters:
value- allowed object isAccessibilityStructure
-
getEscalatorFreeAccess
public AccessibilityStructure getEscalatorFreeAccess()
Gets the value of the escalatorFreeAccess property.- Returns:
- possible object is
AccessibilityStructure
-
setEscalatorFreeAccess
public void setEscalatorFreeAccess(AccessibilityStructure value)
Sets the value of the escalatorFreeAccess property.- Parameters:
value- allowed object isAccessibilityStructure
-
getLiftFreeAccess
public AccessibilityStructure getLiftFreeAccess()
Gets the value of the liftFreeAccess property.- Returns:
- possible object is
AccessibilityStructure
-
setLiftFreeAccess
public void setLiftFreeAccess(AccessibilityStructure value)
Sets the value of the liftFreeAccess property.- Parameters:
value- allowed object isAccessibilityStructure
-
getAudibleSignalsAvailable
public AccessibilityStructure getAudibleSignalsAvailable()
Whether a Place has Audible signals for the viusally impaired.- Returns:
- possible object is
AccessibilityStructure
-
setAudibleSignalsAvailable
public void setAudibleSignalsAvailable(AccessibilityStructure value)
Sets the value of the audibleSignalsAvailable property.- Parameters:
value- allowed object isAccessibilityStructure
-
getVisualSignsAvailable
public AccessibilityStructure getVisualSignsAvailable()
Whether a Place hasVisual signals for the hearing impaired.- Returns:
- possible object is
AccessibilityStructure
-
setVisualSignsAvailable
public void setVisualSignsAvailable(AccessibilityStructure value)
Sets the value of the visualSignsAvailable property.- Parameters:
value- allowed object isAccessibilityStructure
-
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
-
-