public class Index
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Comments |
comments |
protected java.util.List<IndexItem> |
indexItem |
protected java.lang.String |
loadmode |
protected java.util.List<SearchGroup> |
searchGroup |
protected java.util.List<SupplierID> |
supplierID |
| Constructor and Description |
|---|
Index() |
| Modifier and Type | Method and Description |
|---|---|
Comments |
getComments()
Gets the value of the comments property.
|
java.util.List<IndexItem> |
getIndexItem()
Gets the value of the indexItem property.
|
java.lang.String |
getLoadmode()
Gets the value of the loadmode property.
|
java.util.List<SearchGroup> |
getSearchGroup()
Gets the value of the searchGroup property.
|
java.util.List<SupplierID> |
getSupplierID()
Gets the value of the supplierID property.
|
void |
setComments(Comments value)
Sets the value of the comments property.
|
void |
setLoadmode(java.lang.String value)
Sets the value of the loadmode property.
|
protected java.lang.String loadmode
protected java.util.List<SupplierID> supplierID
protected Comments comments
protected java.util.List<SearchGroup> searchGroup
protected java.util.List<IndexItem> indexItem
public java.lang.String getLoadmode()
Stringpublic void setLoadmode(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 Comments getComments()
Commentspublic void setComments(Comments value)
value - allowed object is
Commentspublic java.util.List<SearchGroup> getSearchGroup()
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 searchGroup property.
For example, to add a new item, do as follows:
getSearchGroup().add(newItem);
Objects of the following type(s) are allowed in the list
SearchGroup
public java.util.List<IndexItem> getIndexItem()
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 indexItem property.
For example, to add a new item, do as follows:
getIndexItem().add(newItem);
Objects of the following type(s) are allowed in the list
IndexItem
Copyright © 2018 SAP SE. All Rights Reserved.