public class ReturnReasonInformation5
extends java.lang.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 | Description |
---|---|---|
protected java.util.List<java.lang.String> |
addtlRtrRsnInf |
|
protected BankTransactionCodeStructure1 |
orgnlBkTxCd |
|
protected PartyIdentification8 |
rtrOrgtr |
|
protected ReturnReason1Choice |
rtrRsn |
Constructor | Description |
---|---|
ReturnReasonInformation5() |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<java.lang.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
protected java.util.List<java.lang.String> addtlRtrRsnInf
public BankTransactionCodeStructure1 getOrgnlBkTxCd()
BankTransactionCodeStructure1
public void setOrgnlBkTxCd(BankTransactionCodeStructure1 value)
value
- allowed object is
BankTransactionCodeStructure1
public PartyIdentification8 getRtrOrgtr()
PartyIdentification8
public void setRtrOrgtr(PartyIdentification8 value)
value
- allowed object is
PartyIdentification8
public ReturnReason1Choice getRtrRsn()
ReturnReason1Choice
public void setRtrRsn(ReturnReason1Choice value)
value
- allowed object is
ReturnReason1Choice
public java.util.List<java.lang.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 © 2018. All rights reserved.