Package org.cxml

Class SubscriptionStatus

java.lang.Object
org.cxml.SubscriptionStatus

public class SubscriptionStatus extends Object
  • Field Details

    • status

      protected String status
    • comments

      protected Comments comments
  • Constructor Details

    • SubscriptionStatus

      public SubscriptionStatus()
  • Method Details

    • getStatus

      public String getStatus()
      Gets the value of the status property.
      Returns:
      possible object is String
    • setStatus

      public void setStatus(String value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is String
    • getComments

      public Comments getComments()
      Gets the value of the comments property.
      Returns:
      possible object is Comments
    • setComments

      public void setComments(Comments value)
      Sets the value of the comments property.
      Parameters:
      value - allowed object is Comments