public static class PassengerAccessibilityNeedsStructure.Suitabilities extends Object
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 ref="{http://www.netex.org.uk/netex}Suitability" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Suitability> |
suitability |
| Constructor and Description |
|---|
Suitabilities() |
| Modifier and Type | Method and Description |
|---|---|
List<Suitability> |
getSuitability()
Gets the value of the suitability property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
PassengerAccessibilityNeedsStructure.Suitabilities |
withSuitability(Collection<Suitability> values) |
PassengerAccessibilityNeedsStructure.Suitabilities |
withSuitability(Suitability... values) |
protected List<Suitability> suitability
public List<Suitability> getSuitability()
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 suitability property.
For example, to add a new item, do as follows:
getSuitability().add(newItem);
Objects of the following type(s) are allowed in the list
Suitability
public PassengerAccessibilityNeedsStructure.Suitabilities withSuitability(Suitability... values)
public PassengerAccessibilityNeedsStructure.Suitabilities withSuitability(Collection<Suitability> values)
Copyright © 2018 Entur AS. All rights reserved.