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