public class AmendmentInformationDetailsSDD extends 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 and Description |
|---|---|
protected PartyIdentificationSDD5 |
orgnlCdtrSchmeId |
protected CashAccountSDD2 |
orgnlDbtrAcct |
protected BranchAndFinancialInstitutionIdentificationSDD2 |
orgnlDbtrAgt |
protected String |
orgnlMndtId |
| Constructor and Description |
|---|
AmendmentInformationDetailsSDD() |
| Modifier and Type | Method and 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.
|
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(String value)
Sets the value of the orgnlMndtId property.
|
protected String orgnlMndtId
protected PartyIdentificationSDD5 orgnlCdtrSchmeId
protected CashAccountSDD2 orgnlDbtrAcct
protected BranchAndFinancialInstitutionIdentificationSDD2 orgnlDbtrAgt
public String getOrgnlMndtId()
Stringpublic void setOrgnlMndtId(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.