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.voidsetAcctSvcrRef(String value) Sets the value of the acctSvcrRef property.voidSets the value of the chqNb property.voidsetClrSysRef(String value) Sets the value of the clrSysRef property.voidsetEndToEndId(String value) Sets the value of the endToEndId property.voidsetInstrId(String value) Sets the value of the instrId property.voidSets the value of the mndtId property.voidSets the value of the msgId property.voidsetPmtInfId(String value) Sets the value of the pmtInfId property.voidsetPrtry(ProprietaryReference1 value) Sets the value of the prtry property.voidSets 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
-
setMsgId
-
getAcctSvcrRef
-
setAcctSvcrRef
-
getPmtInfId
-
setPmtInfId
-
getInstrId
-
setInstrId
-
getEndToEndId
-
setEndToEndId
-
getTxId
-
setTxId
-
getMndtId
-
setMndtId
-
getChqNb
-
setChqNb
-
getClrSysRef
-
setClrSysRef
-
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
-