Class NotifyByEmailAction

  • All Implemented Interfaces:
    Serializable

    public class NotifyByEmailAction
    extends PushedActionStructure
    implements Serializable
    ype for Notify user by Email.

    Java class for NotifyByEmailActionStructure complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="NotifyByEmailActionStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}PushedActionStructure">
           <sequence>
             <element name="email" type="{http://www.siri.org.uk/siri}EmailAddressType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • email

        protected String email
    • Constructor Detail

      • NotifyByEmailAction

        public NotifyByEmailAction()
    • Method Detail

      • getEmail

        public String getEmail()
        Gets the value of the email property.
        Returns:
        possible object is String
      • setEmail

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