Class Base
java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.base.Base
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DefaultPropertyListprotected List<InitialProperties>protected Labelprotected Search -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the defaultPropertySettings property.Gets the value of the initialProperties property.getLabel()Gets the value of the label property.Gets the value of the search property.voidSets the value of the defaultPropertySettings property.voidSets the value of the label property.voidSets the value of the search property.
-
Field Details
-
search
-
label
-
initialProperties
-
defaultPropertySettings
-
-
Constructor Details
-
Base
public Base()
-
-
Method Details
-
getSearch
Gets the value of the search property.- Returns:
- possible object is
Search
-
setSearch
Sets the value of the search property.- Parameters:
value- allowed object isSearch
-
getLabel
Gets the value of the label property.- Returns:
- possible object is
Label
-
setLabel
Sets the value of the label property.- Parameters:
value- allowed object isLabel
-
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
Gets the value of the defaultPropertySettings property.- Returns:
- possible object is
DefaultPropertyList
-
setDefaultPropertySettings
Sets the value of the defaultPropertySettings property.- Parameters:
value- allowed object isDefaultPropertyList
-