public class ReconciliationQuery extends Object
Java class for ReconciliationQuery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReconciliationQuery">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MessageTag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SubscriberID" 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="ReconciliationQueryData" 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="Information_Exchange_Version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
eSessionKey |
protected String |
informationExchangeVersion |
protected String |
messageTag |
protected byte[] |
reconciliationQueryData |
protected String |
senderMessageID |
protected String |
subscriberID |
| Constructor and Description |
|---|
ReconciliationQuery() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getESessionKey()
Gets the value of the eSessionKey property.
|
String |
getInformationExchangeVersion()
Gets the value of the informationExchangeVersion property.
|
String |
getMessageTag()
Gets the value of the messageTag property.
|
byte[] |
getReconciliationQueryData()
Gets the value of the reconciliationQueryData property.
|
String |
getSenderMessageID()
Gets the value of the senderMessageID property.
|
String |
getSubscriberID()
Gets the value of the subscriberID property.
|
void |
setESessionKey(byte[] value)
Sets the value of the eSessionKey property.
|
void |
setInformationExchangeVersion(String value)
Sets the value of the informationExchangeVersion property.
|
void |
setMessageTag(String value)
Sets the value of the messageTag property.
|
void |
setReconciliationQueryData(byte[] value)
Sets the value of the reconciliationQueryData property.
|
void |
setSenderMessageID(String value)
Sets the value of the senderMessageID property.
|
void |
setSubscriberID(String value)
Sets the value of the subscriberID property.
|
protected String messageTag
protected String subscriberID
protected byte[] eSessionKey
protected byte[] reconciliationQueryData
protected String senderMessageID
protected String informationExchangeVersion
public String getMessageTag()
Stringpublic void setMessageTag(String value)
value - allowed object is
Stringpublic String getSubscriberID()
Stringpublic void setSubscriberID(String value)
value - allowed object is
Stringpublic byte[] getESessionKey()
public void setESessionKey(byte[] value)
value - allowed object is
byte[]public byte[] getReconciliationQueryData()
public void setReconciliationQueryData(byte[] value)
value - allowed object is
byte[]public String getSenderMessageID()
Stringpublic void setSenderMessageID(String value)
value - allowed object is
Stringpublic String getInformationExchangeVersion()
StringCopyright © 2017. All rights reserved.