Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetSellerDashboardResponseType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AbstractResponseType
      extended by com.ebay.soap.eBLBaseComponents.GetSellerDashboardResponseType
All Implemented Interfaces:
Serializable

public class GetSellerDashboardResponseType
extends AbstractResponseType
implements Serializable

The base response type for the GetSellerDashboard call. This call retrieves seller performance data, including seller standards level, Power Seller status, Buyer Satisfaction status, eBay Search standing, and any seller fee discounts.

Java class for GetSellerDashboardResponseType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetSellerDashboardResponseType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
       <sequence>
         <element name="SearchStanding" type="{urn:ebay:apis:eBLBaseComponents}SearchStandingDashboardType" minOccurs="0"/>
         <element name="SellerFeeDiscount" type="{urn:ebay:apis:eBLBaseComponents}SellerFeeDiscountDashboardType" minOccurs="0"/>
         <element name="PowerSellerStatus" type="{urn:ebay:apis:eBLBaseComponents}PowerSellerDashboardType" minOccurs="0"/>
         <element name="PolicyCompliance" type="{urn:ebay:apis:eBLBaseComponents}PolicyComplianceDashboardType" minOccurs="0"/>
         <element name="BuyerSatisfaction" type="{urn:ebay:apis:eBLBaseComponents}BuyerSatisfactionDashboardType" minOccurs="0"/>
         <element name="SellerAccount" type="{urn:ebay:apis:eBLBaseComponents}SellerAccountDashboardType" minOccurs="0"/>
         <element name="Performance" type="{urn:ebay:apis:eBLBaseComponents}PerformanceDashboardType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  BuyerSatisfactionDashboardType buyerSatisfaction
           
protected  List<PerformanceDashboardType> performance
           
protected  PolicyComplianceDashboardType policyCompliance
           
protected  PowerSellerDashboardType powerSellerStatus
           
protected  SearchStandingDashboardType searchStanding
           
protected  SellerAccountDashboardType sellerAccount
           
protected  SellerFeeDiscountDashboardType sellerFeeDiscount
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractResponseType
ack, any, botBlock, build, correlationID, duplicateInvocationDetails, eiasToken, errors, externalUserData, hardExpirationWarning, message, notificationEventName, notificationSignature, recipientUserID, timestamp, version
 
Constructor Summary
GetSellerDashboardResponseType()
           
 
Method Summary
protected  List<PerformanceDashboardType> _getPerformance()
           
 BuyerSatisfactionDashboardType getBuyerSatisfaction()
          Gets the value of the buyerSatisfaction property.
 PerformanceDashboardType[] getPerformance()
           
 PerformanceDashboardType getPerformance(int idx)
           
 int getPerformanceLength()
           
 PolicyComplianceDashboardType getPolicyCompliance()
          Gets the value of the policyCompliance property.
 PowerSellerDashboardType getPowerSellerStatus()
          Gets the value of the powerSellerStatus property.
 SearchStandingDashboardType getSearchStanding()
          Gets the value of the searchStanding property.
 SellerAccountDashboardType getSellerAccount()
          Gets the value of the sellerAccount property.
 SellerFeeDiscountDashboardType getSellerFeeDiscount()
          Gets the value of the sellerFeeDiscount property.
 void setBuyerSatisfaction(BuyerSatisfactionDashboardType value)
          Sets the value of the buyerSatisfaction property.
 PerformanceDashboardType setPerformance(int idx, PerformanceDashboardType value)
           
 void setPerformance(PerformanceDashboardType[] values)
           
 void setPolicyCompliance(PolicyComplianceDashboardType value)
          Sets the value of the policyCompliance property.
 void setPowerSellerStatus(PowerSellerDashboardType value)
          Sets the value of the powerSellerStatus property.
 void setSearchStanding(SearchStandingDashboardType value)
          Sets the value of the searchStanding property.
 void setSellerAccount(SellerAccountDashboardType value)
          Sets the value of the sellerAccount property.
 void setSellerFeeDiscount(SellerFeeDiscountDashboardType value)
          Sets the value of the sellerFeeDiscount property.
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractResponseType
_getAny, _getErrors, getAck, getAny, getAny, getAnyLength, getBotBlock, getBuild, getCorrelationID, getDuplicateInvocationDetails, getEIASToken, getErrors, getErrors, getErrorsLength, getExternalUserData, getHardExpirationWarning, getMessage, getNotificationEventName, getNotificationSignature, getRecipientUserID, getTimestamp, getVersion, setAck, setAny, setAny, setBotBlock, setBuild, setCorrelationID, setDuplicateInvocationDetails, setEIASToken, setErrors, setErrors, setExternalUserData, setHardExpirationWarning, setMessage, setNotificationEventName, setNotificationSignature, setRecipientUserID, setTimestamp, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

