Class TransactionIdentification12

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

public class TransactionIdentification12 extends Object

Java class for TransactionIdentification12 complex type.

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

 <complexType name="TransactionIdentification12">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SysTracAudtNb" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max12NumericText"/>
         <element name="TrnsmssnDtTm" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}ISODateTime"/>
         <element name="RtrvlRefNb" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Exact12Text" minOccurs="0"/>
         <element name="LifeCyclTracIdData" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}TransactionLifeCycleIdentification2" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • TransactionIdentification12

      public TransactionIdentification12()
  • Method Details