Package org.cxml

Class Notification


  • public class Notification
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Notification()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Email getEmail()
      Gets the value of the email property.
      URLPost getURLPost()
      Gets the value of the urlPost property.
      void setEmail​(Email value)
      Sets the value of the email property.
      void setURLPost​(URLPost value)
      Sets the value of the urlPost property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • email

        protected Email email
      • urlPost

        protected URLPost urlPost
    • Constructor Detail

      • Notification

        public Notification()
    • Method Detail

      • getEmail

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

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

        public URLPost getURLPost()
        Gets the value of the urlPost property.
        Returns:
        possible object is URLPost
      • setURLPost

        public void setURLPost​(URLPost value)
        Sets the value of the urlPost property.
        Parameters:
        value - allowed object is URLPost