Class Base
- java.lang.Object
-
- de.hybris.platform.cockpit.services.config.jaxb.base.Base
-
public class Base extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected DefaultPropertyListdefaultPropertySettingsprotected java.util.List<InitialProperties>initialPropertiesprotected Labellabelprotected Searchsearch
-
Constructor Summary
Constructors Constructor Description Base()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefaultPropertyListgetDefaultPropertySettings()Gets the value of the defaultPropertySettings property.java.util.List<InitialProperties>getInitialProperties()Gets the value of the initialProperties property.LabelgetLabel()Gets the value of the label property.SearchgetSearch()Gets the value of the search property.voidsetDefaultPropertySettings(DefaultPropertyList value)Sets the value of the defaultPropertySettings property.voidsetLabel(Label value)Sets the value of the label property.voidsetSearch(Search value)Sets the value of the search property.
-
-
-
Field Detail
-
search
protected Search search
-
label
protected Label label
-
initialProperties
protected java.util.List<InitialProperties> initialProperties
-
defaultPropertySettings
protected DefaultPropertyList defaultPropertySettings
-
-
Method Detail
-
getSearch
public Search getSearch()
Gets the value of the search property.- Returns:
- possible object is
Search
-
setSearch
public void setSearch(Search value)
Sets the value of the search property.- Parameters:
value- allowed object isSearch
-
getLabel
public Label getLabel()
Gets the value of the label property.- Returns:
- possible object is
Label
-
setLabel
public void setLabel(Label value)
Sets the value of the label property.- Parameters:
value- allowed object isLabel
-
getInitialProperties
public java.util.List<InitialProperties> getInitialProperties()
Gets the value of the initialProperties property.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
setmethod 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
-
getDefaultPropertySettings
public DefaultPropertyList getDefaultPropertySettings()
Gets the value of the defaultPropertySettings property.- Returns:
- possible object is
DefaultPropertyList
-
setDefaultPropertySettings
public void setDefaultPropertySettings(DefaultPropertyList value)
Sets the value of the defaultPropertySettings property.- Parameters:
value- allowed object isDefaultPropertyList
-
-