public class AmendmentInformationDetails4
extends java.lang.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 | Description |
---|---|---|
protected PartyIdentification17 |
orgnlCdtrSchmeId |
|
protected CashAccount8 |
orgnlDbtrAcct |
|
protected FinancialInstitution3 |
orgnlDbtrAgt |
|
protected java.lang.String |
orgnlMndtId |
Constructor | Description |
---|---|
AmendmentInformationDetails4() |
Modifier and Type | Method | 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.
|
java.lang.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(java.lang.String value) |
Sets the value of the orgnlMndtId property.
|
protected java.lang.String orgnlMndtId
protected PartyIdentification17 orgnlCdtrSchmeId
protected CashAccount8 orgnlDbtrAcct
protected FinancialInstitution3 orgnlDbtrAgt
public java.lang.String getOrgnlMndtId()
String
public void setOrgnlMndtId(java.lang.String value)
value
- allowed object is
String
public PartyIdentification17 getOrgnlCdtrSchmeId()
PartyIdentification17
public void setOrgnlCdtrSchmeId(PartyIdentification17 value)
value
- allowed object is
PartyIdentification17
public CashAccount8 getOrgnlDbtrAcct()
CashAccount8
public void setOrgnlDbtrAcct(CashAccount8 value)
value
- allowed object is
CashAccount8
public FinancialInstitution3 getOrgnlDbtrAgt()
FinancialInstitution3
public void setOrgnlDbtrAgt(FinancialInstitution3 value)
value
- allowed object is
FinancialInstitution3
Copyright © 2018. All rights reserved.