oasis.names.tc.ebxml_regrep.xsd.query._3
Class FilterType
java.lang.Object
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
|
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 |
negate
protected java.lang.Boolean negate
FilterType
public FilterType()
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