Class BankTransactionCodeStructure2
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_01.BankTransactionCodeStructure2
-
public class BankTransactionCodeStructure2 extends java.lang.Object
Java class for BankTransactionCodeStructure2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BankTransactionCodeStructure2"> <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.01}ExternalBankTransactionDomainCode"/> <element name="Fmly" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}BankTransactionCodeStructure3"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
cd
protected BankTransactionCodeStructure3
fmly
-
Constructor Summary
Constructors Constructor Description BankTransactionCodeStructure2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCd()
Gets the value of the cd property.BankTransactionCodeStructure3
getFmly()
Gets the value of the fmly property.void
setCd(java.lang.String value)
Sets the value of the cd property.void
setFmly(BankTransactionCodeStructure3 value)
Sets the value of the fmly property.
-
-
-
Field Detail
-
cd
protected java.lang.String cd
-
fmly
protected BankTransactionCodeStructure3 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 BankTransactionCodeStructure3 getFmly()
Gets the value of the fmly property.- Returns:
- possible object is
BankTransactionCodeStructure3
-
setFmly
public void setFmly(BankTransactionCodeStructure3 value)
Sets the value of the fmly property.- Parameters:
value
- allowed object isBankTransactionCodeStructure3
-
-