Class BalanceType13
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_08.BalanceType13
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.08}BalanceType10Choice"/> <element name="SubTp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}BalanceSubType1Choice" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cdOrPrtry property.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.
-
Field Details
-
cdOrPrtry
-
subTp
-
-
Constructor Details
-
BalanceType13
public BalanceType13()
-
-
Method Details
-
getCdOrPrtry
Gets the value of the cdOrPrtry property.- Returns:
- possible object is
BalanceType10Choice
-
setCdOrPrtry
Sets the value of the cdOrPrtry property.- Parameters:
value
- allowed object isBalanceType10Choice
-
getSubTp
Gets the value of the subTp property.- Returns:
- possible object is
BalanceSubType1Choice
-
setSubTp
Sets the value of the subTp property.- Parameters:
value
- allowed object isBalanceSubType1Choice
-