Package org.cxml

Class SubscriptionContentResponse

java.lang.Object
org.cxml.SubscriptionContentResponse

public class SubscriptionContentResponse extends Object
  • Field Details

  • Constructor Details

    • SubscriptionContentResponse

      public SubscriptionContentResponse()
  • Method Details

    • getSubscription

      public Subscription getSubscription()
      Gets the value of the subscription property.
      Returns:
      possible object is Subscription
    • setSubscription

      public void setSubscription(Subscription value)
      Sets the value of the subscription property.
      Parameters:
      value - allowed object is Subscription
    • getSubscriptionContent

      public List<SubscriptionContent> getSubscriptionContent()
      Gets the value of the subscriptionContent property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the subscriptionContent property.

      For example, to add a new item, do as follows:

          getSubscriptionContent().add(newItem);
       

      Objects of the following type(s) are allowed in the list SubscriptionContent