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