public class BusinessInfoType
extends java.lang.Object
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>
 | Modifier and Type | Field and Description | 
|---|---|
protected AddressType | 
address  | 
protected AverageMonthlyVolumeType | 
averageMonthlyVolume  | 
protected AverageTransactionPriceType | 
averagePrice  | 
protected javax.xml.datatype.XMLGregorianCalendar | 
businessEstablished  | 
protected BusinessCategoryType | 
category  | 
protected java.lang.String | 
customerServiceEmail  | 
protected java.lang.String | 
customerServicePhone  | 
protected java.lang.String | 
name  | 
protected PercentageRevenueFromOnlineSalesType | 
revenueFromOnlineSales  | 
protected SalesVenueType | 
salesVenue  | 
protected java.lang.String | 
subCategory  | 
protected BusinessTypeType | 
type  | 
protected java.lang.String | 
website  | 
protected java.lang.String | 
workPhone  | 
| Constructor and Description | 
|---|
BusinessInfoType()  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
javax.xml.datatype.XMLGregorianCalendar | 
getBusinessEstablished()
Gets the value of the businessEstablished property. 
 | 
BusinessCategoryType | 
getCategory()
Gets the value of the category property. 
 | 
java.lang.String | 
getCustomerServiceEmail()
Gets the value of the customerServiceEmail property. 
 | 
java.lang.String | 
getCustomerServicePhone()
Gets the value of the customerServicePhone property. 
 | 
java.lang.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. 
 | 
java.lang.String | 
getSubCategory()
Gets the value of the subCategory property. 
 | 
BusinessTypeType | 
getType()
Gets the value of the type property. 
 | 
java.lang.String | 
getWebsite()
Gets the value of the website property. 
 | 
java.lang.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(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the businessEstablished property. 
 | 
void | 
setCategory(BusinessCategoryType value)
Sets the value of the category property. 
 | 
void | 
setCustomerServiceEmail(java.lang.String value)
Sets the value of the customerServiceEmail property. 
 | 
void | 
setCustomerServicePhone(java.lang.String value)
Sets the value of the customerServicePhone property. 
 | 
void | 
setName(java.lang.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(java.lang.String value)
Sets the value of the subCategory property. 
 | 
void | 
setType(BusinessTypeType value)
Sets the value of the type property. 
 | 
void | 
setWebsite(java.lang.String value)
Sets the value of the website property. 
 | 
void | 
setWorkPhone(java.lang.String value)
Sets the value of the workPhone property. 
 | 
protected BusinessTypeType type
protected java.lang.String name
protected AddressType address
protected java.lang.String workPhone
protected BusinessCategoryType category
protected java.lang.String subCategory
protected AverageTransactionPriceType averagePrice
protected AverageMonthlyVolumeType averageMonthlyVolume
protected SalesVenueType salesVenue
protected java.lang.String website
protected PercentageRevenueFromOnlineSalesType revenueFromOnlineSales
protected javax.xml.datatype.XMLGregorianCalendar businessEstablished
protected java.lang.String customerServiceEmail
protected java.lang.String customerServicePhone
public BusinessTypeType getType()
BusinessTypeTypepublic void setType(BusinessTypeType value)
value - the value
     allowed object is
     BusinessTypeTypepublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - the value
     allowed object is
     Stringpublic AddressType getAddress()
AddressTypepublic void setAddress(AddressType value)
value - the value
     allowed object is
     AddressTypepublic java.lang.String getWorkPhone()
Stringpublic void setWorkPhone(java.lang.String value)
value - the value
     allowed object is
     Stringpublic BusinessCategoryType getCategory()
BusinessCategoryTypepublic void setCategory(BusinessCategoryType value)
value - the value
     allowed object is
     BusinessCategoryTypepublic java.lang.String getSubCategory()
Stringpublic void setSubCategory(java.lang.String value)
value - the value
     allowed object is
     Stringpublic AverageTransactionPriceType getAveragePrice()
AverageTransactionPriceTypepublic void setAveragePrice(AverageTransactionPriceType value)
value - the value
     allowed object is
     AverageTransactionPriceTypepublic AverageMonthlyVolumeType getAverageMonthlyVolume()
AverageMonthlyVolumeTypepublic void setAverageMonthlyVolume(AverageMonthlyVolumeType value)
value - the value
     allowed object is
     AverageMonthlyVolumeTypepublic SalesVenueType getSalesVenue()
SalesVenueTypepublic void setSalesVenue(SalesVenueType value)
value - the value
     allowed object is
     SalesVenueTypepublic java.lang.String getWebsite()
Stringpublic void setWebsite(java.lang.String value)
value - the value
     allowed object is
     Stringpublic PercentageRevenueFromOnlineSalesType getRevenueFromOnlineSales()
PercentageRevenueFromOnlineSalesTypepublic void setRevenueFromOnlineSales(PercentageRevenueFromOnlineSalesType value)
value - the value
     allowed object is
     PercentageRevenueFromOnlineSalesTypepublic javax.xml.datatype.XMLGregorianCalendar getBusinessEstablished()
XMLGregorianCalendarpublic void setBusinessEstablished(javax.xml.datatype.XMLGregorianCalendar value)
value - the value
     allowed object is
     XMLGregorianCalendarpublic java.lang.String getCustomerServiceEmail()
Stringpublic void setCustomerServiceEmail(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getCustomerServicePhone()
Stringpublic void setCustomerServicePhone(java.lang.String value)
value - the value
     allowed object is
     StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.