public class BankTransactionCodeStructure5
extends java.lang.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.052.001.06}ExternalBankTransactionDomain1Code"/> <element name="Fmly" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}BankTransactionCodeStructure6"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected java.lang.String |
cd |
|
protected BankTransactionCodeStructure6 |
fmly |
Constructor | Description |
---|---|
BankTransactionCodeStructure5() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getCd() |
Gets the value of the cd property.
|
BankTransactionCodeStructure6 |
getFmly() |
Gets the value of the fmly property.
|
void |
setCd(java.lang.String value) |
Sets the value of the cd property.
|
void |
setFmly(BankTransactionCodeStructure6 value) |
Sets the value of the fmly property.
|
protected java.lang.String cd
protected BankTransactionCodeStructure6 fmly
public java.lang.String getCd()
String
public void setCd(java.lang.String value)
value
- allowed object is
String
public BankTransactionCodeStructure6 getFmly()
BankTransactionCodeStructure6
public void setFmly(BankTransactionCodeStructure6 value)
value
- allowed object is
BankTransactionCodeStructure6
Copyright © 2018. All rights reserved.