Class TransactionIdentifier1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_08.TransactionIdentifier1
-
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.08}ISODateTime"/> <element name="TxRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max35Text"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendartxDtTmprotected StringtxRef
-
Constructor Summary
Constructors Constructor Description TransactionIdentifier1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetTxDtTm()Gets the value of the txDtTm property.StringgetTxRef()Gets the value of the txRef property.voidsetTxDtTm(XMLGregorianCalendar value)Sets the value of the txDtTm property.voidsetTxRef(String value)Sets the value of the txRef property.
-
-
-
Field Detail
-
txDtTm
protected XMLGregorianCalendar txDtTm
-
txRef
protected String txRef
-
-
Method Detail
-
getTxDtTm
public XMLGregorianCalendar getTxDtTm()
Gets the value of the txDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTxDtTm
public void setTxDtTm(XMLGregorianCalendar value)
Sets the value of the txDtTm property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getTxRef
public String getTxRef()
Gets the value of the txRef property.- Returns:
- possible object is
String
-
-