Class KeyExchangeResponseV03

java.lang.Object
org.coderic.iso20022.messages.canm.KeyExchangeResponseV03

public class KeyExchangeResponseV03 extends Object

Java class for KeyExchangeResponseV03 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="KeyExchangeResponseV03">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Hdr" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Header63"/>
         <element name="Body" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}KeyExchangeResponse2"/>
         <element name="SctyTrlr" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}ContentInformationType20" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>