public class SyncSendMessageResponse extends Object
Java class for SyncSendMessageResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyncSendMessageResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="responseInfo" type="{http://bip.bee.kz/SyncChannel/v10/Types}SyncMessageInfoResponse"/>
<element name="responseData" type="{http://bip.bee.kz/SyncChannel/v10/Types/Response}ResponseData"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ResponseData |
responseData |
protected SyncMessageInfoResponse |
responseInfo |
| Constructor and Description |
|---|
SyncSendMessageResponse() |
| Modifier and Type | Method and Description |
|---|---|
ResponseData |
getResponseData()
Gets the value of the responseData property.
|
SyncMessageInfoResponse |
getResponseInfo()
Gets the value of the responseInfo property.
|
void |
setResponseData(ResponseData value)
Sets the value of the responseData property.
|
void |
setResponseInfo(SyncMessageInfoResponse value)
Sets the value of the responseInfo property.
|
protected SyncMessageInfoResponse responseInfo
protected ResponseData responseData
public SyncMessageInfoResponse getResponseInfo()
SyncMessageInfoResponsepublic void setResponseInfo(SyncMessageInfoResponse value)
value - allowed object is
SyncMessageInfoResponsepublic ResponseData getResponseData()
ResponseDatapublic void setResponseData(ResponseData value)
value - allowed object is
ResponseDataCopyright © 2016. All rights reserved.