public class StatusReasonInformationSEPA extends Object
Java-Klasse für StatusReasonInformationSEPA complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="StatusReasonInformationSEPA">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Orgtr" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}PartyIdentificationSEPA6Choice" minOccurs="0"/>
<element name="Rsn" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}StatusReasonSEPA" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PartyIdentificationSEPA6Choice |
orgtr |
protected StatusReasonSEPA |
rsn |
| Constructor and Description |
|---|
StatusReasonInformationSEPA() |
| Modifier and Type | Method and Description |
|---|---|
PartyIdentificationSEPA6Choice |
getOrgtr()
Ruft den Wert der orgtr-Eigenschaft ab.
|
StatusReasonSEPA |
getRsn()
Ruft den Wert der rsn-Eigenschaft ab.
|
void |
setOrgtr(PartyIdentificationSEPA6Choice value)
Legt den Wert der orgtr-Eigenschaft fest.
|
void |
setRsn(StatusReasonSEPA value)
Legt den Wert der rsn-Eigenschaft fest.
|
protected PartyIdentificationSEPA6Choice orgtr
protected StatusReasonSEPA rsn
public PartyIdentificationSEPA6Choice getOrgtr()
PartyIdentificationSEPA6Choicepublic void setOrgtr(PartyIdentificationSEPA6Choice value)
value - allowed object is
PartyIdentificationSEPA6Choicepublic StatusReasonSEPA getRsn()
StatusReasonSEPApublic void setRsn(StatusReasonSEPA value)
value - allowed object is
StatusReasonSEPACopyright © 2018. All rights reserved.