public class AmendmentInformationDetailsSEPA extends Object
Java-Klasse für AmendmentInformationDetailsSEPA complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="AmendmentInformationDetailsSEPA">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OrgnlMndtId" type="{urn:swift:xsd:$pain.002.002.02}Max35Text" minOccurs="0"/>
<element name="OrgnlCdtrSchmeId" type="{urn:swift:xsd:$pain.002.002.02}PartyIdentificationSEPA3" minOccurs="0"/>
<element name="OrgnlDbtrAcct" type="{urn:swift:xsd:$pain.002.002.02}CashAccountSEPA2" minOccurs="0"/>
<element name="OrgnlDbtrAgt" type="{urn:swift:xsd:$pain.002.002.02}BranchAndFinancialInstitutionIdentificationSEPA2" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PartyIdentificationSEPA3 |
orgnlCdtrSchmeId |
protected CashAccountSEPA2 |
orgnlDbtrAcct |
protected BranchAndFinancialInstitutionIdentificationSEPA2 |
orgnlDbtrAgt |
protected String |
orgnlMndtId |
| Constructor and Description |
|---|
AmendmentInformationDetailsSEPA() |
| Modifier and Type | Method and Description |
|---|---|
PartyIdentificationSEPA3 |
getOrgnlCdtrSchmeId()
Ruft den Wert der orgnlCdtrSchmeId-Eigenschaft ab.
|
CashAccountSEPA2 |
getOrgnlDbtrAcct()
Ruft den Wert der orgnlDbtrAcct-Eigenschaft ab.
|
BranchAndFinancialInstitutionIdentificationSEPA2 |
getOrgnlDbtrAgt()
Ruft den Wert der orgnlDbtrAgt-Eigenschaft ab.
|
String |
getOrgnlMndtId()
Ruft den Wert der orgnlMndtId-Eigenschaft ab.
|
void |
setOrgnlCdtrSchmeId(PartyIdentificationSEPA3 value)
Legt den Wert der orgnlCdtrSchmeId-Eigenschaft fest.
|
void |
setOrgnlDbtrAcct(CashAccountSEPA2 value)
Legt den Wert der orgnlDbtrAcct-Eigenschaft fest.
|
void |
setOrgnlDbtrAgt(BranchAndFinancialInstitutionIdentificationSEPA2 value)
Legt den Wert der orgnlDbtrAgt-Eigenschaft fest.
|
void |
setOrgnlMndtId(String value)
Legt den Wert der orgnlMndtId-Eigenschaft fest.
|
protected String orgnlMndtId
protected PartyIdentificationSEPA3 orgnlCdtrSchmeId
protected CashAccountSEPA2 orgnlDbtrAcct
protected BranchAndFinancialInstitutionIdentificationSEPA2 orgnlDbtrAgt
public String getOrgnlMndtId()
Stringpublic void setOrgnlMndtId(String value)
value - allowed object is
Stringpublic PartyIdentificationSEPA3 getOrgnlCdtrSchmeId()
PartyIdentificationSEPA3public void setOrgnlCdtrSchmeId(PartyIdentificationSEPA3 value)
value - allowed object is
PartyIdentificationSEPA3public CashAccountSEPA2 getOrgnlDbtrAcct()
CashAccountSEPA2public void setOrgnlDbtrAcct(CashAccountSEPA2 value)
value - allowed object is
CashAccountSEPA2public BranchAndFinancialInstitutionIdentificationSEPA2 getOrgnlDbtrAgt()
BranchAndFinancialInstitutionIdentificationSEPA2public void setOrgnlDbtrAgt(BranchAndFinancialInstitutionIdentificationSEPA2 value)
value - allowed object is
BranchAndFinancialInstitutionIdentificationSEPA2Copyright © 2018. All rights reserved.