public class

BusinessInfoType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.BusinessInfoType

Class Overview

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>
 

Summary

Fields
protected AddressType address
protected AverageMonthlyVolumeType averageMonthlyVolume
protected AverageTransactionPriceType averagePrice
protected XMLGregorianCalendar businessEstablished
protected BusinessCategoryType category
protected String customerServiceEmail
protected String customerServicePhone
protected String name
protected PercentageRevenueFromOnlineSalesType revenueFromOnlineSales
protected SalesVenueType salesVenue
protected String subCategory
protected BusinessTypeType type
protected String website
protected String workPhone
Public Constructors
BusinessInfoType()
Public Methods
AddressType getAddress()
Gets the value of the address property.
AverageMonthlyVolumeType getAverageMonthlyVolume()
Gets the value of the averageMonthlyVolume property.
AverageTransactionPriceType getAveragePrice()
Gets the value of the averagePrice property.
XMLGregorianCalendar getBusinessEstablished()
Gets the value of the businessEstablished property.
BusinessCategoryType getCategory()
Gets the value of the category property.
String getCustomerServiceEmail()
Gets the value of the customerServiceEmail property.
String getCustomerServicePhone()
Gets the value of the customerServicePhone property.
String getName()
Gets the value of the name property.
PercentageRevenueFromOnlineSalesType getRevenueFromOnlineSales()
Gets the value of the revenueFromOnlineSales property.
SalesVenueType getSalesVenue()
Gets the value of the salesVenue property.
String getSubCategory()
Gets the value of the subCategory property.
BusinessTypeType getType()
Gets the value of the type property.
String getWebsite()
Gets the value of the website property.
String getWorkPhone()
Gets the value of the workPhone property.
void setAddress(AddressType value)
Sets the value of the address property.
void setAverageMonthlyVolume(AverageMonthlyVolumeType value)
Sets the value of the averageMonthlyVolume property.
void setAveragePrice(AverageTransactionPriceType value)
Sets the value of the averagePrice property.
void setBusinessEstablished(XMLGregorianCalendar value)
Sets the value of the businessEstablished property.
void setCategory(BusinessCategoryType value)
Sets the value of the category property.
void setCustomerServiceEmail(String value)
Sets the value of the customerServiceEmail property.
void setCustomerServicePhone(String value)
Sets the value of the customerServicePhone property.
void setName(String value)
Sets the value of the name property.
void setRevenueFromOnlineSales(PercentageRevenueFromOnlineSalesType value)
Sets the value of the revenueFromOnlineSales property.
void setSalesVenue(SalesVenueType value)
Sets the value of the salesVenue property.
void setSubCategory(String value)
Sets the value of the subCategory property.
void setType(BusinessTypeType value)
Sets the value of the type property.
void setWebsite(String value)
Sets the value of the website property.
void setWorkPhone(String value)
Sets the value of the workPhone property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AddressType address

protected AverageMonthlyVolumeType averageMonthlyVolume

protected AverageTransactionPriceType averagePrice

protected XMLGregorianCalendar businessEstablished

protected BusinessCategoryType category

protected String customerServiceEmail

protected String customerServicePhone

protected String name

protected PercentageRevenueFromOnlineSalesType revenueFromOnlineSales

protected SalesVenueType salesVenue

protected String subCategory

protected BusinessTypeType type

protected String website

protected String workPhone

Public Constructors

public BusinessInfoType ()

Public Methods

public AddressType getAddress ()

Gets the value of the address property.

Returns

public AverageMonthlyVolumeType getAverageMonthlyVolume ()

Gets the value of the averageMonthlyVolume property.

Returns

public AverageTransactionPriceType getAveragePrice ()

Gets the value of the averagePrice property.

Returns

public XMLGregorianCalendar getBusinessEstablished ()

Gets the value of the businessEstablished property.

Returns
  • possible object is XMLGregorianCalendar

public BusinessCategoryType getCategory ()

Gets the value of the category property.

Returns

public String getCustomerServiceEmail ()

Gets the value of the customerServiceEmail property.

Returns
  • possible object is String

public String getCustomerServicePhone ()

Gets the value of the customerServicePhone property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public PercentageRevenueFromOnlineSalesType getRevenueFromOnlineSales ()

Gets the value of the revenueFromOnlineSales property.

Returns

public SalesVenueType getSalesVenue ()

Gets the value of the salesVenue property.

Returns

public String getSubCategory ()

Gets the value of the subCategory property.

Returns
  • possible object is String

public BusinessTypeType getType ()

Gets the value of the type property.

Returns

public String getWebsite ()

Gets the value of the website property.

Returns
  • possible object is String

public String getWorkPhone ()

Gets the value of the workPhone property.

Returns
  • possible object is String

public void setAddress (AddressType value)

Sets the value of the address property.

Parameters
value Allowed object is AddressType

public void setAverageMonthlyVolume (AverageMonthlyVolumeType value)

Sets the value of the averageMonthlyVolume property.

Parameters
value Allowed object is AverageMonthlyVolumeType

public void setAveragePrice (AverageTransactionPriceType value)

Sets the value of the averagePrice property.

Parameters
value Allowed object is AverageTransactionPriceType

public void setBusinessEstablished (XMLGregorianCalendar value)

Sets the value of the businessEstablished property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCategory (BusinessCategoryType value)

Sets the value of the category property.

Parameters
value Allowed object is BusinessCategoryType

public void setCustomerServiceEmail (String value)

Sets the value of the customerServiceEmail property.

Parameters
value Allowed object is String

public void setCustomerServicePhone (String value)

Sets the value of the customerServicePhone property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setRevenueFromOnlineSales (PercentageRevenueFromOnlineSalesType value)

Sets the value of the revenueFromOnlineSales property.

Parameters
value Allowed object is PercentageRevenueFromOnlineSalesType

public void setSalesVenue (SalesVenueType value)

Sets the value of the salesVenue property.

Parameters
value Allowed object is SalesVenueType

public void setSubCategory (String value)

Sets the value of the subCategory property.

Parameters
value Allowed object is String

public void setType (BusinessTypeType value)

Sets the value of the type property.

Parameters
value Allowed object is BusinessTypeType

public void setWebsite (String value)

Sets the value of the website property.

Parameters
value Allowed object is String

public void setWorkPhone (String value)

Sets the value of the workPhone property.

Parameters
value Allowed object is String