public class LocalInstrument2Choice extends Object
Java class for LocalInstrument2Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocalInstrument2Choice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="Cd" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}ExternalLocalInstrument1Code"/>
<element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}Max35Text"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cd |
protected String |
prtry |
| Constructor and Description |
|---|
LocalInstrument2Choice() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCd()
Gets the value of the cd property.
|
String |
getPrtry()
Gets the value of the prtry property.
|
void |
setCd(String value)
Sets the value of the cd property.
|
void |
setPrtry(String value)
Sets the value of the prtry property.
|
Copyright © 2019. All rights reserved.