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/osse/Query}And"/>
<element ref="{http://schema.samply.de/osse/Query}Eq"/>
<element ref="{http://schema.samply.de/osse/Query}Like"/>
<element ref="{http://schema.samply.de/osse/Query}NotLike"/>
<element ref="{http://schema.samply.de/osse/Query}Geq"/>
<element ref="{http://schema.samply.de/osse/Query}Gt"/>
<element ref="{http://schema.samply.de/osse/Query}IsNotNull"/>
<element ref="{http://schema.samply.de/osse/Query}IsNull"/>
<element ref="{http://schema.samply.de/osse/Query}Leq"/>
<element ref="{http://schema.samply.de/osse/Query}Lt"/>
<element ref="{http://schema.samply.de/osse/Query}Neq"/>
<element ref="{http://schema.samply.de/osse/Query}Or"/>
<element ref="{http://schema.samply.de/osse/Query}In"/>
<element ref="{http://schema.samply.de/osse/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
NotLike Geq Gt IsNotNull IsNull Leq
Lt Neq Or In BetweenCopyright © 2021 Samply Community. All rights reserved.