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="StsOrgtr" type="{urn:swift:xsd:$pain.002.002.02}PartyIdentificationSEPA1" minOccurs="0"/> <element name="StsRsn" type="{urn:swift:xsd:$pain.002.002.02}StatusReason1Choice" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected PartyIdentificationSEPA1 |
stsOrgtr |
|
protected StatusReason1Choice |
stsRsn |
Constructor | Description |
---|---|
StatusReasonInformationSEPA() |
Modifier and Type | Method | Description |
---|---|---|
PartyIdentificationSEPA1 |
getStsOrgtr() |
Gets the value of the stsOrgtr property.
|
StatusReason1Choice |
getStsRsn() |
Gets the value of the stsRsn property.
|
void |
setStsOrgtr(PartyIdentificationSEPA1 value) |
Sets the value of the stsOrgtr property.
|
void |
setStsRsn(StatusReason1Choice value) |
Sets the value of the stsRsn property.
|
protected PartyIdentificationSEPA1 stsOrgtr
protected StatusReason1Choice stsRsn
public PartyIdentificationSEPA1 getStsOrgtr()
PartyIdentificationSEPA1
public void setStsOrgtr(PartyIdentificationSEPA1 value)
value
- allowed object is
PartyIdentificationSEPA1
public StatusReason1Choice getStsRsn()
StatusReason1Choice
public void setStsRsn(StatusReason1Choice value)
value
- allowed object is
StatusReason1Choice
Copyright © 2018. All rights reserved.