Package org.cxml
Class Notification
java.lang.Object
org.cxml.Notification
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()Gets the value of the email property.Gets the value of the urlPost property.voidSets the value of the email property.voidsetURLPost(URLPost value) Sets the value of the urlPost property.
-
Field Details
-
email
-
urlPost
-
-
Constructor Details
-
Notification
public Notification()
-
-
Method Details
-
getEmail
Gets the value of the email property.- Returns:
- possible object is
Email
-
setEmail
Sets the value of the email property.- Parameters:
value- allowed object isEmail
-
getURLPost
Gets the value of the urlPost property.- Returns:
- possible object is
URLPost
-
setURLPost
Sets the value of the urlPost property.- Parameters:
value- allowed object isURLPost
-