Class TaxParty3

java.lang.Object
org.coderic.iso20022.messages.tsin.TaxParty3

public class TaxParty3 extends Object

Java class for TaxParty3 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TaxParty3">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TaxId" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text" minOccurs="0"/>
         <element name="TaxTp" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text" minOccurs="0"/>
         <element name="RegnId" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text" minOccurs="0"/>
         <element name="TaxXmptnRsn" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}TaxExemptionReasonFormatChoice" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • TaxParty3

      public TaxParty3()
  • Method Details

    • getTaxId

      public String getTaxId()
      Gets the value of the taxId property.
      Returns:
      possible object is String
    • setTaxId

      public void setTaxId(String value)
      Sets the value of the taxId property.
      Parameters:
      value - allowed object is String
    • getTaxTp

      public String getTaxTp()
      Gets the value of the taxTp property.
      Returns:
      possible object is String
    • setTaxTp

      public void setTaxTp(String value)
      Sets the value of the taxTp property.
      Parameters:
      value - allowed object is String
    • getRegnId

      public String getRegnId()
      Gets the value of the regnId property.
      Returns:
      possible object is String
    • setRegnId

      public void setRegnId(String value)
      Sets the value of the regnId property.
      Parameters:
      value - allowed object is String
    • getTaxXmptnRsn

      public List<TaxExemptionReasonFormatChoice> getTaxXmptnRsn()
      Gets the value of the taxXmptnRsn 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 taxXmptnRsn property.

      For example, to add a new item, do as follows:

          getTaxXmptnRsn().add(newItem);
       

      Objects of the following type(s) are allowed in the list TaxExemptionReasonFormatChoice