Class TransactionReferences2
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_02.TransactionReferences2
Java class for TransactionReferences2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionReferences2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MsgId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/> <element name="AcctSvcrRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/> <element name="PmtInfId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/> <element name="InstrId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/> <element name="EndToEndId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/> <element name="TxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/> <element name="MndtId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/> <element name="ChqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/> <element name="ClrSysRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/> <element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ProprietaryReference1" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acctSvcrRef property.getChqNb()
Gets the value of the chqNb property.Gets the value of the clrSysRef property.Gets the value of the endToEndId property.Gets the value of the instrId property.Gets the value of the mndtId property.getMsgId()
Gets the value of the msgId property.Gets the value of the pmtInfId property.getPrtry()
Gets the value of the prtry property.getTxId()
Gets the value of the txId property.void
setAcctSvcrRef
(String value) Sets the value of the acctSvcrRef property.void
Sets the value of the chqNb property.void
setClrSysRef
(String value) Sets the value of the clrSysRef property.void
setEndToEndId
(String value) Sets the value of the endToEndId property.void
setInstrId
(String value) Sets the value of the instrId property.void
Sets the value of the mndtId property.void
Sets the value of the msgId property.void
setPmtInfId
(String value) Sets the value of the pmtInfId property.void
setPrtry
(ProprietaryReference1 value) Sets the value of the prtry property.void
Sets the value of the txId property.
-
Field Details
-
msgId
-
acctSvcrRef
-
pmtInfId
-
instrId
-
endToEndId
-
txId
-
mndtId
-
chqNb
-
clrSysRef
-
prtry
-
-
Constructor Details
-
TransactionReferences2
public TransactionReferences2()
-
-
Method Details
-
getMsgId
Gets the value of the msgId property.- Returns:
- possible object is
String
-
setMsgId
Sets the value of the msgId property.- Parameters:
value
- allowed object isString
-
getAcctSvcrRef
Gets the value of the acctSvcrRef property.- Returns:
- possible object is
String
-
setAcctSvcrRef
Sets the value of the acctSvcrRef property.- Parameters:
value
- allowed object isString
-
getPmtInfId
Gets the value of the pmtInfId property.- Returns:
- possible object is
String
-
setPmtInfId
Sets the value of the pmtInfId property.- Parameters:
value
- allowed object isString
-
getInstrId
Gets the value of the instrId property.- Returns:
- possible object is
String
-
setInstrId
Sets the value of the instrId property.- Parameters:
value
- allowed object isString
-
getEndToEndId
Gets the value of the endToEndId property.- Returns:
- possible object is
String
-
setEndToEndId
Sets the value of the endToEndId property.- Parameters:
value
- allowed object isString
-
getTxId
Gets the value of the txId property.- Returns:
- possible object is
String
-
setTxId
Sets the value of the txId property.- Parameters:
value
- allowed object isString
-
getMndtId
Gets the value of the mndtId property.- Returns:
- possible object is
String
-
setMndtId
Sets the value of the mndtId property.- Parameters:
value
- allowed object isString
-
getChqNb
Gets the value of the chqNb property.- Returns:
- possible object is
String
-
setChqNb
Sets the value of the chqNb property.- Parameters:
value
- allowed object isString
-
getClrSysRef
Gets the value of the clrSysRef property.- Returns:
- possible object is
String
-
setClrSysRef
Sets the value of the clrSysRef property.- Parameters:
value
- allowed object isString
-
getPrtry
Gets the value of the prtry property.- Returns:
- possible object is
ProprietaryReference1
-
setPrtry
Sets the value of the prtry property.- Parameters:
value
- allowed object isProprietaryReference1
-