Class BalanceType12
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_06.BalanceType12
-
public class BalanceType12 extends java.lang.ObjectJava 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.06}BalanceType5Choice"/> <element name="SubTp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}BalanceSubType1Choice" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BalanceType5ChoicecdOrPrtryprotected BalanceSubType1ChoicesubTp
-
Constructor Summary
Constructors Constructor Description BalanceType12()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BalanceType5ChoicegetCdOrPrtry()Gets the value of the cdOrPrtry property.BalanceSubType1ChoicegetSubTp()Gets the value of the subTp property.voidsetCdOrPrtry(BalanceType5Choice value)Sets the value of the cdOrPrtry property.voidsetSubTp(BalanceSubType1Choice value)Sets the value of the subTp property.
-
-
-
Field Detail
-
cdOrPrtry
protected BalanceType5Choice cdOrPrtry
-
subTp
protected BalanceSubType1Choice subTp
-
-
Method Detail
-
getCdOrPrtry
public BalanceType5Choice getCdOrPrtry()
Gets the value of the cdOrPrtry property.- Returns:
- possible object is
BalanceType5Choice
-
setCdOrPrtry
public void setCdOrPrtry(BalanceType5Choice value)
Sets the value of the cdOrPrtry property.- Parameters:
value- allowed object isBalanceType5Choice
-
getSubTp
public BalanceSubType1Choice getSubTp()
Gets the value of the subTp property.- Returns:
- possible object is
BalanceSubType1Choice
-
setSubTp
public void setSubTp(BalanceSubType1Choice value)
Sets the value of the subTp property.- Parameters:
value- allowed object isBalanceSubType1Choice
-
-