Package uk.org.acbs.siri14
Class AccessibilityAssessmentStructure.Limitations
- java.lang.Object
-
- uk.org.acbs.siri14.AccessibilityAssessmentStructure.Limitations
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AccessibilityAssessmentStructure
public static class AccessibilityAssessmentStructure.Limitations extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AccessibilityLimitation" type="{http://www.ifopt.org.uk/acsb}AccessibilityLimitationStructure" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<AccessibilityLimitationStructure>accessibilityLimitations
-
Constructor Summary
Constructors Constructor Description Limitations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AccessibilityLimitationStructure>getAccessibilityLimitations()Gets the value of the accessibilityLimitations property.
-
-
-
Field Detail
-
accessibilityLimitations
protected List<AccessibilityLimitationStructure> accessibilityLimitations
-
-
Method Detail
-
getAccessibilityLimitations
public List<AccessibilityLimitationStructure> getAccessibilityLimitations()
Gets the value of the accessibilityLimitations 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 Jakarta XML Binding object. This is why there is not a
setmethod for the accessibilityLimitations property.For example, to add a new item, do as follows:
getAccessibilityLimitations().add(newItem);Objects of the following type(s) are allowed in the list
AccessibilityLimitationStructure
-
-