java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.base.Base

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>
 
  • Field Details

  • Constructor Details

    • Base

      public Base()
  • Method Details

    • 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 is Search
    • 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 is Label
    • getInitialProperties

      public 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 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

    • 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 is DefaultPropertyList