Package org.cxml

Class SubscriptionContentResponse


  • public class SubscriptionContentResponse
    extends java.lang.Object
    • Constructor Detail

      • SubscriptionContentResponse

        public SubscriptionContentResponse()
    • Method Detail

      • 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 java.util.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