Package org.cxml
Class Notification
- java.lang.Object
-
- org.cxml.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 EmailgetEmail()Gets the value of the email property.URLPostgetURLPost()Gets the value of the urlPost property.voidsetEmail(Email value)Sets the value of the email property.voidsetURLPost(URLPost value)Sets the value of the urlPost property.
-
-
-
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 isEmail
-
getURLPost
public URLPost getURLPost()
Gets the value of the urlPost property.- Returns:
- possible object is
URLPost
-
-