urn.ebay.apis.eBLBaseComponents
Class BusinessInfoType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.BusinessInfoType

public class BusinessInfoType
extends Object

BusinessInfoType


Constructor Summary
BusinessInfoType()
          Default Constructor
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessInfoType

public BusinessInfoType()
Default Constructor

Method Detail

getType

public BusinessTypeType getType()
Getter for type


setType

public void setType(BusinessTypeType type)
Setter for type


getName

public String getName()
Getter for name


setName

public void setName(String name)
Setter for name


getAddress

public AddressType getAddress()
Getter for address


setAddress

public void setAddress(AddressType address)
Setter for address


getWorkPhone

public String getWorkPhone()
Getter for workPhone


setWorkPhone

public void setWorkPhone(String workPhone)
Setter for workPhone


getCategory

public BusinessCategoryType getCategory()
Getter for category


setCategory

public void setCategory(BusinessCategoryType category)
Setter for category


getSubCategory

public BusinessSubCategoryType getSubCategory()
Getter for subCategory


setSubCategory

public void setSubCategory(BusinessSubCategoryType subCategory)
Setter for subCategory


getAveragePrice

public AverageTransactionPriceType getAveragePrice()
Getter for averagePrice


setAveragePrice

public void setAveragePrice(AverageTransactionPriceType averagePrice)
Setter for averagePrice


getAverageMonthlyVolume

public AverageMonthlyVolumeType getAverageMonthlyVolume()
Getter for averageMonthlyVolume


setAverageMonthlyVolume

public void setAverageMonthlyVolume(AverageMonthlyVolumeType averageMonthlyVolume)
Setter for averageMonthlyVolume


getSalesVenue

public SalesVenueType getSalesVenue()
Getter for salesVenue


setSalesVenue

public void setSalesVenue(SalesVenueType salesVenue)
Setter for salesVenue


getWebsite

public String getWebsite()
Getter for website


setWebsite

public void setWebsite(String website)
Setter for website


getRevenueFromOnlineSales

public PercentageRevenueFromOnlineSalesType getRevenueFromOnlineSales()
Getter for revenueFromOnlineSales


setRevenueFromOnlineSales

public void setRevenueFromOnlineSales(PercentageRevenueFromOnlineSalesType revenueFromOnlineSales)
Setter for revenueFromOnlineSales


getBusinessEstablished

public String getBusinessEstablished()
Getter for businessEstablished


setBusinessEstablished

public void setBusinessEstablished(String businessEstablished)
Setter for businessEstablished


getCustomerServiceEmail

public String getCustomerServiceEmail()
Getter for customerServiceEmail


setCustomerServiceEmail

public void setCustomerServiceEmail(String customerServiceEmail)
Setter for customerServiceEmail


getCustomerServicePhone

public String getCustomerServicePhone()
Getter for customerServicePhone


setCustomerServicePhone

public void setCustomerServicePhone(String customerServicePhone)
Setter for customerServicePhone


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2013. All Rights Reserved.