public class Subscription
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
changetime |
protected Description |
description |
protected Format |
format |
protected InternalID |
internalID |
protected Name |
name |
protected SubscriptionVersion |
subscriptionVersion |
protected java.util.List<SupplierID> |
supplierID |
| Constructor and Description |
|---|
Subscription() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getChangetime()
Gets the value of the changetime property.
|
Description |
getDescription()
Gets the value of the description property.
|
Format |
getFormat()
Gets the value of the format property.
|
InternalID |
getInternalID()
Gets the value of the internalID property.
|
Name |
getName()
Gets the value of the name property.
|
SubscriptionVersion |
getSubscriptionVersion()
Gets the value of the subscriptionVersion property.
|
java.util.List<SupplierID> |
getSupplierID()
Gets the value of the supplierID property.
|
void |
setChangetime(java.lang.String value)
Sets the value of the changetime property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setFormat(Format value)
Sets the value of the format property.
|
void |
setInternalID(InternalID value)
Sets the value of the internalID property.
|
void |
setName(Name value)
Sets the value of the name property.
|
void |
setSubscriptionVersion(SubscriptionVersion value)
Sets the value of the subscriptionVersion property.
|
protected InternalID internalID
protected SubscriptionVersion subscriptionVersion
protected Name name
protected java.lang.String changetime
protected java.util.List<SupplierID> supplierID
protected Format format
protected Description description
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 void setName(Name value)
value - allowed object is
Namepublic java.lang.String getChangetime()
Stringpublic void setChangetime(java.lang.String value)
value - allowed object is
Stringpublic 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
public Format getFormat()
Formatpublic void setFormat(Format value)
value - allowed object is
Formatpublic Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
DescriptionCopyright © 2018 SAP SE. All Rights Reserved.