Class InvestigationDataRecord1Choice

java.lang.Object
org.coderic.iso20022.messages.camt.InvestigationDataRecord1Choice

public class InvestigationDataRecord1Choice extends Object

Java class for InvestigationDataRecord1Choice complex type.

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

 <complexType name="InvestigationDataRecord1Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="DbtAuthstn" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}DebitAuthorisationConfirmation3"/>
         <element name="Compstn" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}CompensationResponse1"/>
         <element name="Valtn" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}AdjustmentCompensation1"/>
         <element name="Conf" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}BookingConfirmation1"/>
         <element name="TxSts" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}PaymentTransactionStatus1"/>
         <element name="TxData" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}TransactionAmendment1" maxOccurs="unbounded"/>
         <element name="RspnNrrtv" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max500Text"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>