Class ActionsStructure
- java.lang.Object
-
- uk.org.siri.siri21.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
-
-
Field Summary
Fields Modifier and Type Field Description protected Objectextensionsprotected List<ManualAction>manualActionsprotected List<NotifyByEmailAction>notifyByEmailActionsprotected List<NotifyByPagerAction>notifyByPagerActionsprotected List<NotifyBySmsAction>notifyBySmsActionsprotected List<NotifyUserAction>notifyUserActionsprotected List<PublishingActionStructure>publishingActionsprotected List<PublishToAlertsAction>publishToAlertsActionsprotected List<PublishToDisplayAction>publishToDisplayActionsprotected List<PublishToMobileAction>publishToMobileActionsprotected List<PublishToTvAction>publishToTvActionsprotected List<PublishToWebAction>publishToWebActions
-
Constructor Summary
Constructors Constructor Description ActionsStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetExtensions()Gets the value of the extensions property.List<ManualAction>getManualActions()Gets the value of the manualActions property.List<NotifyByEmailAction>getNotifyByEmailActions()Gets the value of the notifyByEmailActions property.List<NotifyByPagerAction>getNotifyByPagerActions()Gets the value of the notifyByPagerActions property.List<NotifyBySmsAction>getNotifyBySmsActions()Gets the value of the notifyBySmsActions property.List<NotifyUserAction>getNotifyUserActions()Gets the value of the notifyUserActions property.List<PublishingActionStructure>getPublishingActions()Gets the value of the publishingActions property.List<PublishToAlertsAction>getPublishToAlertsActions()Gets the value of the publishToAlertsActions property.List<PublishToDisplayAction>getPublishToDisplayActions()Gets the value of the publishToDisplayActions property.List<PublishToMobileAction>getPublishToMobileActions()Gets the value of the publishToMobileActions property.List<PublishToTvAction>getPublishToTvActions()Gets the value of the publishToTvActions property.List<PublishToWebAction>getPublishToWebActions()Gets the value of the publishToWebActions property.voidsetExtensions(Object value)Sets the value of the extensions property.
-
-
-
Field Detail
-
publishToWebActions
protected List<PublishToWebAction> publishToWebActions
-
publishToMobileActions
protected List<PublishToMobileAction> publishToMobileActions
-
publishToTvActions
protected List<PublishToTvAction> publishToTvActions
-
publishToAlertsActions
protected List<PublishToAlertsAction> publishToAlertsActions
-
publishToDisplayActions
protected List<PublishToDisplayAction> publishToDisplayActions
-
manualActions
protected List<ManualAction> manualActions
-
notifyByEmailActions
protected List<NotifyByEmailAction> notifyByEmailActions
-
notifyBySmsActions
protected List<NotifyBySmsAction> notifyBySmsActions
-
notifyByPagerActions
protected List<NotifyByPagerAction> notifyByPagerActions
-
notifyUserActions
protected List<NotifyUserAction> notifyUserActions
-
publishingActions
protected List<PublishingActionStructure> publishingActions
-
extensions
protected Object extensions
-
-
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
setmethod 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
setmethod 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
setmethod 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
setmethod 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
setmethod 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
setmethod 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
setmethod 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
setmethod 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
setmethod 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
setmethod 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
setmethod 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
-
-