public class BankTransactionCodeStructure5 extends Object
Java-Klasse für BankTransactionCodeStructure5 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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.054.001.06}ExternalBankTransactionDomain1Code"/>
<element name="Fmly" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.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()
Ruft den Wert der cd-Eigenschaft ab.
|
BankTransactionCodeStructure6 |
getFmly()
Ruft den Wert der fmly-Eigenschaft ab.
|
void |
setCd(String value)
Legt den Wert der cd-Eigenschaft fest.
|
void |
setFmly(BankTransactionCodeStructure6 value)
Legt den Wert der fmly-Eigenschaft fest.
|
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.