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="PublishingAction" type="{http://www.siri.org.uk/siri}PublishingActionStructure" maxOccurs="unbounded" minOccurs="0"/>
             <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 JAXB 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 JAXB 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

      • getPublishToTvActions

        public List<PublishToTvAction> getPublishToTvActions()
        Gets the value of the publishToTvActions 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 publishToTvActions property.

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

            getPublishToTvActions().add(newItem);
         

        Objects of the following type(s) are allowed in the list 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 JAXB 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

      • getPublishToDisplayActions

        public List<PublishToDisplayAction> getPublishToDisplayActions()
        Gets the value of the publishToDisplayActions 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 publishToDisplayActions property.

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

            getPublishToDisplayActions().add(newItem);
         

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

      • 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 JAXB 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 JAXB 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

      • getNotifyBySmsActions

        public List<NotifyBySmsAction> getNotifyBySmsActions()
        Gets the value of the notifyBySmsActions 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 notifyBySmsActions property.

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

            getNotifyBySmsActions().add(newItem);
         

        Objects of the following type(s) are allowed in the list 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 JAXB 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 JAXB 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

      • getPublishingActions

        public List<PublishingActionStructure> getPublishingActions()
        Gets the value of the publishingActions 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 publishingActions property.

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

            getPublishingActions().add(newItem);
         

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

      • 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