public class EGISResponseType extends Object
Java class for EGISResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EGISResponseType">
<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="EGISResponseParams" 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[] |
egisResponseParams |
protected byte[] |
eSessionKey |
protected String |
messageTag |
protected String |
queryID |
protected int |
returnCode |
| Constructor and Description |
|---|
EGISResponseType() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEGISResponseParams()
Gets the value of the egisResponseParams property.
|
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.
|
void |
setEGISResponseParams(byte[] value)
Sets the value of the egisResponseParams 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.
|
protected String messageTag
protected byte[] eSessionKey
protected byte[] egisResponseParams
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[] getEGISResponseParams()
public void setEGISResponseParams(byte[] value)
value - allowed object is
byte[]public int getReturnCode()
public void setReturnCode(int value)
public String getQueryID()
StringCopyright © 2017. All rights reserved.