public class TaxInformation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
isExemptFromBackupWithholding |
protected LegalName |
legalName |
protected java.util.List<TaxID> |
taxID |
| Constructor and Description |
|---|
TaxInformation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIsExemptFromBackupWithholding()
Gets the value of the isExemptFromBackupWithholding property.
|
LegalName |
getLegalName()
Gets the value of the legalName property.
|
java.util.List<TaxID> |
getTaxID()
Gets the value of the taxID property.
|
void |
setIsExemptFromBackupWithholding(java.lang.String value)
Sets the value of the isExemptFromBackupWithholding property.
|
void |
setLegalName(LegalName value)
Sets the value of the legalName property.
|
protected java.lang.String isExemptFromBackupWithholding
protected LegalName legalName
protected java.util.List<TaxID> taxID
public java.lang.String getIsExemptFromBackupWithholding()
Stringpublic void setIsExemptFromBackupWithholding(java.lang.String value)
value - allowed object is
Stringpublic LegalName getLegalName()
LegalNamepublic void setLegalName(LegalName value)
value - allowed object is
LegalNamepublic java.util.List<TaxID> getTaxID()
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
Copyright © 2018 SAP SE. All Rights Reserved.