public class TransactionIdentifier1 extends Object
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:camt.052.001.04}ISODateTime"/>
<element name="TxRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}Max35Text"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
txDtTm |
protected String |
txRef |
| Constructor and Description |
|---|
TransactionIdentifier1() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getTxDtTm()
Gets the value of the txDtTm property.
|
String |
getTxRef()
Gets the value of the txRef property.
|
void |
setTxDtTm(XMLGregorianCalendar value)
Sets the value of the txDtTm property.
|
void |
setTxRef(String value)
Sets the value of the txRef property.
|
protected XMLGregorianCalendar txDtTm
protected String txRef
public XMLGregorianCalendar getTxDtTm()
XMLGregorianCalendarpublic void setTxDtTm(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getTxRef()
StringCopyright © 2018. All rights reserved.