Package org.cxml
Class TaxInformation
- java.lang.Object
-
- org.cxml.TaxInformation
-
public class TaxInformation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringisExemptFromBackupWithholdingprotected LegalNamelegalNameprotected java.util.List<TaxID>taxID
-
Constructor Summary
Constructors Constructor Description TaxInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetIsExemptFromBackupWithholding()Gets the value of the isExemptFromBackupWithholding property.LegalNamegetLegalName()Gets the value of the legalName property.java.util.List<TaxID>getTaxID()Gets the value of the taxID property.voidsetIsExemptFromBackupWithholding(java.lang.String value)Sets the value of the isExemptFromBackupWithholding property.voidsetLegalName(LegalName value)Sets the value of the legalName property.
-
-
-
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 isString
-
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 isLegalName
-
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
setmethod 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
-
-