public static class ExtractResponseMsg.Results 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="ExtractResult" type="{http://exacttarget.com/wsdl/partnerAPI}ExtractResult" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtractResult |
extractResult |
| Constructor and Description |
|---|
Results() |
| Modifier and Type | Method and Description |
|---|---|
ExtractResult |
getExtractResult()
Gets the value of the extractResult property.
|
void |
setExtractResult(ExtractResult value)
Sets the value of the extractResult property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected ExtractResult extractResult
public ExtractResult getExtractResult()
ExtractResultpublic void setExtractResult(ExtractResult value)
value - allowed object is
ExtractResultCopyright © 2017. All rights reserved.