public class ReturnReasonInformation5 extends Object
Java class for ReturnReasonInformation5 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReturnReasonInformation5">
<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.01}BankTransactionCodeStructure1" minOccurs="0"/>
<element name="RtrOrgtr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}PartyIdentification8" minOccurs="0"/>
<element name="RtrRsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}ReturnReason1Choice" minOccurs="0"/>
<element name="AddtlRtrRsnInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max105Text" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
addtlRtrRsnInf |
protected BankTransactionCodeStructure1 |
orgnlBkTxCd |
protected PartyIdentification8 |
rtrOrgtr |
protected ReturnReason1Choice |
rtrRsn |
| Constructor and Description |
|---|
ReturnReasonInformation5() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAddtlRtrRsnInf()
Gets the value of the addtlRtrRsnInf property.
|
BankTransactionCodeStructure1 |
getOrgnlBkTxCd()
Gets the value of the orgnlBkTxCd property.
|
PartyIdentification8 |
getRtrOrgtr()
Gets the value of the rtrOrgtr property.
|
ReturnReason1Choice |
getRtrRsn()
Gets the value of the rtrRsn property.
|
void |
setOrgnlBkTxCd(BankTransactionCodeStructure1 value)
Sets the value of the orgnlBkTxCd property.
|
void |
setRtrOrgtr(PartyIdentification8 value)
Sets the value of the rtrOrgtr property.
|
void |
setRtrRsn(ReturnReason1Choice value)
Sets the value of the rtrRsn property.
|
protected BankTransactionCodeStructure1 orgnlBkTxCd
protected PartyIdentification8 rtrOrgtr
protected ReturnReason1Choice rtrRsn
public BankTransactionCodeStructure1 getOrgnlBkTxCd()
BankTransactionCodeStructure1public void setOrgnlBkTxCd(BankTransactionCodeStructure1 value)
value - allowed object is
BankTransactionCodeStructure1public PartyIdentification8 getRtrOrgtr()
PartyIdentification8public void setRtrOrgtr(PartyIdentification8 value)
value - allowed object is
PartyIdentification8public ReturnReason1Choice getRtrRsn()
ReturnReason1Choicepublic void setRtrRsn(ReturnReason1Choice value)
value - allowed object is
ReturnReason1Choicepublic List<String> getAddtlRtrRsnInf()
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 addtlRtrRsnInf property.
For example, to add a new item, do as follows:
getAddtlRtrRsnInf().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2019. All rights reserved.