public class BalanceType13 extends Object
Java class for BalanceType13 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BalanceType13">
<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.07}BalanceType10Choice"/>
<element name="SubTp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}BalanceSubType1Choice" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BalanceType10Choice |
cdOrPrtry |
protected BalanceSubType1Choice |
subTp |
| Constructor and Description |
|---|
BalanceType13() |
| Modifier and Type | Method and Description |
|---|---|
BalanceType10Choice |
getCdOrPrtry()
Gets the value of the cdOrPrtry property.
|
BalanceSubType1Choice |
getSubTp()
Gets the value of the subTp property.
|
void |
setCdOrPrtry(BalanceType10Choice value)
Sets the value of the cdOrPrtry property.
|
void |
setSubTp(BalanceSubType1Choice value)
Sets the value of the subTp property.
|
protected BalanceType10Choice cdOrPrtry
protected BalanceSubType1Choice subTp
public BalanceType10Choice getCdOrPrtry()
BalanceType10Choicepublic void setCdOrPrtry(BalanceType10Choice value)
value - allowed object is
BalanceType10Choicepublic BalanceSubType1Choice getSubTp()
BalanceSubType1Choicepublic void setSubTp(BalanceSubType1Choice value)
value - allowed object is
BalanceSubType1ChoiceCopyright © 2018. All rights reserved.