Class TransactionReferences1
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_01.TransactionReferences1
Java class for TransactionReferences1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionReferences1">
<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.01}Max35Text" minOccurs="0"/>
<element name="AcctSvcrRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max35Text" minOccurs="0"/>
<element name="InstrId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max35Text" minOccurs="0"/>
<element name="EndToEndId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max35Text" minOccurs="0"/>
<element name="TxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max35Text" minOccurs="0"/>
<element name="MndtId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max35Text" minOccurs="0"/>
<element name="ChqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max35Text" minOccurs="0"/>
<element name="ClrSysRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max35Text" minOccurs="0"/>
<element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}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.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.voidsetPrtry(ProprietaryReference1 value) Sets the value of the prtry property.voidSets the value of the txId property.
-
Field Details
-
msgId
-
acctSvcrRef
-
instrId
-
endToEndId
-
txId
-
mndtId
-
chqNb
-
clrSysRef
-
prtry
-
-
Constructor Details
-
TransactionReferences1
public TransactionReferences1()
-
-
Method Details
-
getMsgId
-
setMsgId
-
getAcctSvcrRef
-
setAcctSvcrRef
-
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
-