public class Base extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="search" type="{}search" minOccurs="0"/>
<element name="label" type="{}label" minOccurs="0"/>
<element name="initial-properties" type="{}initial-properties" maxOccurs="unbounded" minOccurs="0"/>
<element name="default-property-settings" type="{}default-property-list" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DefaultPropertyList |
defaultPropertySettings |
protected List<InitialProperties> |
initialProperties |
protected Label |
label |
protected Search |
search |
| Constructor and Description |
|---|
Base() |
| Modifier and Type | Method and Description |
|---|---|
DefaultPropertyList |
getDefaultPropertySettings()
Gets the value of the defaultPropertySettings property.
|
List<InitialProperties> |
getInitialProperties()
Gets the value of the initialProperties property.
|
Label |
getLabel()
Gets the value of the label property.
|
Search |
getSearch()
Gets the value of the search property.
|
void |
setDefaultPropertySettings(DefaultPropertyList value)
Sets the value of the defaultPropertySettings property.
|
void |
setLabel(Label value)
Sets the value of the label property.
|
void |
setSearch(Search value)
Sets the value of the search property.
|
protected Search search
protected Label label
protected List<InitialProperties> initialProperties
protected DefaultPropertyList defaultPropertySettings
public Search getSearch()
Searchpublic void setSearch(Search value)
value - allowed object is Searchpublic Label getLabel()
Labelpublic void setLabel(Label value)
value - allowed object is Labelpublic List<InitialProperties> getInitialProperties()
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 initialProperties property.
For example, to add a new item, do as follows:
getInitialProperties().add(newItem);
Objects of the following type(s) are allowed in the list InitialProperties
public DefaultPropertyList getDefaultPropertySettings()
DefaultPropertyListpublic void setDefaultPropertySettings(DefaultPropertyList value)
value - allowed object is DefaultPropertyListCopyright © 2017 SAP SE. All Rights Reserved.