public class PaymentReturnReason2 extends Object
Java-Klasse für PaymentReturnReason2 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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.053.001.06}BankTransactionCodeStructure4" minOccurs="0"/>
<element name="Orgtr" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}PartyIdentification43" minOccurs="0"/>
<element name="Rsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}ReturnReason5Choice" minOccurs="0"/>
<element name="AddtlInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}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()
Ruft den Wert der orgnlBkTxCd-Eigenschaft ab.
|
PartyIdentification43 |
getOrgtr()
Ruft den Wert der orgtr-Eigenschaft ab.
|
ReturnReason5Choice |
getRsn()
Ruft den Wert der rsn-Eigenschaft ab.
|
void |
setOrgnlBkTxCd(BankTransactionCodeStructure4 value)
Legt den Wert der orgnlBkTxCd-Eigenschaft fest.
|
void |
setOrgtr(PartyIdentification43 value)
Legt den Wert der orgtr-Eigenschaft fest.
|
void |
setRsn(ReturnReason5Choice value)
Legt den Wert der rsn-Eigenschaft fest.
|
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 © 2017. All rights reserved.