Package uk.org.siri.siri13
Class NotifyBySmsAction
- java.lang.Object
-
- uk.org.siri.siri13.SimpleActionStructure
-
- uk.org.siri.siri13.ParameterisedActionStructure
-
- uk.org.siri.siri13.PushedActionStructure
-
- uk.org.siri.siri13.NotifyBySmsAction
-
- All Implemented Interfaces:
Serializable
public class NotifyBySmsAction extends PushedActionStructure implements Serializable
Type for Notify user by SMS.Java class for NotifyBySmsActionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotifyBySmsActionStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}PushedActionStructure"> <sequence> <element name="Phone" type="{http://www.siri.org.uk/siri}PhoneType" minOccurs="0"/> <element name="Premium" 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.siri13.PushedActionStructure
PushedActionStructure.BeforeNotices
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringphoneprotected Booleanpremium-
Fields inherited from class uk.org.siri.siri13.PushedActionStructure
beforeNotices, clearNotice
-
Fields inherited from class uk.org.siri.siri13.ParameterisedActionStructure
actionDatas, description
-
Fields inherited from class uk.org.siri.siri13.SimpleActionStructure
actionStatus
-
-
Constructor Summary
Constructors Constructor Description NotifyBySmsAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPhone()Gets the value of the phone property.BooleanisPremium()Gets the value of the premium property.voidsetPhone(String value)Sets the value of the phone property.voidsetPremium(Boolean value)Sets the value of the premium property.-
Methods inherited from class uk.org.siri.siri13.PushedActionStructure
getBeforeNotices, isClearNotice, setBeforeNotices, setClearNotice
-
Methods inherited from class uk.org.siri.siri13.ParameterisedActionStructure
getActionDatas, getDescription, setDescription
-
Methods inherited from class uk.org.siri.siri13.SimpleActionStructure
getActionStatus, setActionStatus
-
-
-
-
Method Detail
-
getPhone
public String getPhone()
Gets the value of the phone property.- Returns:
- possible object is
String
-
setPhone
public void setPhone(String value)
Sets the value of the phone property.- Parameters:
value- allowed object isString
-
isPremium
public Boolean isPremium()
Gets the value of the premium property.- Returns:
- possible object is
Boolean
-
-