| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.BusinessInfoType |
BusinessInfoType
Java class for BusinessInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BusinessInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Type" type="{urn:ebay:apis:eBLBaseComponents}BusinessTypeType" minOccurs="0"/>
<element name="Name" type="{urn:ebay:apis:eBLBaseComponents}NameType" minOccurs="0"/>
<element name="Address" type="{urn:ebay:apis:eBLBaseComponents}AddressType" minOccurs="0"/>
<element name="WorkPhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Category" type="{urn:ebay:apis:eBLBaseComponents}BusinessCategoryType" minOccurs="0"/>
<element name="SubCategory" type="{urn:ebay:apis:eBLBaseComponents}BusinessSubCategoryType" minOccurs="0"/>
<element name="AveragePrice" type="{urn:ebay:apis:eBLBaseComponents}AverageTransactionPriceType" minOccurs="0"/>
<element name="AverageMonthlyVolume" type="{urn:ebay:apis:eBLBaseComponents}AverageMonthlyVolumeType" minOccurs="0"/>
<element name="SalesVenue" type="{urn:ebay:apis:eBLBaseComponents}SalesVenueType" minOccurs="0"/>
<element name="Website" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RevenueFromOnlineSales" type="{urn:ebay:apis:eBLBaseComponents}PercentageRevenueFromOnlineSalesType" minOccurs="0"/>
<element name="BusinessEstablished" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="CustomerServiceEmail" type="{urn:ebay:apis:eBLBaseComponents}EmailAddressType" minOccurs="0"/>
<element name="CustomerServicePhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| address | |||||||||||
| averageMonthlyVolume | |||||||||||
| averagePrice | |||||||||||
| businessEstablished | |||||||||||
| category | |||||||||||
| customerServiceEmail | |||||||||||
| customerServicePhone | |||||||||||
| name | |||||||||||
| revenueFromOnlineSales | |||||||||||
| salesVenue | |||||||||||
| subCategory | |||||||||||
| type | |||||||||||
| website | |||||||||||
| workPhone | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the address property.
| |||||||||||
Gets the value of the averageMonthlyVolume property.
| |||||||||||
Gets the value of the averagePrice property.
| |||||||||||
Gets the value of the businessEstablished property.
| |||||||||||
Gets the value of the category property.
| |||||||||||
Gets the value of the customerServiceEmail property.
| |||||||||||
Gets the value of the customerServicePhone property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the revenueFromOnlineSales property.
| |||||||||||
Gets the value of the salesVenue property.
| |||||||||||
Gets the value of the subCategory property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Gets the value of the website property.
| |||||||||||
Gets the value of the workPhone property.
| |||||||||||
Sets the value of the address property.
| |||||||||||
Sets the value of the averageMonthlyVolume property.
| |||||||||||
Sets the value of the averagePrice property.
| |||||||||||
Sets the value of the businessEstablished property.
| |||||||||||
Sets the value of the category property.
| |||||||||||
Sets the value of the customerServiceEmail property.
| |||||||||||
Sets the value of the customerServicePhone property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the revenueFromOnlineSales property.
| |||||||||||
Sets the value of the salesVenue property.
| |||||||||||
Sets the value of the subCategory property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
Sets the value of the website property.
| |||||||||||
Sets the value of the workPhone property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the address property.
AddressType
Gets the value of the averageMonthlyVolume property.
AverageMonthlyVolumeType
Gets the value of the averagePrice property.
AverageTransactionPriceType
Gets the value of the businessEstablished property.
Gets the value of the category property.
BusinessCategoryType
Gets the value of the customerServiceEmail property.
Gets the value of the customerServicePhone property.
Gets the value of the name property.
Gets the value of the revenueFromOnlineSales property.
PercentageRevenueFromOnlineSalesType
Gets the value of the salesVenue property.
SalesVenueType
Gets the value of the subCategory property.
Gets the value of the type property.
BusinessTypeType
Gets the value of the website property.
Gets the value of the workPhone property.
Sets the value of the address property.
| value | Allowed object is
AddressType
|
|---|
Sets the value of the averageMonthlyVolume property.
| value | Allowed object is
AverageMonthlyVolumeType
|
|---|
Sets the value of the averagePrice property.
| value | Allowed object is
AverageTransactionPriceType
|
|---|
Sets the value of the businessEstablished property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the category property.
| value | Allowed object is
BusinessCategoryType
|
|---|
Sets the value of the customerServiceEmail property.
| value | Allowed object is String |
|---|
Sets the value of the customerServicePhone property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the revenueFromOnlineSales property.
| value | Allowed object is
PercentageRevenueFromOnlineSalesType
|
|---|
Sets the value of the salesVenue property.
| value | Allowed object is
SalesVenueType
|
|---|
Sets the value of the subCategory property.
| value | Allowed object is String |
|---|
Sets the value of the type property.
| value | Allowed object is
BusinessTypeType
|
|---|
Sets the value of the website property.
| value | Allowed object is String |
|---|
Sets the value of the workPhone property.
| value | Allowed object is String |
|---|