public class TIRHolderResponse extends Object
Java class for TIRHolderResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TIRHolderResponse">
<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="ESessionKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="TIRCarnetHolderResponseParams" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="ReturnCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Query_ID" 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 |
messageTag |
protected String |
queryID |
protected int |
returnCode |
protected byte[] |
tirCarnetHolderResponseParams |
| Constructor and Description |
|---|
TIRHolderResponse() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getESessionKey()
Gets the value of the eSessionKey property.
|
String |
getMessageTag()
Gets the value of the messageTag property.
|
String |
getQueryID()
Gets the value of the queryID property.
|
int |
getReturnCode()
Gets the value of the returnCode property.
|
byte[] |
getTIRCarnetHolderResponseParams()
Gets the value of the tirCarnetHolderResponseParams property.
|
void |
setESessionKey(byte[] value)
Sets the value of the eSessionKey property.
|
void |
setMessageTag(String value)
Sets the value of the messageTag property.
|
void |
setQueryID(String value)
Sets the value of the queryID property.
|
void |
setReturnCode(int value)
Sets the value of the returnCode property.
|
void |
setTIRCarnetHolderResponseParams(byte[] value)
Sets the value of the tirCarnetHolderResponseParams property.
|
protected String messageTag
protected byte[] eSessionKey
protected byte[] tirCarnetHolderResponseParams
protected int returnCode
protected String queryID
public 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[] getTIRCarnetHolderResponseParams()
public void setTIRCarnetHolderResponseParams(byte[] value)
value - allowed object is
byte[]public int getReturnCode()
public void setReturnCode(int value)
public String getQueryID()
StringCopyright © 2017. All rights reserved.