Class Traceability4
java.lang.Object
org.coderic.iso20022.messages.caam.Traceability4
Java class for Traceability4 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Traceability4"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RlayId" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}GenericIdentification77"/> <element name="SeqNb" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Max35Text" minOccurs="0"/> <element name="TracDtTmIn" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}ISODateTime"/> <element name="TracDtTmOut" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}ISODateTime"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the rlayId property.getSeqNb()
Gets the value of the seqNb property.Gets the value of the tracDtTmIn property.Gets the value of the tracDtTmOut property.void
setRlayId
(GenericIdentification77 value) Sets the value of the rlayId property.void
Sets the value of the seqNb property.void
Sets the value of the tracDtTmIn property.void
Sets the value of the tracDtTmOut property.
-
Constructor Details
-
Traceability4
public Traceability4()
-
-
Method Details
-
getRlayId
Gets the value of the rlayId property.- Returns:
- possible object is
GenericIdentification77
-
setRlayId
Sets the value of the rlayId property.- Parameters:
value
- allowed object isGenericIdentification77
-
getSeqNb
Gets the value of the seqNb property.- Returns:
- possible object is
String
-
setSeqNb
Sets the value of the seqNb 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
-