public class TaxIdDetailsType
extends java.lang.Object
<?xml version="1.0" encoding="UTF-8"?><br xmlns="http://www.w3.org/2001/XMLSchema" xmlns:cc="urn:ebay:apis:CoreComponentTypes" xmlns:ed="urn:ebay:apis:EnhancedDataTypes" xmlns:ns="urn:ebay:apis:eBLBaseComponents" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>Optional.
<?xml version="1.0" encoding="UTF-8"?><br xmlns="http://www.w3.org/2001/XMLSchema" xmlns:cc="urn:ebay:apis:CoreComponentTypes" xmlns:ed="urn:ebay:apis:EnhancedDataTypes" xmlns:ns="urn:ebay:apis:eBLBaseComponents" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
Java class for TaxIdDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxIdDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TaxIdType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TaxId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
taxId |
protected java.lang.String |
taxIdType |
| Constructor and Description |
|---|
TaxIdDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTaxId()
Gets the value of the taxId property.
|
java.lang.String |
getTaxIdType()
Gets the value of the taxIdType property.
|
void |
setTaxId(java.lang.String value)
Sets the value of the taxId property.
|
void |
setTaxIdType(java.lang.String value)
Sets the value of the taxIdType property.
|
public java.lang.String getTaxIdType()
Stringpublic void setTaxIdType(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getTaxId()
Stringpublic void setTaxId(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.