Package org.cxml
Class SubscriptionStatus
java.lang.Object
org.cxml.SubscriptionStatus
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the comments property.Gets the value of the status property.voidsetComments(Comments value) Sets the value of the comments property.voidSets the value of the status property.
-
Field Details
-
status
-
comments
-
-
Constructor Details
-
SubscriptionStatus
public SubscriptionStatus()
-
-
Method Details
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isString
-
getComments
Gets the value of the comments property.- Returns:
- possible object is
Comments
-
setComments
Sets the value of the comments property.- Parameters:
value- allowed object isComments
-