public class BalanceType12
extends java.lang.Object
Java class for BalanceType12 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BalanceType12">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CdOrPrtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}BalanceType5Choice"/>
<element name="SubTp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}BalanceSubType1Choice" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected BalanceType5Choice |
cdOrPrtry |
|
protected BalanceSubType1Choice |
subTp |
| Constructor | Description |
|---|---|
BalanceType12() |
| Modifier and Type | Method | Description |
|---|---|---|
BalanceType5Choice |
getCdOrPrtry() |
Gets the value of the cdOrPrtry property.
|
BalanceSubType1Choice |
getSubTp() |
Gets the value of the subTp property.
|
void |
setCdOrPrtry(BalanceType5Choice value) |
Sets the value of the cdOrPrtry property.
|
void |
setSubTp(BalanceSubType1Choice value) |
Sets the value of the subTp property.
|
protected BalanceType5Choice cdOrPrtry
protected BalanceSubType1Choice subTp
public BalanceType5Choice getCdOrPrtry()
BalanceType5Choicepublic void setCdOrPrtry(BalanceType5Choice value)
value - allowed object is
BalanceType5Choicepublic BalanceSubType1Choice getSubTp()
BalanceSubType1Choicepublic void setSubTp(BalanceSubType1Choice value)
value - allowed object is
BalanceSubType1ChoiceCopyright © 2018. All rights reserved.