public class BankTransactionCodeStructure5 extends Object
Java class for BankTransactionCodeStructure5 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BankTransactionCodeStructure5">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Cd" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}ExternalBankTransactionDomain1Code"/>
<element name="Fmly" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}BankTransactionCodeStructure6"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cd |
protected BankTransactionCodeStructure6 |
fmly |
| Constructor and Description |
|---|
BankTransactionCodeStructure5() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCd()
Gets the value of the cd property.
|
BankTransactionCodeStructure6 |
getFmly()
Gets the value of the fmly property.
|
void |
setCd(String value)
Sets the value of the cd property.
|
void |
setFmly(BankTransactionCodeStructure6 value)
Sets the value of the fmly property.
|
protected String cd
protected BankTransactionCodeStructure6 fmly
public void setCd(String value)
value - allowed object is
Stringpublic BankTransactionCodeStructure6 getFmly()
BankTransactionCodeStructure6public void setFmly(BankTransactionCodeStructure6 value)
value - allowed object is
BankTransactionCodeStructure6Copyright © 2017. All rights reserved.