Class RootGroup
java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.advancedsearch.Group
de.hybris.platform.cockpit.services.config.jaxb.advancedsearch.RootGroup
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()Gets the value of the type property.booleanGets the value of the excludeRootType property.booleanGets the value of the includeSubTypes property.voidsetExcludeRootType(Boolean value) Sets the value of the excludeRootType property.voidsetIncludeSubTypes(Boolean value) Sets the value of the includeSubTypes property.voidSets the value of the type property.Methods inherited from class de.hybris.platform.cockpit.services.config.jaxb.advancedsearch.Group
getGroup, getLabel, getName, getProperty, isVisible, setName, setVisible
-
Field Details
-
type
-
excludeRootType
-
includeSubTypes
-
-
Constructor Details
-
RootGroup
public RootGroup()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
isExcludeRootType
public boolean isExcludeRootType()Gets the value of the excludeRootType property.- Returns:
- possible object is
Boolean
-
setExcludeRootType
Sets the value of the excludeRootType property.- Parameters:
value- allowed object isBoolean
-
isIncludeSubTypes
public boolean isIncludeSubTypes()Gets the value of the includeSubTypes property.- Returns:
- possible object is
Boolean
-
setIncludeSubTypes
Sets the value of the includeSubTypes property.- Parameters:
value- allowed object isBoolean
-