public class BusinessInfoType extends Object
| Constructor and Description |
|---|
BusinessInfoType()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
AddressType |
getAddress()
Getter for address
|
AverageMonthlyVolumeType |
getAverageMonthlyVolume()
Getter for averageMonthlyVolume
|
AverageTransactionPriceType |
getAveragePrice()
Getter for averagePrice
|
String |
getBusinessEstablished()
Getter for businessEstablished
|
BusinessCategoryType |
getCategory()
Getter for category
|
String |
getCustomerServiceEmail()
Getter for customerServiceEmail
|
String |
getCustomerServicePhone()
Getter for customerServicePhone
|
String |
getName()
Getter for name
|
PercentageRevenueFromOnlineSalesType |
getRevenueFromOnlineSales()
Getter for revenueFromOnlineSales
|
SalesVenueType |
getSalesVenue()
Getter for salesVenue
|
BusinessSubCategoryType |
getSubCategory()
Getter for subCategory
|
BusinessTypeType |
getType()
Getter for type
|
String |
getWebsite()
Getter for website
|
String |
getWorkPhone()
Getter for workPhone
|
void |
setAddress(AddressType address)
Setter for address
|
void |
setAverageMonthlyVolume(AverageMonthlyVolumeType averageMonthlyVolume)
Setter for averageMonthlyVolume
|
void |
setAveragePrice(AverageTransactionPriceType averagePrice)
Setter for averagePrice
|
void |
setBusinessEstablished(String businessEstablished)
Setter for businessEstablished
|
void |
setCategory(BusinessCategoryType category)
Setter for category
|
void |
setCustomerServiceEmail(String customerServiceEmail)
Setter for customerServiceEmail
|
void |
setCustomerServicePhone(String customerServicePhone)
Setter for customerServicePhone
|
void |
setName(String name)
Setter for name
|
void |
setRevenueFromOnlineSales(PercentageRevenueFromOnlineSalesType revenueFromOnlineSales)
Setter for revenueFromOnlineSales
|
void |
setSalesVenue(SalesVenueType salesVenue)
Setter for salesVenue
|
void |
setSubCategory(BusinessSubCategoryType subCategory)
Setter for subCategory
|
void |
setType(BusinessTypeType type)
Setter for type
|
void |
setWebsite(String website)
Setter for website
|
void |
setWorkPhone(String workPhone)
Setter for workPhone
|
String |
toXMLString(String prefix,
String name) |
public BusinessTypeType getType()
public void setType(BusinessTypeType type)
public String getName()
public void setName(String name)
public AddressType getAddress()
public void setAddress(AddressType address)
public String getWorkPhone()
public void setWorkPhone(String workPhone)
public BusinessCategoryType getCategory()
public void setCategory(BusinessCategoryType category)
public BusinessSubCategoryType getSubCategory()
public void setSubCategory(BusinessSubCategoryType subCategory)
public AverageTransactionPriceType getAveragePrice()
public void setAveragePrice(AverageTransactionPriceType averagePrice)
public AverageMonthlyVolumeType getAverageMonthlyVolume()
public void setAverageMonthlyVolume(AverageMonthlyVolumeType averageMonthlyVolume)
public SalesVenueType getSalesVenue()
public void setSalesVenue(SalesVenueType salesVenue)
public String getWebsite()
public void setWebsite(String website)
public PercentageRevenueFromOnlineSalesType getRevenueFromOnlineSales()
public void setRevenueFromOnlineSales(PercentageRevenueFromOnlineSalesType revenueFromOnlineSales)
public String getBusinessEstablished()
public void setBusinessEstablished(String businessEstablished)
public String getCustomerServiceEmail()
public void setCustomerServiceEmail(String customerServiceEmail)
public String getCustomerServicePhone()
public void setCustomerServicePhone(String customerServicePhone)
Copyright © 2015. All Rights Reserved.