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:iso:std:iso:20022:tech:xsd:pain.002.001.03}Max35Text" minOccurs="0"/>
<element name="OrgnlCdtrSchmeId" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}PartyIdentificationSEPA4" minOccurs="0"/>
<element name="OrgnlDbtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}CashAccountSEPAMandate" minOccurs="0"/>
<element name="OrgnlDbtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}BranchAndFinancialInstitutionIdentificationSEPA2" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PartyIdentificationSEPA4 |
orgnlCdtrSchmeId |
protected CashAccountSEPAMandate |
orgnlDbtrAcct |
protected BranchAndFinancialInstitutionIdentificationSEPA2 |
orgnlDbtrAgt |
protected String |
orgnlMndtId |
| Constructor and Description |
|---|
AmendmentInformationDetailsSEPA() |
| Modifier and Type | Method and Description |
|---|---|
PartyIdentificationSEPA4 |
getOrgnlCdtrSchmeId()
Ruft den Wert der orgnlCdtrSchmeId-Eigenschaft ab.
|
CashAccountSEPAMandate |
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(PartyIdentificationSEPA4 value)
Legt den Wert der orgnlCdtrSchmeId-Eigenschaft fest.
|
void |
setOrgnlDbtrAcct(CashAccountSEPAMandate 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 PartyIdentificationSEPA4 orgnlCdtrSchmeId
protected CashAccountSEPAMandate orgnlDbtrAcct
protected BranchAndFinancialInstitutionIdentificationSEPA2 orgnlDbtrAgt
public String getOrgnlMndtId()
Stringpublic void setOrgnlMndtId(String value)
value - allowed object is
Stringpublic PartyIdentificationSEPA4 getOrgnlCdtrSchmeId()
PartyIdentificationSEPA4public void setOrgnlCdtrSchmeId(PartyIdentificationSEPA4 value)
value - allowed object is
PartyIdentificationSEPA4public CashAccountSEPAMandate getOrgnlDbtrAcct()
CashAccountSEPAMandatepublic void setOrgnlDbtrAcct(CashAccountSEPAMandate value)
value - allowed object is
CashAccountSEPAMandatepublic BranchAndFinancialInstitutionIdentificationSEPA2 getOrgnlDbtrAgt()
BranchAndFinancialInstitutionIdentificationSEPA2public void setOrgnlDbtrAgt(BranchAndFinancialInstitutionIdentificationSEPA2 value)
value - allowed object is
BranchAndFinancialInstitutionIdentificationSEPA2Copyright © 2018. All rights reserved.