Class GroupMemberValue
java.lang.Object
de.hybris.platform.warehousingbackoffice.config.impl.jaxb.hybris.warehousingrefineby.GroupMemberValue
Java class for GroupMemberValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupMemberValue">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="value" 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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the mergeMode property.getValue()Gets the value of the value property.voidsetMergeMode(MergeMode value) Sets the value of the mergeMode property.voidSets the value of the value property.
-
Field Details
-
value
-
mergeMode
-
-
Constructor Details
-
GroupMemberValue
public GroupMemberValue()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value 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
-