public class BankTransactionCodeStructure2
extends java.lang.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 | Description |
---|---|---|
protected java.lang.String |
cd |
|
protected BankTransactionCodeStructure3 |
fmly |
Constructor | Description |
---|---|
BankTransactionCodeStructure2() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getCd() |
Gets the value of the cd property.
|
BankTransactionCodeStructure3 |
getFmly() |
Gets the value of the fmly property.
|
void |
setCd(java.lang.String value) |
Sets the value of the cd property.
|
void |
setFmly(BankTransactionCodeStructure3 value) |
Sets the value of the fmly property.
|
protected java.lang.String cd
protected BankTransactionCodeStructure3 fmly
public java.lang.String getCd()
String
public void setCd(java.lang.String value)
value
- allowed object is
String
public BankTransactionCodeStructure3 getFmly()
BankTransactionCodeStructure3
public void setFmly(BankTransactionCodeStructure3 value)
value
- allowed object is
BankTransactionCodeStructure3
Copyright © 2018. All rights reserved.