public class TransmitRequestType extends Object
Java class for TransmitRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransmitRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Message" type="{}MessageType"/>
</sequence>
<attribute name="WaitResponseFlag" type="{}WaitResponseFlagType" default="false" />
<attribute name="MaximumTransmitTime" use="required" type="{}MaximumTransmitTimeType" />
<attribute name="DestinationAddress" use="required" type="{}DestinationAddressType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
destinationAddress |
protected BigInteger |
maximumTransmitTime |
protected byte[] |
message |
protected Boolean |
waitResponseFlag |
| Constructor and Description |
|---|
TransmitRequestType() |
| 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 message 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 message 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 © 2018. All rights reserved.