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