public class SearchGroupData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Name |
name |
protected java.util.List<SearchDataElement> |
searchDataElement |
| Constructor and Description |
|---|
SearchGroupData() |
| Modifier and Type | Method and Description |
|---|---|
Name |
getName()
Gets the value of the name property.
|
java.util.List<SearchDataElement> |
getSearchDataElement()
Gets the value of the searchDataElement property.
|
void |
setName(Name value)
Sets the value of the name property.
|
protected Name name
protected java.util.List<SearchDataElement> searchDataElement
public void setName(Name value)
value - allowed object is
Namepublic java.util.List<SearchDataElement> getSearchDataElement()
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 searchDataElement property.
For example, to add a new item, do as follows:
getSearchDataElement().add(newItem);
Objects of the following type(s) are allowed in the list
SearchDataElement
Copyright © 2018 SAP SE. All Rights Reserved.