public class Result extends Object
Java class for Result complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Result">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="StatusMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="OrdinalID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="RequestID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ConversationID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OverallStatusCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RequestType" type="{http://exacttarget.com/wsdl/partnerAPI}RequestType" minOccurs="0"/>
<element name="ResultType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ResultDetailXML" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
conversationID |
protected Integer |
errorCode |
protected Integer |
ordinalID |
protected String |
overallStatusCode |
protected String |
requestID |
protected RequestType |
requestType |
protected String |
resultDetailXML |
protected String |
resultType |
protected String |
statusCode |
protected String |
statusMessage |
| Constructor and Description |
|---|
Result() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConversationID()
Gets the value of the conversationID property.
|
Integer |
getErrorCode()
Gets the value of the errorCode property.
|
Integer |
getOrdinalID()
Gets the value of the ordinalID property.
|
String |
getOverallStatusCode()
Gets the value of the overallStatusCode property.
|
String |
getRequestID()
Gets the value of the requestID property.
|
RequestType |
getRequestType()
Gets the value of the requestType property.
|
String |
getResultDetailXML()
Gets the value of the resultDetailXML property.
|
String |
getResultType()
Gets the value of the resultType property.
|
String |
getStatusCode()
Gets the value of the statusCode property.
|
String |
getStatusMessage()
Gets the value of the statusMessage property.
|
void |
setConversationID(String value)
Sets the value of the conversationID property.
|
void |
setErrorCode(Integer value)
Sets the value of the errorCode property.
|
void |
setOrdinalID(Integer value)
Sets the value of the ordinalID property.
|
void |
setOverallStatusCode(String value)
Sets the value of the overallStatusCode property.
|
void |
setRequestID(String value)
Sets the value of the requestID property.
|
void |
setRequestType(RequestType value)
Sets the value of the requestType property.
|
void |
setResultDetailXML(String value)
Sets the value of the resultDetailXML property.
|
void |
setResultType(String value)
Sets the value of the resultType property.
|
void |
setStatusCode(String value)
Sets the value of the statusCode property.
|
void |
setStatusMessage(String value)
Sets the value of the statusMessage property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String statusCode
protected String statusMessage
protected Integer ordinalID
protected Integer errorCode
protected String requestID
protected String conversationID
protected String overallStatusCode
protected RequestType requestType
protected String resultType
protected String resultDetailXML
public String getStatusCode()
Stringpublic void setStatusCode(String value)
value - allowed object is
Stringpublic String getStatusMessage()
Stringpublic void setStatusMessage(String value)
value - allowed object is
Stringpublic Integer getOrdinalID()
Integerpublic void setOrdinalID(Integer value)
value - allowed object is
Integerpublic Integer getErrorCode()
Integerpublic void setErrorCode(Integer value)
value - allowed object is
Integerpublic String getRequestID()
Stringpublic void setRequestID(String value)
value - allowed object is
Stringpublic String getConversationID()
Stringpublic void setConversationID(String value)
value - allowed object is
Stringpublic String getOverallStatusCode()
Stringpublic void setOverallStatusCode(String value)
value - allowed object is
Stringpublic RequestType getRequestType()
RequestTypepublic void setRequestType(RequestType value)
value - allowed object is
RequestTypepublic String getResultType()
Stringpublic void setResultType(String value)
value - allowed object is
Stringpublic String getResultDetailXML()
Stringpublic void setResultDetailXML(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.