public class CompoundFilterType extends FilterType
Java class for CompoundFilterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompoundFilterType">
<complexContent>
<extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}FilterType">
<sequence>
<element name="LeftFilter" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}FilterType"/>
<element name="RightFilter" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}FilterType"/>
</sequence>
<attribute name="logicalOperator" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NCName">
<enumeration value="AND"/>
<enumeration value="OR"/>
</restriction>
</simpleType>
</attribute>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CompoundFilterType() |
| Modifier and Type | Method and Description |
|---|---|
FilterType |
getLeftFilter()
Gets the value of the leftFilter property.
|
String |
getLogicalOperator()
Gets the value of the logicalOperator property.
|
FilterType |
getRightFilter()
Gets the value of the rightFilter property.
|
void |
setLeftFilter(FilterType value)
Sets the value of the leftFilter property.
|
void |
setLogicalOperator(String value)
Sets the value of the logicalOperator property.
|
void |
setRightFilter(FilterType value)
Sets the value of the rightFilter property.
|
isNegate, setNegatepublic FilterType getLeftFilter()
FilterTypepublic void setLeftFilter(FilterType value)
value - allowed object is
FilterTypepublic FilterType getRightFilter()
FilterTypepublic void setRightFilter(FilterType value)
value - allowed object is
FilterTypepublic String getLogicalOperator()
StringCopyright © 2010–2025. All rights reserved.