Class CompoundFilterType
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.FilterType
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.CompoundFilterType
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>
-
Field Summary
Fields inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.FilterType
negate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the leftFilter property.Gets the value of the logicalOperator property.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.Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.FilterType
isNegate, setNegate
-
Field Details
-
leftFilter
-
rightFilter
-
logicalOperator
-
-
Constructor Details
-
CompoundFilterType
public CompoundFilterType()
-
-
Method Details
-
getLeftFilter
Gets the value of the leftFilter property.- Returns:
- possible object is
FilterType
-
setLeftFilter
Sets the value of the leftFilter property.- Parameters:
value
- allowed object isFilterType
-
getRightFilter
Gets the value of the rightFilter property.- Returns:
- possible object is
FilterType
-
setRightFilter
Sets the value of the rightFilter property.- Parameters:
value
- allowed object isFilterType
-
getLogicalOperator
Gets the value of the logicalOperator property.- Returns:
- possible object is
String
-
setLogicalOperator
Sets the value of the logicalOperator property.- Parameters:
value
- allowed object isString
-