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

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.query._3.FilterType
Direct Known Subclasses:
CompoundFilter, SimpleFilterType

public class FilterType
extends java.lang.Object

Java class for FilterType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FilterType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="negate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Boolean negate
           
 
Constructor Summary
FilterType()
           
 
Method Summary
 boolean isNegate()
          Gets the value of the negate property.
 void setNegate(java.lang.Boolean value)
          Sets the value of the negate property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

negate

protected java.lang.Boolean negate
Constructor Detail

FilterType

public FilterType()
Method Detail

isNegate

public boolean isNegate()
Gets the value of the negate property.

Returns:
possible object is Boolean

setNegate

public void setNegate(java.lang.Boolean value)
Sets the value of the negate property.

Parameters:
value - allowed object is Boolean