java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.advancedsearch.Condition

public class Condition extends Object

Java class for condition complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="condition">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="label" type="{}label" maxOccurs="unbounded" minOccurs="0"/>
         <element name="values" type="{}shortcutValueList" minOccurs="0"/>
       </sequence>
       <attribute name="operator" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="index" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Condition

      public Condition()
  • Method Details

    • getLabel

      public List<Label> getLabel()
      Gets the value of the label 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 label property.

      For example, to add a new item, do as follows:

       getLabel().add(newItem);
       

      Objects of the following type(s) are allowed in the list Label

    • getValues

      public ShortcutValueList getValues()
      Gets the value of the values property.
      Returns:
      possible object is ShortcutValueList
    • setValues

      public void setValues(ShortcutValueList value)
      Sets the value of the values property.
      Parameters:
      value - allowed object is ShortcutValueList
    • getOperator

      public String getOperator()
      Gets the value of the operator property.
      Returns:
      possible object is String
    • setOperator

      public void setOperator(String value)
      Sets the value of the operator property.
      Parameters:
      value - allowed object is String
    • getIndex

      public BigInteger getIndex()
      Gets the value of the index property.
      Returns:
      possible object is BigInteger
    • setIndex

      public void setIndex(BigInteger value)
      Sets the value of the index property.
      Parameters:
      value - allowed object is BigInteger