Class Recipient5Choice

java.lang.Object
org.coderic.iso20022.messages.cain.Recipient5Choice

public class Recipient5Choice extends Object

Java class for Recipient5Choice complex type.

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

 <complexType name="Recipient5Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="IssrAndSrlNb" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}IssuerAndSerialNumber1"/>
         <element name="KeyIdr" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}KEKIdentifier2"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>