public class ReconciliationResponse extends Object
Java class for ReconciliationResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReconciliationResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Sender" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MessageTag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ESessionKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="ReconciliationRequestData" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="Sender_MessageID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReturnCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
eSessionKey |
protected String |
messageTag |
protected byte[] |
reconciliationRequestData |
protected int |
returnCode |
protected String |
sender |
protected String |
senderMessageID |
| Constructor and Description |
|---|
ReconciliationResponse() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getESessionKey()
Gets the value of the eSessionKey property.
|
String |
getMessageTag()
Gets the value of the messageTag property.
|
byte[] |
getReconciliationRequestData()
Gets the value of the reconciliationRequestData property.
|
int |
getReturnCode()
Gets the value of the returnCode property.
|
String |
getSender()
Gets the value of the sender property.
|
String |
getSenderMessageID()
Gets the value of the senderMessageID property.
|
void |
setESessionKey(byte[] value)
Sets the value of the eSessionKey property.
|
void |
setMessageTag(String value)
Sets the value of the messageTag property.
|
void |
setReconciliationRequestData(byte[] value)
Sets the value of the reconciliationRequestData property.
|
void |
setReturnCode(int value)
Sets the value of the returnCode property.
|
void |
setSender(String value)
Sets the value of the sender property.
|
void |
setSenderMessageID(String value)
Sets the value of the senderMessageID property.
|
protected String sender
protected String messageTag
protected byte[] eSessionKey
protected byte[] reconciliationRequestData
protected String senderMessageID
protected int returnCode
public String getSender()
Stringpublic void setSender(String value)
value - allowed object is
Stringpublic String getMessageTag()
Stringpublic void setMessageTag(String value)
value - allowed object is
Stringpublic byte[] getESessionKey()
public void setESessionKey(byte[] value)
value - allowed object is
byte[]public byte[] getReconciliationRequestData()
public void setReconciliationRequestData(byte[] value)
value - allowed object is
byte[]public String getSenderMessageID()
Stringpublic void setSenderMessageID(String value)
value - allowed object is
Stringpublic int getReturnCode()
public void setReturnCode(int value)
Copyright © 2017. All rights reserved.