public class LocalInstrumentSDD extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected LocalInstrumentCodeSDD |
cd |
| Constructor and Description |
|---|
LocalInstrumentSDD() |
| Modifier and Type | Method and Description |
|---|---|
LocalInstrumentCodeSDD |
getCd()
Gets the value of the cd property.
|
void |
setCd(LocalInstrumentCodeSDD value)
Sets the value of the cd property.
|
protected LocalInstrumentCodeSDD cd
public LocalInstrumentCodeSDD getCd()
LocalInstrumentCodeSDDpublic void setCd(LocalInstrumentCodeSDD value)
value - allowed object is
LocalInstrumentCodeSDDCopyright © 2019. All rights reserved.