Class 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
    • Field Detail

      • workgroupRef

        protected String workgroupRef
      • userName

        protected String userName
      • userRef

        protected String userRef
    • Constructor Detail

      • NotifyUserAction

        public NotifyUserAction()
    • 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 is String
      • 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 is String
      • getUserRef

        public String getUserRef()
        Gets the value of the userRef property.
        Returns:
        possible object is String
      • setUserRef

        public void setUserRef​(String value)
        Sets the value of the userRef property.
        Parameters:
        value - allowed object is String