Class Traceability8
java.lang.Object
org.coderic.iso20022.messages.catm.Traceability8
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the prtcolNm property.Gets the value of the prtcolVrsn property.Gets the value of the rlayId property.Gets the value of the tracDtTmIn property.Gets the value of the tracDtTmOut property.void
setPrtcolNm
(String value) Sets the value of the prtcolNm property.void
setPrtcolVrsn
(String value) Sets the value of the prtcolVrsn 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
-
Traceability8
public Traceability8()
-
-
Method Details
-
getRlayId
Gets the value of the rlayId property.- Returns:
- possible object is
GenericIdentification177
-
setRlayId
Sets the value of the rlayId property.- Parameters:
value
- allowed object isGenericIdentification177
-
getPrtcolNm
Gets the value of the prtcolNm property.- Returns:
- possible object is
String
-
setPrtcolNm
Sets the value of the prtcolNm property.- Parameters:
value
- allowed object isString
-
getPrtcolVrsn
Gets the value of the prtcolVrsn property.- Returns:
- possible object is
String
-
setPrtcolVrsn
Sets the value of the prtcolVrsn property.- Parameters:
value
- allowed object isString
-
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
-