public class PaymentReturnReason2 extends Object
Java class for PaymentReturnReason2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentReturnReason2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OrgnlBkTxCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}BankTransactionCodeStructure4" minOccurs="0"/>
<element name="Orgtr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}PartyIdentification43" minOccurs="0"/>
<element name="Rsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}ReturnReason5Choice" minOccurs="0"/>
<element name="AddtlInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max105Text" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
addtlInf |
protected BankTransactionCodeStructure4 |
orgnlBkTxCd |
protected PartyIdentification43 |
orgtr |
protected ReturnReason5Choice |
rsn |
| Constructor and Description |
|---|
PaymentReturnReason2() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAddtlInf()
Gets the value of the addtlInf property.
|
BankTransactionCodeStructure4 |
getOrgnlBkTxCd()
Gets the value of the orgnlBkTxCd property.
|
PartyIdentification43 |
getOrgtr()
Gets the value of the orgtr property.
|
ReturnReason5Choice |
getRsn()
Gets the value of the rsn property.
|
void |
setOrgnlBkTxCd(BankTransactionCodeStructure4 value)
Sets the value of the orgnlBkTxCd property.
|
void |
setOrgtr(PartyIdentification43 value)
Sets the value of the orgtr property.
|
void |
setRsn(ReturnReason5Choice value)
Sets the value of the rsn property.
|
protected BankTransactionCodeStructure4 orgnlBkTxCd
protected PartyIdentification43 orgtr
protected ReturnReason5Choice rsn
public BankTransactionCodeStructure4 getOrgnlBkTxCd()
BankTransactionCodeStructure4public void setOrgnlBkTxCd(BankTransactionCodeStructure4 value)
value - allowed object is
BankTransactionCodeStructure4public PartyIdentification43 getOrgtr()
PartyIdentification43public void setOrgtr(PartyIdentification43 value)
value - allowed object is
PartyIdentification43public ReturnReason5Choice getRsn()
ReturnReason5Choicepublic void setRsn(ReturnReason5Choice value)
value - allowed object is
ReturnReason5Choicepublic List<String> getAddtlInf()
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 set method for the addtlInf property.
For example, to add a new item, do as follows:
getAddtlInf().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All rights reserved.