public class TransmitResponse extends Object
Java class for TransmitResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransmitResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Response" type="{}Response"/>
<element name="Message" type="{}Message" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
message
The Message.
|
protected Response |
response
The Response.
|
| Constructor and Description |
|---|
TransmitResponse() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getMessage()
Gets the value of the messageType property.
|
Response |
getResponse()
Gets the value of the response property.
|
void |
setMessage(byte[] value)
Sets the value of the messageType property.
|
void |
setResponse(Response value)
Sets the value of the response property.
|
protected Response response
protected byte[] message
public Response getResponse()
Responsepublic void setResponse(Response value)
value - allowed object is Responsepublic byte[] getMessage()
public void setMessage(byte[] value)
value - allowed object is byte[]Copyright © 2022. All rights reserved.