Package org.cxml
Class SubscriptionContentRequest
- java.lang.Object
-
- org.cxml.SubscriptionContentRequest
-
public class SubscriptionContentRequest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected InternalIDinternalIDprotected SubscriptionVersionsubscriptionVersionprotected java.util.List<SupplierID>supplierID
-
Constructor Summary
Constructors Constructor Description SubscriptionContentRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InternalIDgetInternalID()Gets the value of the internalID property.SubscriptionVersiongetSubscriptionVersion()Gets the value of the subscriptionVersion property.java.util.List<SupplierID>getSupplierID()Gets the value of the supplierID property.voidsetInternalID(InternalID value)Sets the value of the internalID property.voidsetSubscriptionVersion(SubscriptionVersion value)Sets the value of the subscriptionVersion property.
-
-
-
Field Detail
-
internalID
protected InternalID internalID
-
subscriptionVersion
protected SubscriptionVersion subscriptionVersion
-
supplierID
protected java.util.List<SupplierID> supplierID
-
-
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
-
getSupplierID
public java.util.List<SupplierID> getSupplierID()
Gets the value of the supplierID 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 supplierID property.For example, to add a new item, do as follows:
getSupplierID().add(newItem);Objects of the following type(s) are allowed in the list
SupplierID
-
-