Uses of Class
org.cxml.SubscriptionVersion
Packages that use SubscriptionVersion
-
Uses of SubscriptionVersion in org.cxml
Fields in org.cxml declared as SubscriptionVersionModifier and TypeFieldDescriptionprotected SubscriptionVersionSubscription.subscriptionVersionprotected SubscriptionVersionSubscriptionContentRequest.subscriptionVersionprotected SubscriptionVersionSubscriptionStatusUpdateRequest.subscriptionVersionMethods in org.cxml that return SubscriptionVersionModifier and TypeMethodDescriptionObjectFactory.createSubscriptionVersion()Create an instance ofSubscriptionVersionSubscription.getSubscriptionVersion()Gets the value of the subscriptionVersion property.SubscriptionContentRequest.getSubscriptionVersion()Gets the value of the subscriptionVersion property.SubscriptionStatusUpdateRequest.getSubscriptionVersion()Gets the value of the subscriptionVersion property.Methods in org.cxml with parameters of type SubscriptionVersionModifier and TypeMethodDescriptionvoidSubscription.setSubscriptionVersion(SubscriptionVersion value) Sets the value of the subscriptionVersion property.voidSubscriptionContentRequest.setSubscriptionVersion(SubscriptionVersion value) Sets the value of the subscriptionVersion property.voidSubscriptionStatusUpdateRequest.setSubscriptionVersion(SubscriptionVersion value) Sets the value of the subscriptionVersion property.