Class LocalInstrumentSEPA
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_008_002_02.LocalInstrumentSEPA
-
public class LocalInstrumentSEPA extends java.lang.ObjectJava class for LocalInstrumentSEPA complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocalInstrumentSEPA"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Cd" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.002.02}LocalInstrumentSEPACode"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected LocalInstrumentSEPACodecd
-
Constructor Summary
Constructors Constructor Description LocalInstrumentSEPA()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalInstrumentSEPACodegetCd()Gets the value of the cd property.voidsetCd(LocalInstrumentSEPACode value)Sets the value of the cd property.
-
-
-
Field Detail
-
cd
protected LocalInstrumentSEPACode cd
-
-
Method Detail
-
getCd
public LocalInstrumentSEPACode getCd()
Gets the value of the cd property.- Returns:
- possible object is
LocalInstrumentSEPACode
-
setCd
public void setCd(LocalInstrumentSEPACode value)
Sets the value of the cd property.- Parameters:
value- allowed object isLocalInstrumentSEPACode
-
-