Package org.cxml

Class Notification

java.lang.Object
org.cxml.Notification

public class Notification extends Object
  • Field Details

    • email

      protected Email email
    • urlPost

      protected URLPost urlPost
  • Constructor Details

    • Notification

      public Notification()
  • Method Details

    • 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