Uses of Class
org.cxml.Subscription
-
Packages that use Subscription Package Description org.cxml -
-
Uses of Subscription in org.cxml
Fields in org.cxml declared as Subscription Modifier and Type Field Description protected SubscriptionSubscriptionContentResponse. subscriptionFields in org.cxml with type parameters of type Subscription Modifier and Type Field Description protected java.util.List<Subscription>SubscriptionChangeMessage. subscriptionprotected java.util.List<Subscription>SubscriptionListResponse. subscriptionMethods in org.cxml that return Subscription Modifier and Type Method Description SubscriptionObjectFactory. createSubscription()Create an instance ofSubscriptionSubscriptionSubscriptionContentResponse. getSubscription()Gets the value of the subscription property.Methods in org.cxml that return types with arguments of type Subscription Modifier and Type Method Description java.util.List<Subscription>SubscriptionChangeMessage. getSubscription()Gets the value of the subscription property.java.util.List<Subscription>SubscriptionListResponse. getSubscription()Gets the value of the subscription property.Methods in org.cxml with parameters of type Subscription Modifier and Type Method Description voidSubscriptionContentResponse. setSubscription(Subscription value)Sets the value of the subscription property.
-