public class AmendmentInformationDetailsSDD
extends java.lang.Object
Java class for AmendmentInformationDetailsSDD complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AmendmentInformationDetailsSDD"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="OrgnlMndtId" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}RestrictedIdentificationSEPA1" minOccurs="0"/> <element name="OrgnlCdtrSchmeId" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}PartyIdentificationSEPA4" minOccurs="0"/> <element name="OrgnlDbtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}CashAccountSEPAMandate" minOccurs="0"/> <element name="OrgnlDbtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}BranchAndFinancialInstitutionIdentificationSEPA2" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected PartyIdentificationSEPA4 |
orgnlCdtrSchmeId |
|
protected CashAccountSEPAMandate |
orgnlDbtrAcct |
|
protected BranchAndFinancialInstitutionIdentificationSEPA2 |
orgnlDbtrAgt |
|
protected java.lang.String |
orgnlMndtId |
Constructor | Description |
---|---|
AmendmentInformationDetailsSDD() |
Modifier and Type | Method | Description |
---|---|---|
PartyIdentificationSEPA4 |
getOrgnlCdtrSchmeId() |
Gets the value of the orgnlCdtrSchmeId property.
|
CashAccountSEPAMandate |
getOrgnlDbtrAcct() |
Gets the value of the orgnlDbtrAcct property.
|
BranchAndFinancialInstitutionIdentificationSEPA2 |
getOrgnlDbtrAgt() |
Gets the value of the orgnlDbtrAgt property.
|
java.lang.String |
getOrgnlMndtId() |
Gets the value of the orgnlMndtId property.
|
void |
setOrgnlCdtrSchmeId(PartyIdentificationSEPA4 value) |
Sets the value of the orgnlCdtrSchmeId property.
|
void |
setOrgnlDbtrAcct(CashAccountSEPAMandate value) |
Sets the value of the orgnlDbtrAcct property.
|
void |
setOrgnlDbtrAgt(BranchAndFinancialInstitutionIdentificationSEPA2 value) |
Sets the value of the orgnlDbtrAgt property.
|
void |
setOrgnlMndtId(java.lang.String value) |
Sets the value of the orgnlMndtId property.
|
protected java.lang.String orgnlMndtId
protected PartyIdentificationSEPA4 orgnlCdtrSchmeId
protected CashAccountSEPAMandate orgnlDbtrAcct
protected BranchAndFinancialInstitutionIdentificationSEPA2 orgnlDbtrAgt
public java.lang.String getOrgnlMndtId()
String
public void setOrgnlMndtId(java.lang.String value)
value
- allowed object is
String
public PartyIdentificationSEPA4 getOrgnlCdtrSchmeId()
PartyIdentificationSEPA4
public void setOrgnlCdtrSchmeId(PartyIdentificationSEPA4 value)
value
- allowed object is
PartyIdentificationSEPA4
public CashAccountSEPAMandate getOrgnlDbtrAcct()
CashAccountSEPAMandate
public void setOrgnlDbtrAcct(CashAccountSEPAMandate value)
value
- allowed object is
CashAccountSEPAMandate
public BranchAndFinancialInstitutionIdentificationSEPA2 getOrgnlDbtrAgt()
BranchAndFinancialInstitutionIdentificationSEPA2
public void setOrgnlDbtrAgt(BranchAndFinancialInstitutionIdentificationSEPA2 value)
value
- allowed object is
BranchAndFinancialInstitutionIdentificationSEPA2
Copyright © 2018. All rights reserved.