Package uk.org.siri.siri14
Class AffectedModesStructure
- java.lang.Object
-
- uk.org.siri.siri14.AffectedModesStructure
-
- All Implemented Interfaces:
Serializable
public class AffectedModesStructure extends Object implements Serializable
Type for a Affected modes to stop.Java class for AffectedModesStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AffectedModesStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="AllModes" type="{http://www.siri.org.uk/siri}EmptyType" minOccurs="0"/> <element name="Mode" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <group ref="{http://www.siri.org.uk/siri}AffectedModeGroup"/> </restriction> </complexContent> </complexType> </element> </choice> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAffectedModesStructure.ModeJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected StringallModesprotected List<AffectedModesStructure.Mode>modes
-
Constructor Summary
Constructors Constructor Description AffectedModesStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAllModes()Gets the value of the allModes property.List<AffectedModesStructure.Mode>getModes()Gets the value of the modes property.voidsetAllModes(String value)Sets the value of the allModes property.
-
-
-
Field Detail
-
modes
protected List<AffectedModesStructure.Mode> modes
-
allModes
protected String allModes
-
-
Method Detail
-
getModes
public List<AffectedModesStructure.Mode> getModes()
Gets the value of the modes 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 modes property.For example, to add a new item, do as follows:
getModes().add(newItem);Objects of the following type(s) are allowed in the list
AffectedModesStructure.Mode
-
getAllModes
public String getAllModes()
Gets the value of the allModes property.- Returns:
- possible object is
String
-
-