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()
BusinessTypeType
public void setType(BusinessTypeType value)
value
- the value
allowed object is
BusinessTypeType
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- the value
allowed object is
String
public AddressType getAddress()
AddressType
public void setAddress(AddressType value)
value
- the value
allowed object is
AddressType
public java.lang.String getWorkPhone()
String
public void setWorkPhone(java.lang.String value)
value
- the value
allowed object is
String
public BusinessCategoryType getCategory()
BusinessCategoryType
public void setCategory(BusinessCategoryType value)
value
- the value
allowed object is
BusinessCategoryType
public java.lang.String getSubCategory()
String
public void setSubCategory(java.lang.String value)
value
- the value
allowed object is
String
public AverageTransactionPriceType getAveragePrice()
AverageTransactionPriceType
public void setAveragePrice(AverageTransactionPriceType value)
value
- the value
allowed object is
AverageTransactionPriceType
public AverageMonthlyVolumeType getAverageMonthlyVolume()
AverageMonthlyVolumeType
public void setAverageMonthlyVolume(AverageMonthlyVolumeType value)
value
- the value
allowed object is
AverageMonthlyVolumeType
public SalesVenueType getSalesVenue()
SalesVenueType
public void setSalesVenue(SalesVenueType value)
value
- the value
allowed object is
SalesVenueType
public java.lang.String getWebsite()
String
public void setWebsite(java.lang.String value)
value
- the value
allowed object is
String
public PercentageRevenueFromOnlineSalesType getRevenueFromOnlineSales()
PercentageRevenueFromOnlineSalesType
public void setRevenueFromOnlineSales(PercentageRevenueFromOnlineSalesType value)
value
- the value
allowed object is
PercentageRevenueFromOnlineSalesType
public javax.xml.datatype.XMLGregorianCalendar getBusinessEstablished()
XMLGregorianCalendar
public void setBusinessEstablished(javax.xml.datatype.XMLGregorianCalendar value)
value
- the value
allowed object is
XMLGregorianCalendar
public java.lang.String getCustomerServiceEmail()
String
public void setCustomerServiceEmail(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getCustomerServicePhone()
String
public void setCustomerServicePhone(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.