public class RetrieveRequestMsg 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="RetrieveRequest" type="{http://exacttarget.com/wsdl/partnerAPI}RetrieveRequest"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RetrieveRequest |
retrieveRequest |
| Constructor and Description |
|---|
RetrieveRequestMsg() |
| Modifier and Type | Method and Description |
|---|---|
RetrieveRequest |
getRetrieveRequest()
Gets the value of the retrieveRequest property.
|
void |
setRetrieveRequest(RetrieveRequest value)
Sets the value of the retrieveRequest property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected RetrieveRequest retrieveRequest
public RetrieveRequest getRetrieveRequest()
RetrieveRequestpublic void setRetrieveRequest(RetrieveRequest value)
value - allowed object is
RetrieveRequestCopyright © 2017. All rights reserved.