Class Traceability8
java.lang.Object
org.coderic.iso20022.messages.casp.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:casp.017.001.06}GenericIdentification177"/>
<element name="PrtcolNm" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text" minOccurs="0"/>
<element name="PrtcolVrsn" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max6Text" minOccurs="0"/>
<element name="TracDtTmIn" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}ISODateTime"/>
<element name="TracDtTmOut" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}ISODateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
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.voidsetPrtcolNm(String value) Sets the value of the prtcolNm property.voidsetPrtcolVrsn(String value) Sets the value of the prtcolVrsn property.voidSets the value of the rlayId property.voidSets the value of the tracDtTmIn property.voidSets 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
-