public class StatusReasonInformationSEPA
extends java.lang.Object
Java class for StatusReasonInformationSEPA complex type.
The following schema fragment specifies the expected content contained within this class.
<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 | Description |
---|---|---|
protected PartyIdentificationSEPA6Choice |
orgtr |
|
protected StatusReasonSEPA |
rsn |
Constructor | Description |
---|---|
StatusReasonInformationSEPA() |
Modifier and Type | Method | Description |
---|---|---|
PartyIdentificationSEPA6Choice |
getOrgtr() |
Gets the value of the orgtr property.
|
StatusReasonSEPA |
getRsn() |
Gets the value of the rsn property.
|
void |
setOrgtr(PartyIdentificationSEPA6Choice value) |
Sets the value of the orgtr property.
|
void |
setRsn(StatusReasonSEPA value) |
Sets the value of the rsn property.
|
protected PartyIdentificationSEPA6Choice orgtr
protected StatusReasonSEPA rsn
public PartyIdentificationSEPA6Choice getOrgtr()
PartyIdentificationSEPA6Choice
public void setOrgtr(PartyIdentificationSEPA6Choice value)
value
- allowed object is
PartyIdentificationSEPA6Choice
public StatusReasonSEPA getRsn()
StatusReasonSEPA
public void setRsn(StatusReasonSEPA value)
value
- allowed object is
StatusReasonSEPA
Copyright © 2018. All rights reserved.