Class ParameterisedActionStructure

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    ManualActionStructure, PassengerInformationAction, PublishToDisplayAction, PublishToMobileAction, PublishToTvAction, PublishToWebAction, PushedActionStructure

    public class ParameterisedActionStructure
    extends SimpleActionStructure
    implements Serializable
    Type for parameterised, i.e. user definable, actions.

    Java class for ParameterisedActionStructure complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ParameterisedActionStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}SimpleActionStructure">
           <sequence>
             <element name="Description" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" minOccurs="0"/>
             <element name="ActionData" type="{http://www.siri.org.uk/siri}ActionDataStructure" maxOccurs="unbounded" minOccurs="0"/>
             <element name="PublicationWindow" type="{http://www.siri.org.uk/siri}ClosedTimestampRangeStructure" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ParameterisedActionStructure

        public ParameterisedActionStructure()
    • Method Detail

      • getActionDatas

        public List<ActionDataStructure> getActionDatas()
        Gets the value of the actionDatas 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 set method for the actionDatas property.

        For example, to add a new item, do as follows:

            getActionDatas().add(newItem);
         

        Objects of the following type(s) are allowed in the list ActionDataStructure

      • getPublicationWindows

        public List<ClosedTimestampRangeStructure> getPublicationWindows()
        Gets the value of the publicationWindows 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 set method for the publicationWindows property.

        For example, to add a new item, do as follows:

            getPublicationWindows().add(newItem);
         

        Objects of the following type(s) are allowed in the list ClosedTimestampRangeStructure