Class Traceability8

java.lang.Object
org.coderic.iso20022.messages.catm.Traceability8

public class Traceability8 extends Object

Java class for Traceability8 complex type.

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

 <complexType name="Traceability8">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RlayId" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}GenericIdentification177"/>
         <element name="PrtcolNm" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}Max35Text" minOccurs="0"/>
         <element name="PrtcolVrsn" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}Max6Text" minOccurs="0"/>
         <element name="TracDtTmIn" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}ISODateTime"/>
         <element name="TracDtTmOut" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}ISODateTime"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Traceability8

      public Traceability8()
  • Method Details