public class BankTransactionCodeStructure6 extends Object
Java class for BankTransactionCodeStructure6 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BankTransactionCodeStructure6">
<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.03}ExternalBankTransactionFamily1Code"/>
<element name="SubFmlyCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}ExternalBankTransactionSubFamily1Code"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cd |
protected String |
subFmlyCd |
| Constructor and Description |
|---|
BankTransactionCodeStructure6() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCd()
Gets the value of the cd property.
|
String |
getSubFmlyCd()
Gets the value of the subFmlyCd property.
|
void |
setCd(String value)
Sets the value of the cd property.
|
void |
setSubFmlyCd(String value)
Sets the value of the subFmlyCd property.
|
Copyright © 2018. All rights reserved.