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

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>
 
  • Field Details

    • leftFilter

      protected FilterType leftFilter
    • rightFilter

      protected FilterType rightFilter
    • logicalOperator

      protected String logicalOperator
  • Constructor Details

    • CompoundFilterType

      public CompoundFilterType()
  • Method Details

    • getLeftFilter

      public FilterType getLeftFilter()
      Gets the value of the leftFilter property.
      Returns:
      possible object is FilterType
    • setLeftFilter

      public void setLeftFilter(FilterType value)
      Sets the value of the leftFilter property.
      Parameters:
      value - allowed object is FilterType
    • getRightFilter

      public FilterType getRightFilter()
      Gets the value of the rightFilter property.
      Returns:
      possible object is FilterType
    • setRightFilter

      public void setRightFilter(FilterType value)
      Sets the value of the rightFilter property.
      Parameters:
      value - allowed object is FilterType
    • getLogicalOperator

      public String getLogicalOperator()
      Gets the value of the logicalOperator property.
      Returns:
      possible object is String
    • setLogicalOperator

      public void setLogicalOperator(String value)
      Sets the value of the logicalOperator property.
      Parameters:
      value - allowed object is String