Class TaxInformation3
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_06.TaxInformation3
-
public class TaxInformation3 extends java.lang.Object
Java class for TaxInformation3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxInformation3"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Cdtr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}TaxParty1" minOccurs="0"/> <element name="Dbtr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}TaxParty2" minOccurs="0"/> <element name="AdmstnZn" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/> <element name="RefNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max140Text" minOccurs="0"/> <element name="Mtd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/> <element name="TtlTaxblBaseAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> <element name="TtlTaxAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ISODate" minOccurs="0"/> <element name="SeqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Number" minOccurs="0"/> <element name="Rcrd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}TaxRecord1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
admstnZn
protected TaxParty1
cdtr
protected TaxParty2
dbtr
protected javax.xml.datatype.XMLGregorianCalendar
dt
protected java.lang.String
mtd
protected java.util.List<TaxRecord1>
rcrd
protected java.lang.String
refNb
protected java.math.BigDecimal
seqNb
protected ActiveOrHistoricCurrencyAndAmount
ttlTaxAmt
protected ActiveOrHistoricCurrencyAndAmount
ttlTaxblBaseAmt
-
Constructor Summary
Constructors Constructor Description TaxInformation3()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAdmstnZn()
Gets the value of the admstnZn property.TaxParty1
getCdtr()
Gets the value of the cdtr property.TaxParty2
getDbtr()
Gets the value of the dbtr property.javax.xml.datatype.XMLGregorianCalendar
getDt()
Gets the value of the dt property.java.lang.String
getMtd()
Gets the value of the mtd property.java.util.List<TaxRecord1>
getRcrd()
Gets the value of the rcrd property.java.lang.String
getRefNb()
Gets the value of the refNb property.java.math.BigDecimal
getSeqNb()
Gets the value of the seqNb property.ActiveOrHistoricCurrencyAndAmount
getTtlTaxAmt()
Gets the value of the ttlTaxAmt property.ActiveOrHistoricCurrencyAndAmount
getTtlTaxblBaseAmt()
Gets the value of the ttlTaxblBaseAmt property.void
setAdmstnZn(java.lang.String value)
Sets the value of the admstnZn property.void
setCdtr(TaxParty1 value)
Sets the value of the cdtr property.void
setDbtr(TaxParty2 value)
Sets the value of the dbtr property.void
setDt(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dt property.void
setMtd(java.lang.String value)
Sets the value of the mtd property.void
setRefNb(java.lang.String value)
Sets the value of the refNb property.void
setSeqNb(java.math.BigDecimal value)
Sets the value of the seqNb property.void
setTtlTaxAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the ttlTaxAmt property.void
setTtlTaxblBaseAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the ttlTaxblBaseAmt property.
-
-
-
Field Detail
-
cdtr
protected TaxParty1 cdtr
-
dbtr
protected TaxParty2 dbtr
-
admstnZn
protected java.lang.String admstnZn
-
refNb
protected java.lang.String refNb
-
mtd
protected java.lang.String mtd
-
ttlTaxblBaseAmt
protected ActiveOrHistoricCurrencyAndAmount ttlTaxblBaseAmt
-
ttlTaxAmt
protected ActiveOrHistoricCurrencyAndAmount ttlTaxAmt
-
dt
protected javax.xml.datatype.XMLGregorianCalendar dt
-
seqNb
protected java.math.BigDecimal seqNb
-
rcrd
protected java.util.List<TaxRecord1> rcrd
-
-
Method Detail
-
getCdtr
public TaxParty1 getCdtr()
Gets the value of the cdtr property.- Returns:
- possible object is
TaxParty1
-
setCdtr
public void setCdtr(TaxParty1 value)
Sets the value of the cdtr property.- Parameters:
value
- allowed object isTaxParty1
-
getDbtr
public TaxParty2 getDbtr()
Gets the value of the dbtr property.- Returns:
- possible object is
TaxParty2
-
setDbtr
public void setDbtr(TaxParty2 value)
Sets the value of the dbtr property.- Parameters:
value
- allowed object isTaxParty2
-
getAdmstnZn
public java.lang.String getAdmstnZn()
Gets the value of the admstnZn property.- Returns:
- possible object is
String
-
setAdmstnZn
public void setAdmstnZn(java.lang.String value)
Sets the value of the admstnZn property.- Parameters:
value
- allowed object isString
-
getRefNb
public java.lang.String getRefNb()
Gets the value of the refNb property.- Returns:
- possible object is
String
-
setRefNb
public void setRefNb(java.lang.String value)
Sets the value of the refNb property.- Parameters:
value
- allowed object isString
-
getMtd
public java.lang.String getMtd()
Gets the value of the mtd property.- Returns:
- possible object is
String
-
setMtd
public void setMtd(java.lang.String value)
Sets the value of the mtd property.- Parameters:
value
- allowed object isString
-
getTtlTaxblBaseAmt
public ActiveOrHistoricCurrencyAndAmount getTtlTaxblBaseAmt()
Gets the value of the ttlTaxblBaseAmt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setTtlTaxblBaseAmt
public void setTtlTaxblBaseAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the ttlTaxblBaseAmt property.- Parameters:
value
- allowed object isActiveOrHistoricCurrencyAndAmount
-
getTtlTaxAmt
public ActiveOrHistoricCurrencyAndAmount getTtlTaxAmt()
Gets the value of the ttlTaxAmt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setTtlTaxAmt
public void setTtlTaxAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the ttlTaxAmt property.- Parameters:
value
- allowed object isActiveOrHistoricCurrencyAndAmount
-
getDt
public javax.xml.datatype.XMLGregorianCalendar getDt()
Gets the value of the dt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDt
public void setDt(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getSeqNb
public java.math.BigDecimal getSeqNb()
Gets the value of the seqNb property.- Returns:
- possible object is
BigDecimal
-
setSeqNb
public void setSeqNb(java.math.BigDecimal value)
Sets the value of the seqNb property.- Parameters:
value
- allowed object isBigDecimal
-
getRcrd
public java.util.List<TaxRecord1> getRcrd()
Gets the value of the rcrd property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the rcrd property.For example, to add a new item, do as follows:
getRcrd().add(newItem);
Objects of the following type(s) are allowed in the list
TaxRecord1
-
-