public class QueryRequestMsg extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="QueryRequest" type="{http://exacttarget.com/wsdl/partnerAPI}QueryRequest"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected QueryRequest |
queryRequest |
| Constructor and Description |
|---|
QueryRequestMsg() |
| Modifier and Type | Method and Description |
|---|---|
QueryRequest |
getQueryRequest()
Gets the value of the queryRequest property.
|
void |
setQueryRequest(QueryRequest value)
Sets the value of the queryRequest property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected QueryRequest queryRequest
public QueryRequest getQueryRequest()
QueryRequestpublic void setQueryRequest(QueryRequest value)
value - allowed object is
QueryRequestCopyright © 2017. All rights reserved.