public class SyncMessageInfo extends Object
Java class for SyncMessageInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyncMessageInfo">
<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="serviceId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="messageDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="routeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sender" type="{http://bip.bee.kz/common/v10/Types}SenderInfo"/>
<element name="properties" type="{http://bip.bee.kz/common/v10/Types}Property" maxOccurs="unbounded" minOccurs="0"/>
<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 XMLGregorianCalendar |
messageDate |
protected String |
messageId |
protected List<Property> |
properties |
protected String |
routeId |
protected SenderInfo |
sender |
protected String |
serviceId |
protected String |
sessionId |
| Constructor and Description |
|---|
SyncMessageInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCorrelationId()
Gets the value of the correlationId property.
|
XMLGregorianCalendar |
getMessageDate()
Gets the value of the messageDate property.
|
String |
getMessageId()
Gets the value of the messageId property.
|
List<Property> |
getProperties()
Gets the value of the properties property.
|
String |
getRouteId()
Gets the value of the routeId property.
|
SenderInfo |
getSender()
Gets the value of the sender property.
|
String |
getServiceId()
Gets the value of the serviceId property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
void |
setCorrelationId(String value)
Sets the value of the correlationId property.
|
void |
setMessageDate(XMLGregorianCalendar value)
Sets the value of the messageDate property.
|
void |
setMessageId(String value)
Sets the value of the messageId property.
|
void |
setRouteId(String value)
Sets the value of the routeId property.
|
void |
setSender(SenderInfo value)
Sets the value of the sender property.
|
void |
setServiceId(String value)
Sets the value of the serviceId property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
protected String messageId
protected String correlationId
protected String serviceId
protected XMLGregorianCalendar messageDate
protected String routeId
protected SenderInfo sender
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 String getServiceId()
Stringpublic void setServiceId(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getMessageDate()
XMLGregorianCalendarpublic void setMessageDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getRouteId()
Stringpublic void setRouteId(String value)
value - allowed object is
Stringpublic SenderInfo getSender()
SenderInfopublic void setSender(SenderInfo value)
value - allowed object is
SenderInfopublic List<Property> getProperties()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the properties property.
For example, to add a new item, do as follows:
getProperties().add(newItem);
Objects of the following type(s) are allowed in the list
Property
public String getSessionId()
StringCopyright © 2016. All rights reserved.