public class SyncSendMessageRequest extends Object
Java class for SyncSendMessageRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyncSendMessageRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="requestInfo" type="{http://bip.bee.kz/SyncChannel/v10/Types}SyncMessageInfo"/>
<element name="requestData" type="{http://bip.bee.kz/SyncChannel/v10/Types/Request}RequestData"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RequestData |
requestData |
protected SyncMessageInfo |
requestInfo |
| Constructor and Description |
|---|
SyncSendMessageRequest() |
| Modifier and Type | Method and Description |
|---|---|
RequestData |
getRequestData()
Gets the value of the requestData property.
|
SyncMessageInfo |
getRequestInfo()
Gets the value of the requestInfo property.
|
void |
setRequestData(RequestData value)
Sets the value of the requestData property.
|
void |
setRequestInfo(SyncMessageInfo value)
Sets the value of the requestInfo property.
|
protected SyncMessageInfo requestInfo
protected RequestData requestData
public SyncMessageInfo getRequestInfo()
SyncMessageInfopublic void setRequestInfo(SyncMessageInfo value)
value - allowed object is
SyncMessageInfopublic RequestData getRequestData()
RequestDatapublic void setRequestData(RequestData value)
value - allowed object is
RequestDataCopyright © 2016. All rights reserved.