Class TransactionIdentifier1
java.lang.Object
org.coderic.iso20022.messages.catp.TransactionIdentifier1
Java class for TransactionIdentifier1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionIdentifier1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TxDtTm" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ISODateTime"/> <element name="TxRef" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the txDtTm property.getTxRef()
Gets the value of the txRef property.void
setTxDtTm
(XMLGregorianCalendar value) Sets the value of the txDtTm property.void
Sets the value of the txRef property.
-
Constructor Details
-
TransactionIdentifier1
public TransactionIdentifier1()
-
-
Method Details
-
getTxDtTm
Gets the value of the txDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTxDtTm
Sets the value of the txDtTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getTxRef
Gets the value of the txRef property.- Returns:
- possible object is
String
-
setTxRef
Sets the value of the txRef property.- Parameters:
value
- allowed object isString
-