public class SyncMessageInfoResponse extends Object
Java class for SyncMessageInfoResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyncMessageInfoResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="messageId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="correlationId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="responseDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="status" type="{http://bip.bee.kz/common/v10/Types}StatusInfo"/>
<element name="sessionId" type="{http://bip.bee.kz/common/v10/Types}guid" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
correlationId |
protected String |
messageId |
protected XMLGregorianCalendar |
responseDate |
protected String |
sessionId |
protected StatusInfo |
status |
| Constructor and Description |
|---|
SyncMessageInfoResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCorrelationId()
Gets the value of the correlationId property.
|
String |
getMessageId()
Gets the value of the messageId property.
|
XMLGregorianCalendar |
getResponseDate()
Gets the value of the responseDate property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
StatusInfo |
getStatus()
Gets the value of the status property.
|
void |
setCorrelationId(String value)
Sets the value of the correlationId property.
|
void |
setMessageId(String value)
Sets the value of the messageId property.
|
void |
setResponseDate(XMLGregorianCalendar value)
Sets the value of the responseDate property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
void |
setStatus(StatusInfo value)
Sets the value of the status property.
|
protected String messageId
protected String correlationId
protected XMLGregorianCalendar responseDate
protected StatusInfo status
protected String sessionId
public String getMessageId()
Stringpublic void setMessageId(String value)
value - allowed object is
Stringpublic String getCorrelationId()
Stringpublic void setCorrelationId(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getResponseDate()
XMLGregorianCalendarpublic void setResponseDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic StatusInfo getStatus()
StatusInfopublic void setStatus(StatusInfo value)
value - allowed object is
StatusInfopublic String getSessionId()
StringCopyright © 2016. All rights reserved.