Class TaxAmountAndType1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_03.TaxAmountAndType1
-
public class TaxAmountAndType1 extends java.lang.ObjectJava class for TaxAmountAndType1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxAmountAndType1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}TaxAmountType1Choice" minOccurs="0"/> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}ActiveOrHistoricCurrencyAndAmount"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ActiveOrHistoricCurrencyAndAmountamtprotected TaxAmountType1Choicetp
-
Constructor Summary
Constructors Constructor Description TaxAmountAndType1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActiveOrHistoricCurrencyAndAmountgetAmt()Gets the value of the amt property.TaxAmountType1ChoicegetTp()Gets the value of the tp property.voidsetAmt(ActiveOrHistoricCurrencyAndAmount value)Sets the value of the amt property.voidsetTp(TaxAmountType1Choice value)Sets the value of the tp property.
-
-
-
Field Detail
-
tp
protected TaxAmountType1Choice tp
-
amt
protected ActiveOrHistoricCurrencyAndAmount amt
-
-
Method Detail
-
getTp
public TaxAmountType1Choice getTp()
Gets the value of the tp property.- Returns:
- possible object is
TaxAmountType1Choice
-
setTp
public void setTp(TaxAmountType1Choice value)
Sets the value of the tp property.- Parameters:
value- allowed object isTaxAmountType1Choice
-
getAmt
public ActiveOrHistoricCurrencyAndAmount getAmt()
Gets the value of the amt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setAmt
public void setAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the amt property.- Parameters:
value- allowed object isActiveOrHistoricCurrencyAndAmount
-
-