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:
- CompoundFilterType, SimpleFilterType
public class FilterType
- extends 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>
|
Method Summary |
boolean |
isNegate()
Gets the value of the negate property. |
void |
setNegate(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 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(Boolean value)
- Sets the value of the negate property.
- Parameters:
value - allowed object is
Boolean
Copyright © 2010-2011. All Rights Reserved.