Changes since
the last release

Uses of Class
com.ebay.soap.eBLBaseComponents.UserType

Packages that use UserType
com.ebay.sdk.call   
com.ebay.soap.eBLBaseComponents   
 

Uses of UserType in com.ebay.sdk.call
 

Methods in com.ebay.sdk.call that return UserType
 UserType GetBidderListCall.getReturnedBidder()
          Valid after executing the API.
 UserType GetUserCall.getReturnedUser()
          Valid after executing the API.
 UserType GetSellerTransactionsCall.getSeller()
          Valid after executing the API.
 UserType GetSellerListCall.getSeller()
          Valid after executing the API.
 UserType GetUserCall.getUser()
          Retrieves data pertaining to a single eBay user.
 

Uses of UserType in com.ebay.soap.eBLBaseComponents
 

Fields in com.ebay.soap.eBLBaseComponents declared as UserType
protected  UserType GetBidderListResponseType.bidder
           
protected  UserType TransactionType.buyer
           
protected  UserType BestOfferType.buyer
           
protected  UserType SellingStatusType.highBidder
           
protected  UserType ItemType.seller
           
protected  UserType GetSellerTransactionsResponseType.seller
           
protected  UserType GetSellerListResponseType.seller
           
protected  UserType OfferType.user
           
protected  UserType GetUserResponseType.user
           
 

Methods in com.ebay.soap.eBLBaseComponents that return UserType
 UserType ObjectFactory.createUserType()
          Create an instance of UserType
 UserType GetBidderListResponseType.getBidder()
          Gets the value of the bidder property.
 UserType TransactionType.getBuyer()
          Gets the value of the buyer property.
 UserType BestOfferType.getBuyer()
          Gets the value of the buyer property.
 UserType SellingStatusType.getHighBidder()
          Gets the value of the highBidder property.
 UserType ItemType.getSeller()
          Gets the value of the seller property.
 UserType GetSellerTransactionsResponseType.getSeller()
          Gets the value of the seller property.
 UserType GetSellerListResponseType.getSeller()
          Gets the value of the seller property.
 UserType OfferType.getUser()
          Gets the value of the user property.
 UserType GetUserResponseType.getUser()
          Gets the value of the user property.
 

Methods in com.ebay.soap.eBLBaseComponents with parameters of type UserType
 void GetBidderListResponseType.setBidder(UserType value)
          Sets the value of the bidder property.
 void TransactionType.setBuyer(UserType value)
          Sets the value of the buyer property.
 void BestOfferType.setBuyer(UserType value)
          Sets the value of the buyer property.
 void SellingStatusType.setHighBidder(UserType value)
          Sets the value of the highBidder property.
 void ItemType.setSeller(UserType value)
          Sets the value of the seller property.
 void GetSellerTransactionsResponseType.setSeller(UserType value)
          Sets the value of the seller property.
 void GetSellerListResponseType.setSeller(UserType value)
          Sets the value of the seller property.
 void OfferType.setUser(UserType value)
          Sets the value of the user property.
 void GetUserResponseType.setUser(UserType value)
          Sets the value of the user property.
 


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.