public class SubscriptionContentRequest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected InternalID |
internalID |
protected SubscriptionVersion |
subscriptionVersion |
protected java.util.List<SupplierID> |
supplierID |
| Constructor and Description |
|---|
SubscriptionContentRequest() |
| Modifier and Type | Method and Description |
|---|---|
InternalID |
getInternalID()
Gets the value of the internalID property.
|
SubscriptionVersion |
getSubscriptionVersion()
Gets the value of the subscriptionVersion property.
|
java.util.List<SupplierID> |
getSupplierID()
Gets the value of the supplierID property.
|
void |
setInternalID(InternalID value)
Sets the value of the internalID property.
|
void |
setSubscriptionVersion(SubscriptionVersion value)
Sets the value of the subscriptionVersion property.
|
protected InternalID internalID
protected SubscriptionVersion subscriptionVersion
protected java.util.List<SupplierID> supplierID
public InternalID getInternalID()
InternalIDpublic void setInternalID(InternalID value)
value - allowed object is
InternalIDpublic SubscriptionVersion getSubscriptionVersion()
SubscriptionVersionpublic void setSubscriptionVersion(SubscriptionVersion value)
value - allowed object is
SubscriptionVersionpublic java.util.List<SupplierID> getSupplierID()
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 set method 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
Copyright © 2018 SAP SE. All Rights Reserved.