Package uk.org.siri.siri14
Class NotifyByPagerAction
- java.lang.Object
-
- uk.org.siri.siri14.SimpleActionStructure
-
- uk.org.siri.siri14.ParameterisedActionStructure
-
- uk.org.siri.siri14.PushedActionStructure
-
- uk.org.siri.siri14.NotifyByPagerAction
-
- All Implemented Interfaces:
Serializable
public class NotifyByPagerAction extends PushedActionStructure implements Serializable
Type for Notify user by Pager.Java class for NotifyByPagerActionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotifyByPagerActionStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}PushedActionStructure"> <sequence> <element name="PagerGroupRef" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Pager" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class uk.org.siri.siri14.PushedActionStructure
PushedActionStructure.BeforeNotices
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringpagerprotected StringpagerGroupRef-
Fields inherited from class uk.org.siri.siri14.PushedActionStructure
beforeNotices, clearNotice
-
Fields inherited from class uk.org.siri.siri14.ParameterisedActionStructure
actionDatas, description
-
Fields inherited from class uk.org.siri.siri14.SimpleActionStructure
actionStatus
-
-
Constructor Summary
Constructors Constructor Description NotifyByPagerAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPager()Gets the value of the pager property.StringgetPagerGroupRef()Gets the value of the pagerGroupRef property.voidsetPager(String value)Sets the value of the pager property.voidsetPagerGroupRef(String value)Sets the value of the pagerGroupRef property.-
Methods inherited from class uk.org.siri.siri14.PushedActionStructure
getBeforeNotices, isClearNotice, setBeforeNotices, setClearNotice
-
Methods inherited from class uk.org.siri.siri14.ParameterisedActionStructure
getActionDatas, getDescription, setDescription
-
Methods inherited from class uk.org.siri.siri14.SimpleActionStructure
getActionStatus, setActionStatus
-
-
-
-
Method Detail
-
getPagerGroupRef
public String getPagerGroupRef()
Gets the value of the pagerGroupRef property.- Returns:
- possible object is
String
-
setPagerGroupRef
public void setPagerGroupRef(String value)
Sets the value of the pagerGroupRef property.- Parameters:
value- allowed object isString
-
getPager
public String getPager()
Gets the value of the pager property.- Returns:
- possible object is
String
-
-