public class TransmitRequest extends Object
Java class for TransmitRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransmitRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Message" type="{}Message"/>
</sequence>
<attribute name="WaitResponseFlag" type="{}WaitResponseFlag" default="false" />
<attribute name="MaximumTransmitTime" use="required" type="{}MaximumTransmitTime" />
<attribute name="DestinationAddress" use="required" type="{}DestinationAddress" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
destinationAddress
The Destination address.
|
protected BigInteger |
maximumTransmitTime
The Maximum transmit time.
|
protected byte[] |
message
The Message.
|
protected Boolean |
waitResponseFlag
The Wait response flag.
|
| Constructor and Description |
|---|
TransmitRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationAddress()
Gets the value of the destinationAddress property.
|
BigInteger |
getMaximumTransmitTime()
Gets the value of the maximumTransmitTime property.
|
byte[] |
getMessage()
Gets the value of the messageType property.
|
boolean |
isWaitResponseFlag()
Gets the value of the waitResponseFlag property.
|
void |
setDestinationAddress(String value)
Sets the value of the destinationAddress property.
|
void |
setMaximumTransmitTime(BigInteger value)
Sets the value of the maximumTransmitTime property.
|
void |
setMessage(byte[] value)
Sets the value of the messageType property.
|
void |
setWaitResponseFlag(Boolean value)
Sets the value of the waitResponseFlag property.
|
protected byte[] message
protected Boolean waitResponseFlag
protected BigInteger maximumTransmitTime
protected String destinationAddress
public byte[] getMessage()
public void setMessage(byte[] value)
value - allowed object is byte[]public boolean isWaitResponseFlag()
Booleanpublic void setWaitResponseFlag(Boolean value)
value - allowed object is Booleanpublic BigInteger getMaximumTransmitTime()
BigIntegerpublic void setMaximumTransmitTime(BigInteger value)
value - allowed object is BigIntegerpublic String getDestinationAddress()
StringCopyright © 2022. All rights reserved.