Class RootGroup
- 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 Summary
Fields Modifier and Type Field Description protected java.lang.BooleanexcludeRootTypeprotected java.lang.BooleanincludeSubTypesprotected java.lang.Stringtype
-
Constructor Summary
Constructors Constructor Description RootGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetType()Gets the value of the type property.booleanisExcludeRootType()Gets the value of the excludeRootType property.booleanisIncludeSubTypes()Gets the value of the includeSubTypes property.voidsetExcludeRootType(java.lang.Boolean value)Sets the value of the excludeRootType property.voidsetIncludeSubTypes(java.lang.Boolean value)Sets the value of the includeSubTypes property.voidsetType(java.lang.String value)Sets 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
-
-
-
-
Method Detail
-
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)
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
public void setExcludeRootType(java.lang.Boolean value)
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
public void setIncludeSubTypes(java.lang.Boolean value)
Sets the value of the includeSubTypes property.- Parameters:
value- allowed object isBoolean
-
-