Package org.cxml
Class SubscriptionStatus
- java.lang.Object
-
- org.cxml.SubscriptionStatus
-
public class SubscriptionStatus extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SubscriptionStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentsgetComments()Gets the value of the comments property.java.lang.StringgetStatus()Gets the value of the status property.voidsetComments(Comments value)Sets the value of the comments property.voidsetStatus(java.lang.String value)Sets the value of the status property.
-
-
-
Field Detail
-
status
protected java.lang.String status
-
comments
protected Comments comments
-
-
Method Detail
-
getStatus
public java.lang.String getStatus()
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
public void setStatus(java.lang.String value)
Sets the value of the status property.- Parameters:
value- allowed object isString
-
getComments
public Comments getComments()
Gets the value of the comments property.- Returns:
- possible object is
Comments
-
-