Package org.cxml

Class TaxInformation

java.lang.Object
org.cxml.TaxInformation

public class TaxInformation extends Object
  • Field Details

    • isExemptFromBackupWithholding

      protected String isExemptFromBackupWithholding
    • legalName

      protected LegalName legalName
    • taxID

      protected List<TaxID> taxID
  • Constructor Details

    • TaxInformation

      public TaxInformation()
  • Method Details

    • getIsExemptFromBackupWithholding

      public String getIsExemptFromBackupWithholding()
      Gets the value of the isExemptFromBackupWithholding property.
      Returns:
      possible object is String
    • setIsExemptFromBackupWithholding

      public void setIsExemptFromBackupWithholding(String value)
      Sets the value of the isExemptFromBackupWithholding property.
      Parameters:
      value - allowed object is String
    • getLegalName

      public LegalName getLegalName()
      Gets the value of the legalName property.
      Returns:
      possible object is LegalName
    • setLegalName

      public void setLegalName(LegalName value)
      Sets the value of the legalName property.
      Parameters:
      value - allowed object is LegalName
    • getTaxID

      public List<TaxID> getTaxID()
      Gets the value of the taxID 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 taxID property.

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

          getTaxID().add(newItem);
       

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