Package org.cxml
Class SubscriptionStatusUpdateRequest
- java.lang.Object
-
- org.cxml.SubscriptionStatusUpdateRequest
-
public class SubscriptionStatusUpdateRequest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected InternalIDinternalIDprotected SubscriptionStatussubscriptionStatusprotected SubscriptionVersionsubscriptionVersion
-
Constructor Summary
Constructors Constructor Description SubscriptionStatusUpdateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InternalIDgetInternalID()Gets the value of the internalID property.SubscriptionStatusgetSubscriptionStatus()Gets the value of the subscriptionStatus property.SubscriptionVersiongetSubscriptionVersion()Gets the value of the subscriptionVersion property.voidsetInternalID(InternalID value)Sets the value of the internalID property.voidsetSubscriptionStatus(SubscriptionStatus value)Sets the value of the subscriptionStatus property.voidsetSubscriptionVersion(SubscriptionVersion value)Sets the value of the subscriptionVersion property.
-
-
-
Field Detail
-
internalID
protected InternalID internalID
-
subscriptionVersion
protected SubscriptionVersion subscriptionVersion
-
subscriptionStatus
protected SubscriptionStatus subscriptionStatus
-
-
Method Detail
-
getInternalID
public InternalID getInternalID()
Gets the value of the internalID property.- Returns:
- possible object is
InternalID
-
setInternalID
public void setInternalID(InternalID value)
Sets the value of the internalID property.- Parameters:
value- allowed object isInternalID
-
getSubscriptionVersion
public SubscriptionVersion getSubscriptionVersion()
Gets the value of the subscriptionVersion property.- Returns:
- possible object is
SubscriptionVersion
-
setSubscriptionVersion
public void setSubscriptionVersion(SubscriptionVersion value)
Sets the value of the subscriptionVersion property.- Parameters:
value- allowed object isSubscriptionVersion
-
getSubscriptionStatus
public SubscriptionStatus getSubscriptionStatus()
Gets the value of the subscriptionStatus property.- Returns:
- possible object is
SubscriptionStatus
-
setSubscriptionStatus
public void setSubscriptionStatus(SubscriptionStatus value)
Sets the value of the subscriptionStatus property.- Parameters:
value- allowed object isSubscriptionStatus
-
-