java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.editor.CustomGroup

public class CustomGroup extends Object

Java class for custom-group complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="custom-group">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="label" type="{}label" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="qualifier" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="spring-bean" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="initially-opened" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="show-if-empty" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="printable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="xmlDataProvider" type="{http://www.w3.org/2001/XMLSchema}string" default="xmlDataProvider" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • label

      protected List<Label> label
    • qualifier

      protected String qualifier
    • visible

      protected Boolean visible
    • clazz

      protected String clazz
    • springBean

      protected String springBean
    • initiallyOpened

      protected Boolean initiallyOpened
    • showIfEmpty

      protected Boolean showIfEmpty
    • printable

      protected Boolean printable
    • xmlDataProvider

      protected String xmlDataProvider
  • Constructor Details

    • CustomGroup

      public CustomGroup()
  • Method Details

    • getLabel

      public List<Label> getLabel()
      Gets the value of the label 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 label property.

      For example, to add a new item, do as follows:

       getLabel().add(newItem);
       

      Objects of the following type(s) are allowed in the list Label

    • getQualifier

      public String getQualifier()
      Gets the value of the qualifier property.
      Returns:
      possible object is String
    • setQualifier

      public void setQualifier(String value)
      Sets the value of the qualifier property.
      Parameters:
      value - allowed object is String
    • isVisible

      public boolean isVisible()
      Gets the value of the visible property.
      Returns:
      possible object is Boolean
    • setVisible

      public void setVisible(Boolean value)
      Sets the value of the visible property.
      Parameters:
      value - allowed object is Boolean
    • getClazz

      public String getClazz()
      Gets the value of the clazz property.
      Returns:
      possible object is String
    • setClazz

      public void setClazz(String value)
      Sets the value of the clazz property.
      Parameters:
      value - allowed object is String
    • getSpringBean

      public String getSpringBean()
      Gets the value of the springBean property.
      Returns:
      possible object is String
    • setSpringBean

      public void setSpringBean(String value)
      Sets the value of the springBean property.
      Parameters:
      value - allowed object is String
    • isInitiallyOpened

      public boolean isInitiallyOpened()
      Gets the value of the initiallyOpened property.
      Returns:
      possible object is Boolean
    • setInitiallyOpened

      public void setInitiallyOpened(Boolean value)
      Sets the value of the initiallyOpened property.
      Parameters:
      value - allowed object is Boolean
    • isShowIfEmpty

      public boolean isShowIfEmpty()
      Gets the value of the showIfEmpty property.
      Returns:
      possible object is Boolean
    • setShowIfEmpty

      public void setShowIfEmpty(Boolean value)
      Sets the value of the showIfEmpty property.
      Parameters:
      value - allowed object is Boolean
    • isPrintable

      public boolean isPrintable()
      Gets the value of the printable property.
      Returns:
      possible object is Boolean
    • setPrintable

      public void setPrintable(Boolean value)
      Sets the value of the printable property.
      Parameters:
      value - allowed object is Boolean
    • getXmlDataProvider

      public String getXmlDataProvider()
      Gets the value of the xmlDataProvider property.
      Returns:
      possible object is String
    • setXmlDataProvider

      public void setXmlDataProvider(String value)
      Sets the value of the xmlDataProvider property.
      Parameters:
      value - allowed object is String