Class TaxInformation7

java.lang.Object
org.coderic.iso20022.messages.camt.TaxInformation7

public class TaxInformation7 extends 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.111.001.01}TaxParty1" minOccurs="0"/>
         <element name="Dbtr" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}TaxParty2" minOccurs="0"/>
         <element name="UltmtDbtr" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}TaxParty2" minOccurs="0"/>
         <element name="AdmstnZone" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text" minOccurs="0"/>
         <element name="RefNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max140Text" minOccurs="0"/>
         <element name="Mtd" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text" minOccurs="0"/>
         <element name="TtlTaxblBaseAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
         <element name="TtlTaxAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
         <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ISODate" minOccurs="0"/>
         <element name="SeqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Number" minOccurs="0"/>
         <element name="Rcrd" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}TaxRecord2" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details Link icon

    • TaxInformation7 Link icon

      public TaxInformation7()
  • Method Details Link icon

    • getCdtr Link icon

      public TaxParty1 getCdtr()
      Gets the value of the cdtr property.
      Returns:
      possible object is TaxParty1
    • setCdtr Link icon

      public void setCdtr(TaxParty1 value)
      Sets the value of the cdtr property.
      Parameters:
      value - allowed object is TaxParty1
    • getDbtr Link icon

      public TaxParty2 getDbtr()
      Gets the value of the dbtr property.
      Returns:
      possible object is TaxParty2
    • setDbtr Link icon

      public void setDbtr(TaxParty2 value)
      Sets the value of the dbtr property.
      Parameters:
      value - allowed object is TaxParty2
    • getUltmtDbtr Link icon

      public TaxParty2 getUltmtDbtr()
      Gets the value of the ultmtDbtr property.
      Returns:
      possible object is TaxParty2
    • setUltmtDbtr Link icon

      public void setUltmtDbtr(TaxParty2 value)
      Sets the value of the ultmtDbtr property.
      Parameters:
      value - allowed object is TaxParty2
    • getAdmstnZone Link icon

      public String getAdmstnZone()
      Gets the value of the admstnZone property.
      Returns:
      possible object is String
    • setAdmstnZone Link icon

      public void setAdmstnZone(String value)
      Sets the value of the admstnZone property.
      Parameters:
      value - allowed object is String
    • getRefNb Link icon

      public String getRefNb()
      Gets the value of the refNb property.
      Returns:
      possible object is String
    • setRefNb Link icon

      public void setRefNb(String value)
      Sets the value of the refNb property.
      Parameters:
      value - allowed object is String
    • getMtd Link icon

      public String getMtd()
      Gets the value of the mtd property.
      Returns:
      possible object is String
    • setMtd Link icon

      public void setMtd(String value)
      Sets the value of the mtd property.
      Parameters:
      value - allowed object is String
    • getTtlTaxblBaseAmt Link icon

      public ActiveOrHistoricCurrencyAndAmount getTtlTaxblBaseAmt()
      Gets the value of the ttlTaxblBaseAmt property.
      Returns:
      possible object is ActiveOrHistoricCurrencyAndAmount
    • setTtlTaxblBaseAmt Link icon

      public void setTtlTaxblBaseAmt(ActiveOrHistoricCurrencyAndAmount value)
      Sets the value of the ttlTaxblBaseAmt property.
      Parameters:
      value - allowed object is ActiveOrHistoricCurrencyAndAmount
    • getTtlTaxAmt Link icon

      public ActiveOrHistoricCurrencyAndAmount getTtlTaxAmt()
      Gets the value of the ttlTaxAmt property.
      Returns:
      possible object is ActiveOrHistoricCurrencyAndAmount
    • setTtlTaxAmt Link icon

      public void setTtlTaxAmt(ActiveOrHistoricCurrencyAndAmount value)
      Sets the value of the ttlTaxAmt property.
      Parameters:
      value - allowed object is ActiveOrHistoricCurrencyAndAmount
    • getDt Link icon

      public XMLGregorianCalendar getDt()
      Gets the value of the dt property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDt Link icon

      public void setDt(XMLGregorianCalendar value)
      Sets the value of the dt property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getSeqNb Link icon

      public BigDecimal getSeqNb()
      Gets the value of the seqNb property.
      Returns:
      possible object is BigDecimal
    • setSeqNb Link icon

      public void setSeqNb(BigDecimal value)
      Sets the value of the seqNb property.
      Parameters:
      value - allowed object is BigDecimal
    • getRcrd Link icon

      public List<TaxRecord2> 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 Jakarta XML Binding 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