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