public class PerformResponseMsg 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="Results" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Result" type="{http://exacttarget.com/wsdl/partnerAPI}PerformResult" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="OverallStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="OverallStatusMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="RequestID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PerformResponseMsg.Results
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
overallStatus |
protected String |
overallStatusMessage |
protected String |
requestID |
protected PerformResponseMsg.Results |
results |
| Constructor and Description |
|---|
PerformResponseMsg() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOverallStatus()
Gets the value of the overallStatus property.
|
String |
getOverallStatusMessage()
Gets the value of the overallStatusMessage property.
|
String |
getRequestID()
Gets the value of the requestID property.
|
PerformResponseMsg.Results |
getResults()
Gets the value of the results property.
|
void |
setOverallStatus(String value)
Sets the value of the overallStatus property.
|
void |
setOverallStatusMessage(String value)
Sets the value of the overallStatusMessage property.
|
void |
setRequestID(String value)
Sets the value of the requestID property.
|
void |
setResults(PerformResponseMsg.Results value)
Sets the value of the results property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected PerformResponseMsg.Results results
protected String overallStatus
protected String overallStatusMessage
protected String requestID
public PerformResponseMsg.Results getResults()
PerformResponseMsg.Resultspublic void setResults(PerformResponseMsg.Results value)
value - allowed object is
PerformResponseMsg.Resultspublic String getOverallStatus()
Stringpublic void setOverallStatus(String value)
value - allowed object is
Stringpublic String getOverallStatusMessage()
Stringpublic void setOverallStatusMessage(String value)
value - allowed object is
Stringpublic String getRequestID()
Stringpublic void setRequestID(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.