searchStanding

protected SearchStandingDashboardType searchStanding

sellerFeeDiscount

protected SellerFeeDiscountDashboardType sellerFeeDiscount

powerSellerStatus

protected PowerSellerDashboardType powerSellerStatus

policyCompliance

protected PolicyComplianceDashboardType policyCompliance

buyerSatisfaction

protected BuyerSatisfactionDashboardType buyerSatisfaction

sellerAccount

protected SellerAccountDashboardType sellerAccount

performance

protected List<PerformanceDashboardType> performance
Constructor Detail

GetSellerDashboardResponseType

public GetSellerDashboardResponseType()
Method Detail

getSearchStanding

public SearchStandingDashboardType getSearchStanding()
Gets the value of the searchStanding property.

Returns:
possible object is SearchStandingDashboardType

setSearchStanding

public void setSearchStanding(SearchStandingDashboardType value)
Sets the value of the searchStanding property.

Parameters:
value - allowed object is SearchStandingDashboardType

getSellerFeeDiscount

public SellerFeeDiscountDashboardType getSellerFeeDiscount()
Gets the value of the sellerFeeDiscount property.

Returns:
possible object is SellerFeeDiscountDashboardType

setSellerFeeDiscount

public void setSellerFeeDiscount(SellerFeeDiscountDashboardType value)
Sets the value of the sellerFeeDiscount property.

Parameters:
value - allowed object is SellerFeeDiscountDashboardType

getPowerSellerStatus

public PowerSellerDashboardType getPowerSellerStatus()
Gets the value of the powerSellerStatus property.

Returns:
possible object is PowerSellerDashboardType

setPowerSellerStatus

public void setPowerSellerStatus(PowerSellerDashboardType value)
Sets the value of the powerSellerStatus property.

Parameters:
value - allowed object is PowerSellerDashboardType

getPolicyCompliance

public PolicyComplianceDashboardType getPolicyCompliance()
Gets the value of the policyCompliance property.

Returns:
possible object is PolicyComplianceDashboardType

setPolicyCompliance

public void setPolicyCompliance(PolicyComplianceDashboardType value)
Sets the value of the policyCompliance property.

Parameters:
value - allowed object is PolicyComplianceDashboardType

getBuyerSatisfaction

public BuyerSatisfactionDashboardType getBuyerSatisfaction()
Gets the value of the buyerSatisfaction property.

Returns:
possible object is BuyerSatisfactionDashboardType

setBuyerSatisfaction

public void setBuyerSatisfaction(BuyerSatisfactionDashboardType value)
Sets the value of the buyerSatisfaction property.

Parameters:
value - allowed object is BuyerSatisfactionDashboardType

getSellerAccount

public SellerAccountDashboardType getSellerAccount()
Gets the value of the sellerAccount property.

Returns:
possible object is SellerAccountDashboardType

setSellerAccount

public void setSellerAccount(SellerAccountDashboardType value)
Sets the value of the sellerAccount property.

Parameters:
value - allowed object is SellerAccountDashboardType

getPerformance

public PerformanceDashboardType[] getPerformance()
Returns:
array of PerformanceDashboardType

getPerformance

public PerformanceDashboardType getPerformance(int idx)
Returns:
one of PerformanceDashboardType

getPerformanceLength

public int getPerformanceLength()

setPerformance

public void setPerformance(PerformanceDashboardType[] values)
Parameters:
values - allowed objects are PerformanceDashboardType

_getPerformance

protected List<PerformanceDashboardType> _getPerformance()

setPerformance

public PerformanceDashboardType setPerformance(int idx,
                                               PerformanceDashboardType value)
Parameters:
value - allowed object is PerformanceDashboardType

Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations: developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.