Class SearchField
java.lang.Object
de.hybris.platform.omsbackoffice.config.impl.jaxb.hybris.customersupportrefineby.SearchField
Java class for SearchField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchField">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="search-value" type="{http://www.hybris.com/customersupportbackoffice/config/customersupportrefineby}SearchValue" maxOccurs="unbounded"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="label" 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 Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected MergeModeprotected Stringprotected List<SearchValue> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()Gets the value of the label property.Gets the value of the mergeMode property.getName()Gets the value of the name property.Gets the value of the searchValue property.voidSets the value of the label property.voidsetMergeMode(MergeMode value) Sets the value of the mergeMode property.voidSets the value of the name property.
-
Field Details
-
searchValue
-
name
-
label
-
mergeMode
-
-
Constructor Details
-
SearchField
public SearchField()
-
-
Method Details
-
getSearchValue
Gets the value of the searchValue 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 searchValue property.For example, to add a new item, do as follows:
getSearchValue().add(newItem);Objects of the following type(s) are allowed in the list
SearchValue -
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
-
getLabel
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
Sets the value of the label 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
-