Class FieldList
java.lang.Object
de.hybris.platform.warehousingbackoffice.config.impl.jaxb.hybris.warehousingrefineby.FieldList
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/warehousingbackoffice/config/warehousingrefineby}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/warehousingbackoffice/config/warehousingrefineby}MergeMode" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MergeModeprotected Stringprotected List<SearchField> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the mergeMode property.getName()Gets the value of the name property.Gets the value of the searchField property.voidsetMergeMode(MergeMode value) Sets the value of the mergeMode property.voidSets the value of the name property.
-
Field Details
-
searchField
-
name
-
mergeMode
-
-
Constructor Details
-
FieldList
public FieldList()
-
-
Method Details
-
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
setmethod 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
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getMergeMode
Gets the value of the mergeMode property.- Returns:
- possible object is
MergeMode
-
setMergeMode
Sets the value of the mergeMode property.- Parameters:
value- allowed object isMergeMode
-