Class 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
    • Constructor Detail

      • RecommendedActionStructure

        public RecommendedActionStructure()
    • Method Detail

      • 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 JAXB object. This is why there is not a set method 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 is Extensions