Package uk.org.siri.siri21
Class PushedActionStructure
- java.lang.Object
-
- uk.org.siri.siri21.SimpleActionStructure
-
- uk.org.siri.siri21.ParameterisedActionStructure
-
- uk.org.siri.siri21.PushedActionStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NotifyByEmailAction,NotifyByPagerAction,NotifyBySmsAction,NotifyUserAction,PublishToAlertsAction
public class PushedActionStructure extends ParameterisedActionStructure implements Serializable
Type for publication action.Java class for PushedActionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PushedActionStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}ParameterisedActionStructure"> <sequence> <element name="BeforeNotices" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Interval" type="{http://www.siri.org.uk/siri}DurationType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="ClearNotice" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPushedActionStructure.BeforeNoticesJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected PushedActionStructure.BeforeNoticesbeforeNoticesprotected BooleanclearNotice-
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 PushedActionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PushedActionStructure.BeforeNoticesgetBeforeNotices()Gets the value of the beforeNotices property.BooleanisClearNotice()Gets the value of the clearNotice property.voidsetBeforeNotices(PushedActionStructure.BeforeNotices value)Sets the value of the beforeNotices property.voidsetClearNotice(Boolean value)Sets the value of the clearNotice property.-
Methods inherited from class uk.org.siri.siri21.ParameterisedActionStructure
getActionDatas, getDescription, getPublicationWindows, setDescription
-
Methods inherited from class uk.org.siri.siri21.SimpleActionStructure
getActionStatus, setActionStatus
-
-
-
-
Field Detail
-
beforeNotices
protected PushedActionStructure.BeforeNotices beforeNotices
-
clearNotice
protected Boolean clearNotice
-
-
Method Detail
-
getBeforeNotices
public PushedActionStructure.BeforeNotices getBeforeNotices()
Gets the value of the beforeNotices property.- Returns:
- possible object is
PushedActionStructure.BeforeNotices
-
setBeforeNotices
public void setBeforeNotices(PushedActionStructure.BeforeNotices value)
Sets the value of the beforeNotices property.- Parameters:
value- allowed object isPushedActionStructure.BeforeNotices
-
isClearNotice
public Boolean isClearNotice()
Gets the value of the clearNotice property.- Returns:
- possible object is
Boolean
-
-