Package uk.org.siri.siri21
Class PublishToAlertsAction
- java.lang.Object
-
- uk.org.siri.siri21.SimpleActionStructure
-
- uk.org.siri.siri21.ParameterisedActionStructure
-
- uk.org.siri.siri21.PushedActionStructure
-
- uk.org.siri.siri21.PublishToAlertsAction
-
- All Implemented Interfaces:
Serializable
public class PublishToAlertsAction extends PushedActionStructure implements Serializable
Type for Action Publish SITUATION To Alert Service.Java class for PublishToAlertsActionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PublishToAlertsActionStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}PushedActionStructure"> <sequence> <element name="ByEmail" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="ByMobile" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class uk.org.siri.siri21.PushedActionStructure
PushedActionStructure.BeforeNotices
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanbyEmailprotected BooleanbyMobile-
Fields inherited from class uk.org.siri.siri21.PushedActionStructure
beforeNotices, clearNotice
-
Fields inherited from class uk.org.siri.siri21.ParameterisedActionStructure
actionDatas, description, publicationWindows
-
Fields inherited from class uk.org.siri.siri21.SimpleActionStructure
actionStatus
-
-
Constructor Summary
Constructors Constructor Description PublishToAlertsAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanisByEmail()Gets the value of the byEmail property.BooleanisByMobile()Gets the value of the byMobile property.voidsetByEmail(Boolean value)Sets the value of the byEmail property.voidsetByMobile(Boolean value)Sets the value of the byMobile property.-
Methods inherited from class uk.org.siri.siri21.PushedActionStructure
getBeforeNotices, isClearNotice, setBeforeNotices, setClearNotice
-
Methods inherited from class uk.org.siri.siri21.ParameterisedActionStructure
getActionDatas, getDescription, getPublicationWindows, setDescription
-
Methods inherited from class uk.org.siri.siri21.SimpleActionStructure
getActionStatus, setActionStatus
-
-
-
-
Method Detail
-
isByEmail
public Boolean isByEmail()
Gets the value of the byEmail property.- Returns:
- possible object is
Boolean
-
setByEmail
public void setByEmail(Boolean value)
Sets the value of the byEmail property.- Parameters:
value- allowed object isBoolean
-
isByMobile
public Boolean isByMobile()
Gets the value of the byMobile property.- Returns:
- possible object is
Boolean
-
-