Class Traceability9
java.lang.Object
org.coderic.iso20022.messages.cain.Traceability9
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:cain.028.001.02}GenericIdentification183"/> <element name="TracDtTmIn" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}ISODateTime" minOccurs="0"/> <element name="TracDtTmOut" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}ISODateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the rlayId property.Gets the value of the tracDtTmIn property.Gets the value of the tracDtTmOut property.void
Sets the value of the rlayId property.void
Sets the value of the tracDtTmIn property.void
Sets the value of the tracDtTmOut property.
-
Constructor Details
-
Traceability9
public Traceability9()
-
-
Method Details
-
getRlayId
Gets the value of the rlayId property.- Returns:
- possible object is
GenericIdentification183
-
setRlayId
Sets the value of the rlayId property.- Parameters:
value
- allowed object isGenericIdentification183
-
getTracDtTmIn
Gets the value of the tracDtTmIn property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTracDtTmIn
Sets the value of the tracDtTmIn property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getTracDtTmOut
Gets the value of the tracDtTmOut property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTracDtTmOut
Sets the value of the tracDtTmOut property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-