public class BalanceType13
extends java.lang.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 | Description |
---|---|---|
protected BalanceType10Choice |
cdOrPrtry |
|
protected BalanceSubType1Choice |
subTp |
Constructor | Description |
---|---|
BalanceType13() |
Modifier and Type | Method | 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()
BalanceType10Choice
public void setCdOrPrtry(BalanceType10Choice value)
value
- allowed object is
BalanceType10Choice
public BalanceSubType1Choice getSubTp()
BalanceSubType1Choice
public void setSubTp(BalanceSubType1Choice value)
value
- allowed object is
BalanceSubType1Choice
Copyright © 2018. All rights reserved.