Class TransactionReferences3
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_07.TransactionReferences3
-
public class TransactionReferences3 extends Object
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.07}Max35Text" minOccurs="0"/> <element name="AcctSvcrRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/> <element name="PmtInfId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/> <element name="InstrId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/> <element name="EndToEndId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/> <element name="TxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/> <element name="MndtId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/> <element name="ChqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/> <element name="ClrSysRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/> <element name="AcctOwnrTxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/> <element name="AcctSvcrTxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/> <element name="MktInfrstrctrTxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/> <element name="PrcgId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/> <element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ProprietaryReference1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringacctOwnrTxIdprotected StringacctSvcrRefprotected StringacctSvcrTxIdprotected StringchqNbprotected StringclrSysRefprotected StringendToEndIdprotected StringinstrIdprotected StringmktInfrstrctrTxIdprotected StringmndtIdprotected StringmsgIdprotected StringpmtInfIdprotected StringprcgIdprotected List<ProprietaryReference1>prtryprotected StringtxId
-
Constructor Summary
Constructors Constructor Description TransactionReferences3()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAcctOwnrTxId()Gets the value of the acctOwnrTxId property.StringgetAcctSvcrRef()Gets the value of the acctSvcrRef property.StringgetAcctSvcrTxId()Gets the value of the acctSvcrTxId property.StringgetChqNb()Gets the value of the chqNb property.StringgetClrSysRef()Gets the value of the clrSysRef property.StringgetEndToEndId()Gets the value of the endToEndId property.StringgetInstrId()Gets the value of the instrId property.StringgetMktInfrstrctrTxId()Gets the value of the mktInfrstrctrTxId property.StringgetMndtId()Gets the value of the mndtId property.StringgetMsgId()Gets the value of the msgId property.StringgetPmtInfId()Gets the value of the pmtInfId property.StringgetPrcgId()Gets the value of the prcgId property.List<ProprietaryReference1>getPrtry()Gets the value of the prtry property.StringgetTxId()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.voidsetChqNb(String value)Sets 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.voidsetMndtId(String value)Sets the value of the mndtId property.voidsetMsgId(String value)Sets the value of the msgId property.voidsetPmtInfId(String value)Sets the value of the pmtInfId property.voidsetPrcgId(String value)Sets the value of the prcgId property.voidsetTxId(String value)Sets the value of the txId property.
-
-
-
Field Detail
-
msgId
protected String msgId
-
acctSvcrRef
protected String acctSvcrRef
-
pmtInfId
protected String pmtInfId
-
instrId
protected String instrId
-
endToEndId
protected String endToEndId
-
txId
protected String txId
-
mndtId
protected String mndtId
-
chqNb
protected String chqNb
-
clrSysRef
protected String clrSysRef
-
acctOwnrTxId
protected String acctOwnrTxId
-
acctSvcrTxId
protected String acctSvcrTxId
-
mktInfrstrctrTxId
protected String mktInfrstrctrTxId
-
prcgId
protected String prcgId
-
prtry
protected List<ProprietaryReference1> prtry
-
-
Method Detail
-
getMsgId
public String getMsgId()
Gets the value of the msgId property.- Returns:
- possible object is
String
-
setMsgId
public void setMsgId(String value)
Sets the value of the msgId property.- Parameters:
value- allowed object isString
-
getAcctSvcrRef
public String getAcctSvcrRef()
Gets the value of the acctSvcrRef property.- Returns:
- possible object is
String
-
setAcctSvcrRef
public void setAcctSvcrRef(String value)
Sets the value of the acctSvcrRef property.- Parameters:
value- allowed object isString
-
getPmtInfId
public String getPmtInfId()
Gets the value of the pmtInfId property.- Returns:
- possible object is
String
-
setPmtInfId
public void setPmtInfId(String value)
Sets the value of the pmtInfId property.- Parameters:
value- allowed object isString
-
getInstrId
public String getInstrId()
Gets the value of the instrId property.- Returns:
- possible object is
String
-
setInstrId
public void setInstrId(String value)
Sets the value of the instrId property.- Parameters:
value- allowed object isString
-
getEndToEndId
public String getEndToEndId()
Gets the value of the endToEndId property.- Returns:
- possible object is
String
-
setEndToEndId
public void setEndToEndId(String value)
Sets the value of the endToEndId property.- Parameters:
value- allowed object isString
-
getTxId
public String getTxId()
Gets the value of the txId property.- Returns:
- possible object is
String
-
setTxId
public void setTxId(String value)
Sets the value of the txId property.- Parameters:
value- allowed object isString
-
getMndtId
public String getMndtId()
Gets the value of the mndtId property.- Returns:
- possible object is
String
-
setMndtId
public void setMndtId(String value)
Sets the value of the mndtId property.- Parameters:
value- allowed object isString
-
getChqNb
public String getChqNb()
Gets the value of the chqNb property.- Returns:
- possible object is
String
-
setChqNb
public void setChqNb(String value)
Sets the value of the chqNb property.- Parameters:
value- allowed object isString
-
getClrSysRef
public String getClrSysRef()
Gets the value of the clrSysRef property.- Returns:
- possible object is
String
-
setClrSysRef
public void setClrSysRef(String value)
Sets the value of the clrSysRef property.- Parameters:
value- allowed object isString
-
getAcctOwnrTxId
public String getAcctOwnrTxId()
Gets the value of the acctOwnrTxId property.- Returns:
- possible object is
String
-
setAcctOwnrTxId
public void setAcctOwnrTxId(String value)
Sets the value of the acctOwnrTxId property.- Parameters:
value- allowed object isString
-
getAcctSvcrTxId
public String getAcctSvcrTxId()
Gets the value of the acctSvcrTxId property.- Returns:
- possible object is
String
-
setAcctSvcrTxId
public void setAcctSvcrTxId(String value)
Sets the value of the acctSvcrTxId property.- Parameters:
value- allowed object isString
-
getMktInfrstrctrTxId
public String getMktInfrstrctrTxId()
Gets the value of the mktInfrstrctrTxId property.- Returns:
- possible object is
String
-
setMktInfrstrctrTxId
public void setMktInfrstrctrTxId(String value)
Sets the value of the mktInfrstrctrTxId property.- Parameters:
value- allowed object isString
-
getPrcgId
public String getPrcgId()
Gets the value of the prcgId property.- Returns:
- possible object is
String
-
setPrcgId
public void setPrcgId(String value)
Sets the value of the prcgId property.- Parameters:
value- allowed object isString
-
getPrtry
public List<ProprietaryReference1> 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
-
-