public class Query extends Object
Java class for Query complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Query">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Object" type="{http://exacttarget.com/wsdl/partnerAPI}QueryObject"/>
<element name="Filter" type="{http://exacttarget.com/wsdl/partnerAPI}FilterPart" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FilterPart |
filter |
protected QueryObject |
object |
| Constructor and Description |
|---|
Query() |
| Modifier and Type | Method and Description |
|---|---|
FilterPart |
getFilter()
Gets the value of the filter property.
|
QueryObject |
getObject()
Gets the value of the object property.
|
void |
setFilter(FilterPart value)
Sets the value of the filter property.
|
void |
setObject(QueryObject value)
Sets the value of the object property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected QueryObject object
protected FilterPart filter
public QueryObject getObject()
QueryObjectpublic void setObject(QueryObject value)
value - allowed object is
QueryObjectpublic FilterPart getFilter()
FilterPartpublic void setFilter(FilterPart value)
value - allowed object is
FilterPartCopyright © 2017. All rights reserved.