public class ConditionType extends Object implements Serializable
<complexType name="ConditionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{http://schema.samply.de/common/Query}And"/>
<element ref="{http://schema.samply.de/common/Query}Eq"/>
<element ref="{http://schema.samply.de/common/Query}Like"/>
<element ref="{http://schema.samply.de/common/Query}Geq"/>
<element ref="{http://schema.samply.de/common/Query}Gt"/>
<element ref="{http://schema.samply.de/common/Query}IsNotNull"/>
<element ref="{http://schema.samply.de/common/Query}IsNull"/>
<element ref="{http://schema.samply.de/common/Query}Leq"/>
<element ref="{http://schema.samply.de/common/Query}Lt"/>
<element ref="{http://schema.samply.de/common/Query}Neq"/>
<element ref="{http://schema.samply.de/common/Query}Or"/>
<element ref="{http://schema.samply.de/common/Query}In"/>
<element ref="{http://schema.samply.de/common/Query}Between"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Serializable> |
andOrEqOrLike |
| Constructor and Description |
|---|
ConditionType() |
| Modifier and Type | Method and Description |
|---|---|
List<Serializable> |
getAndOrEqOrLike()
Gets the value of the andOrEqOrLike property.
|
protected List<Serializable> andOrEqOrLike
public List<Serializable> getAndOrEqOrLike()
set method for the andOrEqOrLike property.
For example, to add a new item, do as follows:
getAndOrEqOrLike().add(newItem);
Objects of the following type(s) are allowed in the list And Eq Like
Geq Gt IsNotNull IsNull Leq Lt Neq Or In BetweenCopyright © 2021 Samply Community. All rights reserved.