Class Traceability9

java.lang.Object
org.coderic.iso20022.messages.cafc.Traceability9

public class Traceability9 extends Object

Java class for Traceability9 complex type.

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

 <complexType name="Traceability9">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RlayId" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}GenericIdentification183"/>
         <element name="TracDtTmIn" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}ISODateTime" minOccurs="0"/>
         <element name="TracDtTmOut" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}ISODateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>