java.lang.Object
de.hybris.platform.omsbackoffice.config.impl.jaxb.hybris.customersupportrefineby.FieldList

public class FieldList extends Object

Java class for FieldList complex type.

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

 <complexType name="FieldList">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="search-field" type="{http://www.hybris.com/customersupportbackoffice/config/customersupportrefineby}SearchField" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="merge-mode" type="{http://www.hybris.com/customersupportbackoffice/config/customersupportrefineby}MergeMode" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FieldList

      public FieldList()
  • Method Details

    • getSearchField

      public List<SearchField> getSearchField()
      Gets the value of the searchField 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 searchField property.

      For example, to add a new item, do as follows:

          getSearchField().add(newItem);
       

      Objects of the following type(s) are allowed in the list SearchField

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getMergeMode

      public MergeMode getMergeMode()
      Gets the value of the mergeMode property.
      Returns:
      possible object is MergeMode
    • setMergeMode

      public void setMergeMode(MergeMode value)
      Sets the value of the mergeMode property.
      Parameters:
      value - allowed object is MergeMode