Package org.cxml

Class TaxInformation


  • public class TaxInformation
    extends java.lang.Object
    • Field Detail

      • isExemptFromBackupWithholding

        protected java.lang.String isExemptFromBackupWithholding
      • taxID

        protected java.util.List<TaxID> taxID
    • Constructor Detail

      • TaxInformation

        public TaxInformation()
    • Method Detail

      • getIsExemptFromBackupWithholding

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

        public void setIsExemptFromBackupWithholding​(java.lang.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 java.util.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