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