Class FieldListType


  • public class FieldListType
    extends java.lang.Object

    Java 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 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
    • Constructor Detail

      • FieldListType

        public FieldListType()
    • 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 set method 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 is Boolean
      • 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 is Boolean
      • 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 is Boolean