Class ActionsStructure
- java.lang.Object
-
- uk.org.siri.siri13.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
-
-
Field Summary
Fields Modifier and Type Field Description protected Objectextensionsprotected List<ManualAction>manualActionsprotected List<NotifyByEmailAction>notifyByEmailActionsprotected List<NotifyByPagerAction>notifyByPagerActionsprotected NotifyBySmsActionnotifyBySmsActionprotected List<NotifyUserAction>notifyUserActionsprotected List<PublishToAlertsAction>publishToAlertsActionsprotected List<PublishToMobileAction>publishToMobileActionsprotected PublishToTvActionpublishToTvActionprotected 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.NotifyBySmsActiongetNotifyBySmsAction()Gets the value of the notifyBySmsAction property.List<NotifyUserAction>getNotifyUserActions()Gets the value of the notifyUserActions property.List<PublishToAlertsAction>getPublishToAlertsActions()Gets the value of the publishToAlertsActions property.List<PublishToMobileAction>getPublishToMobileActions()Gets the value of the publishToMobileActions property.PublishToTvActiongetPublishToTvAction()Gets the value of the publishToTvAction property.List<PublishToWebAction>getPublishToWebActions()Gets the value of the publishToWebActions property.voidsetExtensions(Object value)Sets the value of the extensions property.voidsetNotifyBySmsAction(NotifyBySmsAction value)Sets the value of the notifyBySmsAction property.voidsetPublishToTvAction(PublishToTvAction value)Sets the value of the publishToTvAction property.
-
-
-
Field Detail
-
publishToWebActions
protected List<PublishToWebAction> publishToWebActions
-
publishToMobileActions
protected List<PublishToMobileAction> publishToMobileActions
-
publishToTvAction
protected PublishToTvAction publishToTvAction
-
publishToAlertsActions
protected List<PublishToAlertsAction> publishToAlertsActions
-
manualActions
protected List<ManualAction> manualActions
-
notifyByEmailActions
protected List<NotifyByEmailAction> notifyByEmailActions
-
notifyBySmsAction
protected NotifyBySmsAction notifyBySmsAction
-
notifyByPagerActions
protected List<NotifyByPagerAction> notifyByPagerActions
-
notifyUserActions
protected List<NotifyUserAction> notifyUserActions
-
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 Jakarta XML Binding 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 Jakarta XML Binding 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
-
getPublishToTvAction
public PublishToTvAction getPublishToTvAction()
Gets the value of the publishToTvAction property.- Returns:
- possible object is
PublishToTvAction
-
setPublishToTvAction
public void setPublishToTvAction(PublishToTvAction value)
Sets the value of the publishToTvAction property.- Parameters:
value- allowed object isPublishToTvAction
-
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
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
-
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
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 Jakarta XML Binding 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
-
getNotifyBySmsAction
public NotifyBySmsAction getNotifyBySmsAction()
Gets the value of the notifyBySmsAction property.- Returns:
- possible object is
NotifyBySmsAction
-
setNotifyBySmsAction
public void setNotifyBySmsAction(NotifyBySmsAction value)
Sets the value of the notifyBySmsAction property.- Parameters:
value- allowed object isNotifyBySmsAction
-
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
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 Jakarta XML Binding 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
-
getExtensions
public Object getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
Object
-
-