Package org.cxml

Class SubscriptionStatus


  • public class SubscriptionStatus
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Comments comments  
      protected java.lang.String status  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Comments getComments()
      Gets the value of the comments property.
      java.lang.String getStatus()
      Gets the value of the status property.
      void setComments​(Comments value)
      Sets the value of the comments property.
      void setStatus​(java.lang.String value)
      Sets the value of the status property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • status

        protected java.lang.String status
    • Constructor Detail

      • SubscriptionStatus

        public SubscriptionStatus()
    • 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 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