Class DeviceTransmitMessageResponse1
java.lang.Object
org.coderic.iso20022.messages.casp.DeviceTransmitMessageResponse1
Java class for DeviceTransmitMessageResponse1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeviceTransmitMessageResponse1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RcvdMsg" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max100KBinary" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Gets the value of the rcvdMsg property.voidsetRcvdMsg(byte[] value) Sets the value of the rcvdMsg property.
-
Constructor Details
-
DeviceTransmitMessageResponse1
public DeviceTransmitMessageResponse1()
-
-
Method Details
-
getRcvdMsg
public byte[] getRcvdMsg()Gets the value of the rcvdMsg property.- Returns:
- possible object is byte[]
-
setRcvdMsg
public void setRcvdMsg(byte[] value) Sets the value of the rcvdMsg property.- Parameters:
value- allowed object is byte[]
-