public class SubscriptionContent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Object> |
cifContentOrIndexOrContract |
protected java.lang.String |
filename |
| Constructor and Description |
|---|
SubscriptionContent() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
getCIFContentOrIndexOrContract()
Gets the value of the cifContentOrIndexOrContract property.
|
java.lang.String |
getFilename()
Gets the value of the filename property.
|
void |
setFilename(java.lang.String value)
Sets the value of the filename property.
|
protected java.lang.String filename
protected java.util.List<java.lang.Object> cifContentOrIndexOrContract
public java.lang.String getFilename()
Stringpublic void setFilename(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Object> getCIFContentOrIndexOrContract()
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 cifContentOrIndexOrContract property.
For example, to add a new item, do as follows:
getCIFContentOrIndexOrContract().add(newItem);
Objects of the following type(s) are allowed in the list
CIFContent
Index
Contract
Copyright © 2018 SAP SE. All Rights Reserved.