Package org.cxml
Class TaxInformation
java.lang.Object
org.cxml.TaxInformation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the isExemptFromBackupWithholding property.Gets the value of the legalName property.getTaxID()Gets the value of the taxID property.voidSets the value of the isExemptFromBackupWithholding property.voidsetLegalName(LegalName value) Sets the value of the legalName property.
-
Field Details
-
isExemptFromBackupWithholding
-
legalName
-
taxID
-
-
Constructor Details
-
TaxInformation
public TaxInformation()
-
-
Method Details
-
getIsExemptFromBackupWithholding
Gets the value of the isExemptFromBackupWithholding property.- Returns:
- possible object is
String
-
setIsExemptFromBackupWithholding
Sets the value of the isExemptFromBackupWithholding property.- Parameters:
value- allowed object isString
-
getLegalName
Gets the value of the legalName property.- Returns:
- possible object is
LegalName
-
setLegalName
Sets the value of the legalName property.- Parameters:
value- allowed object isLegalName
-
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
-