public class AmendmentInformationDetails4 extends Object
Java class for AmendmentInformationDetails4 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AmendmentInformationDetails4">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OrgnlMndtId" type="{urn:sepade:xsd:pain.008.001.01}Max35Text" minOccurs="0"/>
<element name="OrgnlCdtrSchmeId" type="{urn:sepade:xsd:pain.008.001.01}PartyIdentification17" minOccurs="0"/>
<element name="OrgnlDbtrAcct" type="{urn:sepade:xsd:pain.008.001.01}CashAccount8" minOccurs="0"/>
<element name="OrgnlDbtrAgt" type="{urn:sepade:xsd:pain.008.001.01}FinancialInstitution3" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PartyIdentification17 |
orgnlCdtrSchmeId |
protected CashAccount8 |
orgnlDbtrAcct |
protected FinancialInstitution3 |
orgnlDbtrAgt |
protected String |
orgnlMndtId |
| Constructor and Description |
|---|
AmendmentInformationDetails4() |
| Modifier and Type | Method and Description |
|---|---|
PartyIdentification17 |
getOrgnlCdtrSchmeId()
Gets the value of the orgnlCdtrSchmeId property.
|
CashAccount8 |
getOrgnlDbtrAcct()
Gets the value of the orgnlDbtrAcct property.
|
FinancialInstitution3 |
getOrgnlDbtrAgt()
Gets the value of the orgnlDbtrAgt property.
|
String |
getOrgnlMndtId()
Gets the value of the orgnlMndtId property.
|
void |
setOrgnlCdtrSchmeId(PartyIdentification17 value)
Sets the value of the orgnlCdtrSchmeId property.
|
void |
setOrgnlDbtrAcct(CashAccount8 value)
Sets the value of the orgnlDbtrAcct property.
|
void |
setOrgnlDbtrAgt(FinancialInstitution3 value)
Sets the value of the orgnlDbtrAgt property.
|
void |
setOrgnlMndtId(String value)
Sets the value of the orgnlMndtId property.
|
protected String orgnlMndtId
protected PartyIdentification17 orgnlCdtrSchmeId
protected CashAccount8 orgnlDbtrAcct
protected FinancialInstitution3 orgnlDbtrAgt
public String getOrgnlMndtId()
Stringpublic void setOrgnlMndtId(String value)
value - allowed object is
Stringpublic PartyIdentification17 getOrgnlCdtrSchmeId()
PartyIdentification17public void setOrgnlCdtrSchmeId(PartyIdentification17 value)
value - allowed object is
PartyIdentification17public CashAccount8 getOrgnlDbtrAcct()
CashAccount8public void setOrgnlDbtrAcct(CashAccount8 value)
value - allowed object is
CashAccount8public FinancialInstitution3 getOrgnlDbtrAgt()
FinancialInstitution3public void setOrgnlDbtrAgt(FinancialInstitution3 value)
value - allowed object is
FinancialInstitution3Copyright © 2019. All rights reserved.