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:swift:xsd:$pain.008.002.01}RestrictedIdentification1" minOccurs="0"/>
<element name="OrgnlCdtrSchmeId" type="{urn:swift:xsd:$pain.008.002.01}PartyIdentificationSDD5" minOccurs="0"/>
<element name="OrgnlDbtrAcct" type="{urn:swift:xsd:$pain.008.002.01}CashAccountSDD2" minOccurs="0"/>
<element name="OrgnlDbtrAgt" type="{urn:swift:xsd:$pain.008.002.01}BranchAndFinancialInstitutionIdentificationSDD2" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected PartyIdentificationSDD5 |
orgnlCdtrSchmeId |
|
protected CashAccountSDD2 |
orgnlDbtrAcct |
|
protected BranchAndFinancialInstitutionIdentificationSDD2 |
orgnlDbtrAgt |
|
protected java.lang.String |
orgnlMndtId |
| Constructor | Description |
|---|---|
AmendmentInformationDetailsSDD() |
| Modifier and Type | Method | Description |
|---|---|---|
PartyIdentificationSDD5 |
getOrgnlCdtrSchmeId() |
Gets the value of the orgnlCdtrSchmeId property.
|
CashAccountSDD2 |
getOrgnlDbtrAcct() |
Gets the value of the orgnlDbtrAcct property.
|
BranchAndFinancialInstitutionIdentificationSDD2 |
getOrgnlDbtrAgt() |
Gets the value of the orgnlDbtrAgt property.
|
java.lang.String |
getOrgnlMndtId() |
Gets the value of the orgnlMndtId property.
|
void |
setOrgnlCdtrSchmeId(PartyIdentificationSDD5 value) |
Sets the value of the orgnlCdtrSchmeId property.
|
void |
setOrgnlDbtrAcct(CashAccountSDD2 value) |
Sets the value of the orgnlDbtrAcct property.
|
void |
setOrgnlDbtrAgt(BranchAndFinancialInstitutionIdentificationSDD2 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 PartyIdentificationSDD5 orgnlCdtrSchmeId
protected CashAccountSDD2 orgnlDbtrAcct
protected BranchAndFinancialInstitutionIdentificationSDD2 orgnlDbtrAgt
public java.lang.String getOrgnlMndtId()
Stringpublic void setOrgnlMndtId(java.lang.String value)
value - allowed object is
Stringpublic PartyIdentificationSDD5 getOrgnlCdtrSchmeId()
PartyIdentificationSDD5public void setOrgnlCdtrSchmeId(PartyIdentificationSDD5 value)
value - allowed object is
PartyIdentificationSDD5public CashAccountSDD2 getOrgnlDbtrAcct()
CashAccountSDD2public void setOrgnlDbtrAcct(CashAccountSDD2 value)
value - allowed object is
CashAccountSDD2public BranchAndFinancialInstitutionIdentificationSDD2 getOrgnlDbtrAgt()
BranchAndFinancialInstitutionIdentificationSDD2public void setOrgnlDbtrAgt(BranchAndFinancialInstitutionIdentificationSDD2 value)
value - allowed object is
BranchAndFinancialInstitutionIdentificationSDD2Copyright © 2018. All rights reserved.