Package org.cxml
Class SubscriptionContentResponse
java.lang.Object
org.cxml.SubscriptionContentResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the subscription property.Gets the value of the subscriptionContent property.voidsetSubscription(Subscription value) Sets the value of the subscription property.
-
Field Details
-
subscription
-
subscriptionContent
-
-
Constructor Details
-
SubscriptionContentResponse
public SubscriptionContentResponse()
-
-
Method Details
-
getSubscription
Gets the value of the subscription property.- Returns:
- possible object is
Subscription
-
setSubscription
Sets the value of the subscription property.- Parameters:
value- allowed object isSubscription
-
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
setmethod 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
-