public class BalanceSubType1Choice extends Object
Java class for BalanceSubType1Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BalanceSubType1Choice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="Cd" type="{urn:iso:std:iso:20022:tech:xsd:camt.060.001.03}ExternalBalanceSubType1Code"/>
<element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.060.001.03}Max35Text"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cd |
protected String |
prtry |
| Constructor and Description |
|---|
BalanceSubType1Choice() |
| 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 © 2017. All rights reserved.