Class BankTransactionCodeStructure5
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_02.BankTransactionCodeStructure5
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.02}ExternalBankTransactionDomain1Code"/>
<element name="Fmly" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}BankTransactionCodeStructure6"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cd
-
fmly
-
-
Constructor Details
-
BankTransactionCodeStructure5
public BankTransactionCodeStructure5()
-
-
Method Details
-
getCd
Gets the value of the cd property.- Returns:
- possible object is
String
-
setCd
Sets the value of the cd property.- Parameters:
value- allowed object isString
-
getFmly
Gets the value of the fmly property.- Returns:
- possible object is
BankTransactionCodeStructure6
-
setFmly
Sets the value of the fmly property.- Parameters:
value- allowed object isBankTransactionCodeStructure6
-