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="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 and Description |
|---|---|
protected PartyIdentificationSEPA1 |
stsOrgtr |
protected StatusReason1Choice |
stsRsn |
| Constructor and Description |
|---|
StatusReasonInformationSEPA() |
| Modifier and Type | Method and Description |
|---|---|
PartyIdentificationSEPA1 |
getStsOrgtr()
Ruft den Wert der stsOrgtr-Eigenschaft ab.
|
StatusReason1Choice |
getStsRsn()
Ruft den Wert der stsRsn-Eigenschaft ab.
|
void |
setStsOrgtr(PartyIdentificationSEPA1 value)
Legt den Wert der stsOrgtr-Eigenschaft fest.
|
void |
setStsRsn(StatusReason1Choice value)
Legt den Wert der stsRsn-Eigenschaft fest.
|
protected PartyIdentificationSEPA1 stsOrgtr
protected StatusReason1Choice stsRsn
public PartyIdentificationSEPA1 getStsOrgtr()
PartyIdentificationSEPA1public void setStsOrgtr(PartyIdentificationSEPA1 value)
value - allowed object is
PartyIdentificationSEPA1public StatusReason1Choice getStsRsn()
StatusReason1Choicepublic void setStsRsn(StatusReason1Choice value)
value - allowed object is
StatusReason1ChoiceCopyright © 2018. All rights reserved.