Class LocalInstrumentSDD
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_002_01.LocalInstrumentSDD
Java class for LocalInstrumentSDD complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocalInstrumentSDD">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Cd">
<simpleType>
<restriction base="{urn:swift:xsd:$pain.008.002.01}LocalInstrumentCodeSDD">
<enumeration value="CORE"/>
<enumeration value="B2B"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCd()Gets the value of the cd property.voidsetCd(LocalInstrumentCodeSDD value) Sets the value of the cd property.
-
Field Details
-
cd
-
-
Constructor Details
-
LocalInstrumentSDD
public LocalInstrumentSDD()
-
-
Method Details
-
getCd
Gets the value of the cd property.- Returns:
- possible object is
LocalInstrumentCodeSDD
-
setCd
Sets the value of the cd property.- Parameters:
value- allowed object isLocalInstrumentCodeSDD
-