oasis.names.tc.ebxml_regrep.xsd.query._3
Class CompoundFilter

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.query._3.FilterType
      extended by oasis.names.tc.ebxml_regrep.xsd.query._3.CompoundFilter

public class CompoundFilter
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 Summary
protected  FilterType leftFilter
           
protected  java.lang.String logicalOperator
           
protected  FilterType rightFilter
           
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.query._3.FilterType
negate
 
Constructor Summary
CompoundFilter()
           
 
Method Summary
 FilterType getLeftFilter()
          Gets the value of the leftFilter property.
 java.lang.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(java.lang.String value)
          Sets the value of the logicalOperator property.
 void setRightFilter(FilterType value)
          Sets the value of the rightFilter property.
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.query._3.FilterType
isNegate, setNegate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

leftFilter

protected FilterType leftFilter

rightFilter

protected FilterType rightFilter

logicalOperator

protected java.lang.String logicalOperator
Constructor Detail

CompoundFilter

public CompoundFilter()
Method Detail

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 java.lang.String getLogicalOperator()
Gets the value of the logicalOperator property.

Returns:
possible object is String

setLogicalOperator

public void setLogicalOperator(java.lang.String value)
Sets the value of the logicalOperator property.

Parameters:
value - allowed object is String