Class ActionsStructure

  • All Implemented Interfaces:
    Serializable

    public class ActionsStructure
    extends Object
    implements Serializable
    Type for list of actions.

    Java class for ActionsStructure complex type.

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

     <complexType name="ActionsStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence minOccurs="0">
             <group ref="{http://www.siri.org.uk/siri}ActionsGroup"/>
             <element name="Extensions" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ActionsStructure

        public ActionsStructure()
    • Method Detail

      • getPublishToWebActions

        public List<PublishToWebAction> getPublishToWebActions()
        Gets the value of the publishToWebActions 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 publishToWebActions property.

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

            getPublishToWebActions().add(newItem);
         

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

      • getPublishToMobileActions

        public List<PublishToMobileAction> getPublishToMobileActions()
        Gets the value of the publishToMobileActions 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 publishToMobileActions property.

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

            getPublishToMobileActions().add(newItem);
         

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

      • setPublishToTvAction

        public void setPublishToTvAction​(PublishToTvAction value)
        Sets the value of the publishToTvAction property.
        Parameters:
        value - allowed object is PublishToTvAction
      • getPublishToAlertsActions

        public List<PublishToAlertsAction> getPublishToAlertsActions()
        Gets the value of the publishToAlertsActions 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 publishToAlertsActions property.

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

            getPublishToAlertsActions().add(newItem);
         

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

      • getManualActions

        public List<ManualAction> getManualActions()
        Gets the value of the manualActions 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 manualActions property.

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

            getManualActions().add(newItem);
         

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

      • getNotifyByEmailActions

        public List<NotifyByEmailAction> getNotifyByEmailActions()
        Gets the value of the notifyByEmailActions 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 notifyByEmailActions property.

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

            getNotifyByEmailActions().add(newItem);
         

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

      • setNotifyBySmsAction

        public void setNotifyBySmsAction​(NotifyBySmsAction value)
        Sets the value of the notifyBySmsAction property.
        Parameters:
        value - allowed object is NotifyBySmsAction
      • getNotifyByPagerActions

        public List<NotifyByPagerAction> getNotifyByPagerActions()
        Gets the value of the notifyByPagerActions 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 notifyByPagerActions property.

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

            getNotifyByPagerActions().add(newItem);
         

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

      • getNotifyUserActions

        public List<NotifyUserAction> getNotifyUserActions()
        Gets the value of the notifyUserActions 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 notifyUserActions property.

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

            getNotifyUserActions().add(newItem);
         

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

      • getExtensions

        public Object getExtensions()
        Gets the value of the extensions property.
        Returns:
        possible object is Object
      • setExtensions

        public void setExtensions​(Object value)
        Sets the value of the extensions property.
        Parameters:
        value - allowed object is Object