Class BankTransactionCodeStructure5
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_02.BankTransactionCodeStructure5
-
public class BankTransactionCodeStructure5 extends java.lang.ObjectJava 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 Modifier and Type Field Description protected java.lang.Stringcdprotected BankTransactionCodeStructure6fmly
-
Constructor Summary
Constructors Constructor Description BankTransactionCodeStructure5()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCd()Gets the value of the cd property.BankTransactionCodeStructure6getFmly()Gets the value of the fmly property.voidsetCd(java.lang.String value)Sets the value of the cd property.voidsetFmly(BankTransactionCodeStructure6 value)Sets the value of the fmly property.
-
-
-
Field Detail
-
cd
protected java.lang.String cd
-
fmly
protected BankTransactionCodeStructure6 fmly
-
-
Method Detail
-
getCd
public java.lang.String getCd()
Gets the value of the cd property.- Returns:
- possible object is
String
-
setCd
public void setCd(java.lang.String value)
Sets the value of the cd property.- Parameters:
value- allowed object isString
-
getFmly
public BankTransactionCodeStructure6 getFmly()
Gets the value of the fmly property.- Returns:
- possible object is
BankTransactionCodeStructure6
-
setFmly
public void setFmly(BankTransactionCodeStructure6 value)
Sets the value of the fmly property.- Parameters:
value- allowed object isBankTransactionCodeStructure6
-
-