public class TaskResult extends Object
Java class for TaskResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaskResult">
<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="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="InteractionObjectID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
errorCode |
protected String |
id |
protected String |
interactionObjectID |
protected Integer |
ordinalID |
protected String |
statusCode |
protected String |
statusMessage |
| Constructor and Description |
|---|
TaskResult() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getErrorCode()
Gets the value of the errorCode property.
|
String |
getID()
Gets the value of the id property.
|
String |
getInteractionObjectID()
Gets the value of the interactionObjectID property.
|
Integer |
getOrdinalID()
Gets the value of the ordinalID property.
|
String |
getStatusCode()
Gets the value of the statusCode property.
|
String |
getStatusMessage()
Gets the value of the statusMessage property.
|
void |
setErrorCode(Integer value)
Sets the value of the errorCode property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setInteractionObjectID(String value)
Sets the value of the interactionObjectID property.
|
void |
setOrdinalID(Integer value)
Sets the value of the ordinalID 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 id
protected String interactionObjectID
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 void setID(String value)
value - allowed object is
Stringpublic String getInteractionObjectID()
Stringpublic void setInteractionObjectID(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.