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>
| Constructor and Description |
|---|
FilterType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNegate()
Gets the value of the negate property.
|
void |
setNegate(Boolean value)
Sets the value of the negate property.
|
Copyright © 2010–2025. All rights reserved.