java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.advancedsearch.Group
de.hybris.platform.cockpit.services.config.jaxb.advancedsearch.RootGroup

public class RootGroup extends Group

Java class for root-group complex type.

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

 <complexType name="root-group">
   <complexContent>
     <extension base="{}group">
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • type

      protected String type
    • excludeRootType

      protected Boolean excludeRootType
    • includeSubTypes

      protected Boolean includeSubTypes
  • Constructor Details

    • RootGroup

      public RootGroup()
  • Method Details

    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • isExcludeRootType

      public boolean isExcludeRootType()
      Gets the value of the excludeRootType property.
      Returns:
      possible object is Boolean
    • setExcludeRootType

      public void setExcludeRootType(Boolean value)
      Sets the value of the excludeRootType property.
      Parameters:
      value - allowed object is Boolean
    • isIncludeSubTypes

      public boolean isIncludeSubTypes()
      Gets the value of the includeSubTypes property.
      Returns:
      possible object is Boolean
    • setIncludeSubTypes

      public void setIncludeSubTypes(Boolean value)
      Sets the value of the includeSubTypes property.
      Parameters:
      value - allowed object is Boolean