Class FieldListType
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.advancedsearch.FieldListType
-
public class FieldListType extends java.lang.ObjectJava class for FieldListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FieldListType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="field" type="{http://www.hybris.com/cockpitng/config/advancedsearch}FieldType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="includeSubtypes" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="includeSubtypesCheckboxEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleandisableAttributesComparatorprotected java.lang.BooleandisableSubtypesCheckboxprotected java.util.List<FieldType>fieldprotected java.lang.BooleanincludeSubtypes
-
Constructor Summary
Constructors Constructor Description FieldListType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<FieldType>getField()Gets the value of the field property.booleanisDisableAttributesComparator()Gets the value of the attributeComparatorsEnabled property.booleanisDisableSubtypesCheckbox()Gets the value of the includeSubtypesCheckboxEnabled property.booleanisIncludeSubtypes()Gets the value of the includeSubtypes property.voidsetDisableAttributesComparator(java.lang.Boolean value)Sets the value of the attributeComparatorsEnabled property.voidsetDisableSubtypesCheckbox(java.lang.Boolean value)Sets the value of the includeSubtypesCheckboxEnabled property.voidsetIncludeSubtypes(java.lang.Boolean value)Sets the value of the includeSubtypes property.
-
-
-
Field Detail
-
field
protected java.util.List<FieldType> field
-
includeSubtypes
protected java.lang.Boolean includeSubtypes
-
disableSubtypesCheckbox
protected java.lang.Boolean disableSubtypesCheckbox
-
disableAttributesComparator
protected java.lang.Boolean disableAttributesComparator
-
-
Method Detail
-
getField
public java.util.List<FieldType> getField()
Gets the value of the field 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
setmethod for the field property.For example, to add a new item, do as follows:
getField().add(newItem);Objects of the following type(s) are allowed in the list
FieldType
-
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
-
isDisableSubtypesCheckbox
public boolean isDisableSubtypesCheckbox()
Gets the value of the includeSubtypesCheckboxEnabled property.- Returns:
- possible object is
Boolean
-
setDisableSubtypesCheckbox
public void setDisableSubtypesCheckbox(java.lang.Boolean value)
Sets the value of the includeSubtypesCheckboxEnabled property.- Parameters:
value- allowed object isBoolean
-
isDisableAttributesComparator
public boolean isDisableAttributesComparator()
Gets the value of the attributeComparatorsEnabled property.- Returns:
- possible object is
Boolean
-
setDisableAttributesComparator
public void setDisableAttributesComparator(java.lang.Boolean value)
Sets the value of the attributeComparatorsEnabled property.- Parameters:
value- allowed object isBoolean
-
-