Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class ApproveLiveAuctionBiddersRequestType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AbstractRequestType
      extended by com.ebay.soap.eBLBaseComponents.ApproveLiveAuctionBiddersRequestType
All Implemented Interfaces:
Serializable

public class ApproveLiveAuctionBiddersRequestType
extends AbstractRequestType
implements Serializable

Provides Live Auction sellers with the ability to approve, decline, and set the bidding limit of the bidders that have signed up for a catalog. Includes the list of bidders for the requested item as part of the general item listing data.

See Also:
Serialized Form

Constructor Summary
ApproveLiveAuctionBiddersRequestType()
           
 
Method Summary
 boolean equals(Object obj)
           
 AmountType getAllApprovedBiddingLimit()
          Gets the allApprovedBiddingLimit value for this ApproveLiveAuctionBiddersRequestType.
 Boolean getApproveAllPending()
          Gets the approveAllPending value for this ApproveLiveAuctionBiddersRequestType.
 BidApprovalArrayType getBidApproval()
          Gets the bidApproval value for this ApproveLiveAuctionBiddersRequestType.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 Integer getUserCatalogID()
          Gets the userCatalogID value for this ApproveLiveAuctionBiddersRequestType.
 int hashCode()
           
 void setAllApprovedBiddingLimit(AmountType allApprovedBiddingLimit)
          Sets the allApprovedBiddingLimit value for this ApproveLiveAuctionBiddersRequestType.
 void setApproveAllPending(Boolean approveAllPending)
          Sets the approveAllPending value for this ApproveLiveAuctionBiddersRequestType.
 void setBidApproval(BidApprovalArrayType bidApproval)
          Sets the bidApproval value for this ApproveLiveAuctionBiddersRequestType.
 void setUserCatalogID(Integer userCatalogID)
          Sets the userCatalogID value for this ApproveLiveAuctionBiddersRequestType.
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
get_any, getBotBlock, getDetailLevel, getDetailLevel, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getVersion, getWarningLevel, set_any, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApproveLiveAuctionBiddersRequestType

public ApproveLiveAuctionBiddersRequestType()
Method Detail

getUserCatalogID

public Integer getUserCatalogID()
Gets the userCatalogID value for this ApproveLiveAuctionBiddersRequestType.

Returns:
userCatalogID

setUserCatalogID

public void setUserCatalogID(Integer userCatalogID)
Sets the userCatalogID value for this ApproveLiveAuctionBiddersRequestType.

Parameters:
userCatalogID -

getBidApproval

public BidApprovalArrayType getBidApproval()
Gets the bidApproval value for this ApproveLiveAuctionBiddersRequestType.

Returns:
bidApproval Mulitple bidders can be approved with one call.

setBidApproval

public void setBidApproval(BidApprovalArrayType bidApproval)
Sets the bidApproval value for this ApproveLiveAuctionBiddersRequestType.

Parameters:
bidApproval - Mulitple bidders can be approved with one call.

getApproveAllPending

public Boolean getApproveAllPending()
Gets the approveAllPending value for this ApproveLiveAuctionBiddersRequestType.

Returns:
approveAllPending

setApproveAllPending

public void setApproveAllPending(Boolean approveAllPending)
Sets the approveAllPending value for this ApproveLiveAuctionBiddersRequestType.

Parameters:
approveAllPending -

getAllApprovedBiddingLimit

public AmountType getAllApprovedBiddingLimit()
Gets the allApprovedBiddingLimit value for this ApproveLiveAuctionBiddersRequestType.

Returns:
allApprovedBiddingLimit Basic type for specifying monetary amounts. A double value (e.g., 1.00 or 1.0) is meaningful as a monetary amount when accompanied by a specification of the currency, in which case the value specifies the amount in that currency. An AmountType expresses both the value (a double) and the currency. Details such as prices, fees, costs, and payments are specified as amount types.

setAllApprovedBiddingLimit

public void setAllApprovedBiddingLimit(AmountType allApprovedBiddingLimit)
Sets the allApprovedBiddingLimit value for this ApproveLiveAuctionBiddersRequestType.

Parameters:
allApprovedBiddingLimit - Basic type for specifying monetary amounts. A double value (e.g., 1.00 or 1.0) is meaningful as a monetary amount when accompanied by a specification of the currency, in which case the value specifies the amount in that currency. An AmountType expresses both the value (a double) and the currency. Details such as prices, fees, costs, and payments are specified as amount types.

equals

public boolean equals(Object obj)
Overrides:
equals in class AbstractRequestType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractRequestType

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer


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-2006 eBay Inc. All rights reserved.