Package uk.org.siri.siri21
Class RecommendedActionStructure
- java.lang.Object
-
- uk.org.siri.siri21.RecommendedActionStructure
-
- All Implemented Interfaces:
Serializable
public class RecommendedActionStructure extends Object implements Serializable
Description of the recommended action for passengers on how to deal with changes, for example of the TRAIN formation.Java class for RecommendedActionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecommendedActionStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TypeOfActionRef" type="{http://www.siri.org.uk/siri}TypeOfValueRefStructure"/> <element name="Description" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<NaturalLanguageStringStructure>descriptionsprotected Extensionsextensionsprotected TypeOfValueRefStructuretypeOfActionRef
-
Constructor Summary
Constructors Constructor Description RecommendedActionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<NaturalLanguageStringStructure>getDescriptions()Gets the value of the descriptions property.ExtensionsgetExtensions()Gets the value of the extensions property.TypeOfValueRefStructuregetTypeOfActionRef()Gets the value of the typeOfActionRef property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetTypeOfActionRef(TypeOfValueRefStructure value)Sets the value of the typeOfActionRef property.
-
-
-
Field Detail
-
typeOfActionRef
protected TypeOfValueRefStructure typeOfActionRef
-
descriptions
protected List<NaturalLanguageStringStructure> descriptions
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getTypeOfActionRef
public TypeOfValueRefStructure getTypeOfActionRef()
Gets the value of the typeOfActionRef property.- Returns:
- possible object is
TypeOfValueRefStructure
-
setTypeOfActionRef
public void setTypeOfActionRef(TypeOfValueRefStructure value)
Sets the value of the typeOfActionRef property.- Parameters:
value- allowed object isTypeOfValueRefStructure
-
getDescriptions
public List<NaturalLanguageStringStructure> getDescriptions()
Gets the value of the descriptions 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 descriptions property.For example, to add a new item, do as follows:
getDescriptions().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
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
-
-