public class TaxAmountAndType1
extends java.lang.Object
Java 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.04}TaxAmountType1Choice" minOccurs="0"/> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}ActiveOrHistoricCurrencyAndAmount"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected ActiveOrHistoricCurrencyAndAmount |
amt |
|
protected TaxAmountType1Choice |
tp |
Constructor | Description |
---|---|
TaxAmountAndType1() |
Modifier and Type | Method | Description |
---|---|---|
ActiveOrHistoricCurrencyAndAmount |
getAmt() |
Gets the value of the amt property.
|
TaxAmountType1Choice |
getTp() |
Gets the value of the tp property.
|
void |
setAmt(ActiveOrHistoricCurrencyAndAmount value) |
Sets the value of the amt property.
|
void |
setTp(TaxAmountType1Choice value) |
Sets the value of the tp property.
|
protected TaxAmountType1Choice tp
protected ActiveOrHistoricCurrencyAndAmount amt
public TaxAmountType1Choice getTp()
TaxAmountType1Choice
public void setTp(TaxAmountType1Choice value)
value
- allowed object is
TaxAmountType1Choice
public ActiveOrHistoricCurrencyAndAmount getAmt()
ActiveOrHistoricCurrencyAndAmount
public void setAmt(ActiveOrHistoricCurrencyAndAmount value)
value
- allowed object is
ActiveOrHistoricCurrencyAndAmount
Copyright © 2018. All rights reserved.