Package uk.org.siri.siri21
Class NotifyUserAction
- java.lang.Object
-
- uk.org.siri.siri21.SimpleActionStructure
-
- uk.org.siri.siri21.ParameterisedActionStructure
-
- uk.org.siri.siri21.PushedActionStructure
-
- uk.org.siri.siri21.NotifyUserAction
-
- All Implemented Interfaces:
Serializable
public class NotifyUserAction extends PushedActionStructure implements Serializable
Type for Notify user by other means.Java class for NotifyUserActionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotifyUserActionStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}PushedActionStructure"> <sequence> <element name="WorkgroupRef" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="UserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="UserRef" type="{http://www.w3.org/2001/XMLSchema}string" 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 StringuserNameprotected StringuserRefprotected StringworkgroupRef-
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 NotifyUserAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUserName()Gets the value of the userName property.StringgetUserRef()Gets the value of the userRef property.StringgetWorkgroupRef()Gets the value of the workgroupRef property.voidsetUserName(String value)Sets the value of the userName property.voidsetUserRef(String value)Sets the value of the userRef property.voidsetWorkgroupRef(String value)Sets the value of the workgroupRef 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
-
getWorkgroupRef
public String getWorkgroupRef()
Gets the value of the workgroupRef property.- Returns:
- possible object is
String
-
setWorkgroupRef
public void setWorkgroupRef(String value)
Sets the value of the workgroupRef property.- Parameters:
value- allowed object isString
-
getUserName
public String getUserName()
Gets the value of the userName property.- Returns:
- possible object is
String
-
setUserName
public void setUserName(String value)
Sets the value of the userName property.- Parameters:
value- allowed object isString
-
getUserRef
public String getUserRef()
Gets the value of the userRef property.- Returns:
- possible object is
String
-
-