Class TransactionReferences3
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_06.TransactionReferences3
Java class for TransactionReferences3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionReferences3">
<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.06}Max35Text" minOccurs="0"/>
<element name="AcctSvcrRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/>
<element name="PmtInfId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/>
<element name="InstrId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/>
<element name="EndToEndId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/>
<element name="TxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/>
<element name="MndtId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/>
<element name="ChqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/>
<element name="ClrSysRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/>
<element name="AcctOwnrTxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/>
<element name="AcctSvcrTxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/>
<element name="MktInfrstrctrTxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/>
<element name="PrcgId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/>
<element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ProprietaryReference1" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acctOwnrTxId property.Gets the value of the acctSvcrRef property.Gets the value of the acctSvcrTxId 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 mktInfrstrctrTxId property.Gets the value of the mndtId property.getMsgId()Gets the value of the msgId property.Gets the value of the pmtInfId property.Gets the value of the prcgId property.getPrtry()Gets the value of the prtry property.getTxId()Gets the value of the txId property.voidsetAcctOwnrTxId(String value) Sets the value of the acctOwnrTxId property.voidsetAcctSvcrRef(String value) Sets the value of the acctSvcrRef property.voidsetAcctSvcrTxId(String value) Sets the value of the acctSvcrTxId 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.voidsetMktInfrstrctrTxId(String value) Sets the value of the mktInfrstrctrTxId 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.voidSets the value of the prcgId property.voidSets the value of the txId property.
-
Field Details
-
msgId
-
acctSvcrRef
-
pmtInfId
-
instrId
-
endToEndId
-
txId
-
mndtId
-
chqNb
-
clrSysRef
-
acctOwnrTxId
-
acctSvcrTxId
-
mktInfrstrctrTxId
-
prcgId
-
prtry
-
-
Constructor Details
-
TransactionReferences3
public TransactionReferences3()
-
-
Method Details
-
getMsgId
-
setMsgId
-
getAcctSvcrRef
-
setAcctSvcrRef
-
getPmtInfId
-
setPmtInfId
-
getInstrId
-
setInstrId
-
getEndToEndId
-
setEndToEndId
-
getTxId
-
setTxId
-
getMndtId
-
setMndtId
-
getChqNb
-
setChqNb
-
getClrSysRef
-
setClrSysRef
-
getAcctOwnrTxId
-
setAcctOwnrTxId
-
getAcctSvcrTxId
-
setAcctSvcrTxId
-
getMktInfrstrctrTxId
-
setMktInfrstrctrTxId
-
getPrcgId
-
setPrcgId
-
getPrtry
Gets the value of the prtry property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the prtry property.For example, to add a new item, do as follows:
getPrtry().add(newItem);
Objects of the following type(s) are allowed in the list
ProprietaryReference1
-