public class AmendmentInformationDetailsSEPA extends Object
Java class for AmendmentInformationDetailsSEPA complex type.
The following schema fragment specifies the expected content contained within this class.
<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.003.03}Max35Text" minOccurs="0"/>
<element name="OrgnlCdtrSchmeId" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.003.03}PartyIdentificationSEPA4" minOccurs="0"/>
<element name="OrgnlDbtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.003.03}CashAccountSEPA2" minOccurs="0"/>
<element name="OrgnlDbtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.003.03}BranchAndFinancialInstitutionIdentificationSEPA2" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PartyIdentificationSEPA4 |
orgnlCdtrSchmeId |
protected CashAccountSEPA2 |
orgnlDbtrAcct |
protected BranchAndFinancialInstitutionIdentificationSEPA2 |
orgnlDbtrAgt |
protected String |
orgnlMndtId |
| Constructor and Description |
|---|
AmendmentInformationDetailsSEPA() |
| Modifier and Type | Method and Description |
|---|---|
PartyIdentificationSEPA4 |
getOrgnlCdtrSchmeId()
Gets the value of the orgnlCdtrSchmeId property.
|
CashAccountSEPA2 |
getOrgnlDbtrAcct()
Gets the value of the orgnlDbtrAcct property.
|
BranchAndFinancialInstitutionIdentificationSEPA2 |
getOrgnlDbtrAgt()
Gets the value of the orgnlDbtrAgt property.
|
String |
getOrgnlMndtId()
Gets the value of the orgnlMndtId property.
|
void |
setOrgnlCdtrSchmeId(PartyIdentificationSEPA4 value)
Sets the value of the orgnlCdtrSchmeId property.
|
void |
setOrgnlDbtrAcct(CashAccountSEPA2 value)
Sets the value of the orgnlDbtrAcct property.
|
void |
setOrgnlDbtrAgt(BranchAndFinancialInstitutionIdentificationSEPA2 value)
Sets the value of the orgnlDbtrAgt property.
|
void |
setOrgnlMndtId(String value)
Sets the value of the orgnlMndtId property.
|
protected String orgnlMndtId
protected PartyIdentificationSEPA4 orgnlCdtrSchmeId
protected CashAccountSEPA2 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 CashAccountSEPA2 getOrgnlDbtrAcct()
CashAccountSEPA2public void setOrgnlDbtrAcct(CashAccountSEPA2 value)
value - allowed object is
CashAccountSEPA2public BranchAndFinancialInstitutionIdentificationSEPA2 getOrgnlDbtrAgt()
BranchAndFinancialInstitutionIdentificationSEPA2public void setOrgnlDbtrAgt(BranchAndFinancialInstitutionIdentificationSEPA2 value)
value - allowed object is
BranchAndFinancialInstitutionIdentificationSEPA2Copyright © 2020. All rights reserved.