Class BankTransactionCodeStructure6
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_04.BankTransactionCodeStructure6
-
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.04}ExternalBankTransactionFamily1Code"/> <element name="SubFmlyCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}ExternalBankTransactionSubFamily1Code"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description BankTransactionCodeStructure6()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCd()Gets the value of the cd property.StringgetSubFmlyCd()Gets the value of the subFmlyCd property.voidsetCd(String value)Sets the value of the cd property.voidsetSubFmlyCd(String value)Sets the value of the subFmlyCd property.
-