public class TaxInformation7
extends java.lang.Object
Java class for TaxInformation7 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxInformation7"> <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.07}TaxParty1" minOccurs="0"/> <element name="Dbtr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}TaxParty2" minOccurs="0"/> <element name="UltmtDbtr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}TaxParty2" minOccurs="0"/> <element name="AdmstnZone" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/> <element name="RefNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max140Text" minOccurs="0"/> <element name="Mtd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/> <element name="TtlTaxblBaseAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> <element name="TtlTaxAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ISODate" minOccurs="0"/> <element name="SeqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Number" minOccurs="0"/> <element name="Rcrd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}TaxRecord2" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected java.lang.String |
admstnZone |
|
protected TaxParty1 |
cdtr |
|
protected TaxParty2 |
dbtr |
|
protected javax.xml.datatype.XMLGregorianCalendar |
dt |
|
protected java.lang.String |
mtd |
|
protected java.util.List<TaxRecord2> |
rcrd |
|
protected java.lang.String |
refNb |
|
protected java.math.BigDecimal |
seqNb |
|
protected ActiveOrHistoricCurrencyAndAmount |
ttlTaxAmt |
|
protected ActiveOrHistoricCurrencyAndAmount |
ttlTaxblBaseAmt |
|
protected TaxParty2 |
ultmtDbtr |
Constructor | Description |
---|---|
TaxInformation7() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getAdmstnZone() |
Gets the value of the admstnZone 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<TaxRecord2> |
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.
|
TaxParty2 |
getUltmtDbtr() |
Gets the value of the ultmtDbtr property.
|
void |
setAdmstnZone(java.lang.String value) |
Sets the value of the admstnZone 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.
|
void |
setUltmtDbtr(TaxParty2 value) |
Sets the value of the ultmtDbtr property.
|
protected TaxParty1 cdtr
protected TaxParty2 dbtr
protected TaxParty2 ultmtDbtr
protected java.lang.String admstnZone
protected java.lang.String refNb
protected java.lang.String mtd
protected ActiveOrHistoricCurrencyAndAmount ttlTaxblBaseAmt
protected ActiveOrHistoricCurrencyAndAmount ttlTaxAmt
protected javax.xml.datatype.XMLGregorianCalendar dt
protected java.math.BigDecimal seqNb
protected java.util.List<TaxRecord2> rcrd
public TaxParty1 getCdtr()
TaxParty1
public void setCdtr(TaxParty1 value)
value
- allowed object is
TaxParty1
public TaxParty2 getDbtr()
TaxParty2
public void setDbtr(TaxParty2 value)
value
- allowed object is
TaxParty2
public TaxParty2 getUltmtDbtr()
TaxParty2
public void setUltmtDbtr(TaxParty2 value)
value
- allowed object is
TaxParty2
public java.lang.String getAdmstnZone()
String
public void setAdmstnZone(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRefNb()
String
public void setRefNb(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMtd()
String
public void setMtd(java.lang.String value)
value
- allowed object is
String
public ActiveOrHistoricCurrencyAndAmount getTtlTaxblBaseAmt()
ActiveOrHistoricCurrencyAndAmount
public void setTtlTaxblBaseAmt(ActiveOrHistoricCurrencyAndAmount value)
value
- allowed object is
ActiveOrHistoricCurrencyAndAmount
public ActiveOrHistoricCurrencyAndAmount getTtlTaxAmt()
ActiveOrHistoricCurrencyAndAmount
public void setTtlTaxAmt(ActiveOrHistoricCurrencyAndAmount value)
value
- allowed object is
ActiveOrHistoricCurrencyAndAmount
public javax.xml.datatype.XMLGregorianCalendar getDt()
XMLGregorianCalendar
public void setDt(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.math.BigDecimal getSeqNb()
BigDecimal
public void setSeqNb(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.util.List<TaxRecord2> getRcrd()
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
TaxRecord2
Copyright © 2018. All rights reserved.