Class TransactionIdentification12
java.lang.Object
org.coderic.iso20022.messages.canm.TransactionIdentification12
Java class for TransactionIdentification12 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionIdentification12"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SysTracAudtNb" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max12NumericText"/> <element name="TrnsmssnDtTm" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}ISODateTime"/> <element name="RtrvlRefNb" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Exact12Text" minOccurs="0"/> <element name="LifeCyclTracIdData" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}TransactionLifeCycleIdentification2" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the lifeCyclTracIdData property.Gets the value of the rtrvlRefNb property.Gets the value of the sysTracAudtNb property.Gets the value of the trnsmssnDtTm property.void
Sets the value of the lifeCyclTracIdData property.void
setRtrvlRefNb
(String value) Sets the value of the rtrvlRefNb property.void
setSysTracAudtNb
(String value) Sets the value of the sysTracAudtNb property.void
Sets the value of the trnsmssnDtTm property.
-
Constructor Details
-
TransactionIdentification12
public TransactionIdentification12()
-
-
Method Details
-
getSysTracAudtNb
Gets the value of the sysTracAudtNb property.- Returns:
- possible object is
String
-
setSysTracAudtNb
Sets the value of the sysTracAudtNb property.- Parameters:
value
- allowed object isString
-
getTrnsmssnDtTm
Gets the value of the trnsmssnDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTrnsmssnDtTm
Sets the value of the trnsmssnDtTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getRtrvlRefNb
Gets the value of the rtrvlRefNb property.- Returns:
- possible object is
String
-
setRtrvlRefNb
Sets the value of the rtrvlRefNb property.- Parameters:
value
- allowed object isString
-
getLifeCyclTracIdData
Gets the value of the lifeCyclTracIdData property.- Returns:
- possible object is
TransactionLifeCycleIdentification2
-
setLifeCyclTracIdData
Sets the value of the lifeCyclTracIdData property.- Parameters:
value
- allowed object isTransactionLifeCycleIdentification2
-