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

public class SearchValue extends Object

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/customersupportbackoffice/config/customersupportrefineby}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/customersupportbackoffice/config/customersupportrefineby}MergeMode" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SearchValue

      public SearchValue()
  • Method Details

    • getGroupMemberValue

      public List<GroupMemberValue> 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 set method 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

      public String getUniqueValue()
      Gets the value of the uniqueValue property.
      Returns:
      possible object is String
    • setUniqueValue

      public void setUniqueValue(String value)
      Sets the value of the uniqueValue property.
      Parameters:
      value - allowed object is String
    • getLabel

      public String getLabel()
      Gets the value of the label property.
      Returns:
      possible object is String
    • setLabel

      public void setLabel(String value)
      Sets the value of the label 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