Class UnderlyingPaymentTransaction7

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

public class UnderlyingPaymentTransaction7 extends Object

Java class for UnderlyingPaymentTransaction7 complex type.

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

 <complexType name="UnderlyingPaymentTransaction7">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="OrgnlGrpInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}UnderlyingGroupInformation1" minOccurs="0"/>
         <element name="OrgnlInstrId" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text" minOccurs="0"/>
         <element name="OrgnlEndToEndId" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text" minOccurs="0"/>
         <element name="OrgnlTxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text" minOccurs="0"/>
         <element name="OrgnlUETR" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}UUIDv4Identifier" minOccurs="0"/>
         <element name="OrgnlIntrBkSttlmAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
         <element name="OrgnlIntrBkSttlmDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ISODate" minOccurs="0"/>
         <element name="OrgnlTxRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}OriginalTransactionReference35" minOccurs="0"/>
         <element name="OrgnlSvcLvl" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ServiceLevel8Choice" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • UnderlyingPaymentTransaction7

      public UnderlyingPaymentTransaction7()
  • Method Details