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">
<sequence>
<element name="query" type="{}SAVED_QUERYType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SAVEDQUERYType |
query |
| Constructor and Description |
|---|
FILTERType() |
| Modifier and Type | Method and Description |
|---|---|
SAVEDQUERYType |
getQuery()
Gets the value of the query property.
|
void |
setQuery(SAVEDQUERYType value)
Sets the value of the query property.
|
protected SAVEDQUERYType query
public SAVEDQUERYType getQuery()
SAVEDQUERYTypepublic void setQuery(SAVEDQUERYType value)
value - allowed object is
SAVEDQUERYTypeCopyright © 2019. All rights reserved.