Class Condition
java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.advancedsearch.Condition
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 Summary
FieldsModifier and TypeFieldDescriptionprotected BigIntegerprotected Stringprotected ShortcutValueList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIndex()Gets the value of the index property.getLabel()Gets the value of the label property.Gets the value of the operator property.Gets the value of the values property.voidsetIndex(BigInteger value) Sets the value of the index property.voidsetOperator(String value) Sets the value of the operator property.voidsetValues(ShortcutValueList value) Sets the value of the values property.
-
Field Details
-
label
-
values
-
operator
-
index
-
-
Constructor Details
-
Condition
public Condition()
-
-
Method Details
-
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
setmethod 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
Gets the value of the values property.- Returns:
- possible object is
ShortcutValueList
-
setValues
Sets the value of the values property.- Parameters:
value- allowed object isShortcutValueList
-
getOperator
Gets the value of the operator property.- Returns:
- possible object is
String
-
setOperator
Sets the value of the operator property.- Parameters:
value- allowed object isString
-
getIndex
Gets the value of the index property.- Returns:
- possible object is
BigInteger
-
setIndex
Sets the value of the index property.- Parameters:
value- allowed object isBigInteger
-