Class TransmitRequest


  • public class TransmitRequest
    extends Object
    Definition: Content of the Transmit Request messageType. -- Usage: It contains a messageType to transmit.

    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>
     
    • Field Detail

      • message

        protected byte[] message
        The Message.
      • waitResponseFlag

        protected Boolean waitResponseFlag
        The Wait response flag.
      • maximumTransmitTime

        protected BigInteger maximumTransmitTime
        The Maximum transmit time.
      • destinationAddress

        protected String destinationAddress
        The Destination address.
    • Constructor Detail

      • TransmitRequest

        public TransmitRequest()
    • Method Detail

      • getMessage

        public byte[] getMessage()
        Gets the value of the messageType property.
        Returns:
        possible object is byte[]
      • setMessage

        public void setMessage​(byte[] value)
        Sets the value of the messageType property.
        Parameters:
        value - allowed object is byte[]
      • isWaitResponseFlag

        public boolean isWaitResponseFlag()
        Gets the value of the waitResponseFlag property.
        Returns:
        possible object is Boolean
      • setWaitResponseFlag

        public void setWaitResponseFlag​(Boolean value)
        Sets the value of the waitResponseFlag property.
        Parameters:
        value - allowed object is Boolean
      • getMaximumTransmitTime

        public BigInteger getMaximumTransmitTime()
        Gets the value of the maximumTransmitTime property.
        Returns:
        possible object is BigInteger
      • setMaximumTransmitTime

        public void setMaximumTransmitTime​(BigInteger value)
        Sets the value of the maximumTransmitTime property.
        Parameters:
        value - allowed object is BigInteger
      • getDestinationAddress

        public String getDestinationAddress()
        Gets the value of the destinationAddress property.
        Returns:
        possible object is String
      • setDestinationAddress

        public void setDestinationAddress​(String value)
        Sets the value of the destinationAddress property.
        Parameters:
        value - allowed object is String