urn.ebay.apis.eBLBaseComponents
Class AuctionInfoType

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

public class AuctionInfoType
extends Object

AuctionInfoType Basic information about an auction.


Constructor Summary
AuctionInfoType()
          Default Constructor
AuctionInfoType(Node node)
           
 
Method Summary
 String getBuyerID()
          Getter for buyerID
 String getClosingDate()
          Getter for closingDate
 void setBuyerID(String buyerID)
          Setter for buyerID
 void setClosingDate(String closingDate)
          Setter for closingDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuctionInfoType

public AuctionInfoType()
Default Constructor


AuctionInfoType

public AuctionInfoType(Node node)
                throws XPathExpressionException
Throws:
XPathExpressionException
Method Detail

getBuyerID

public String getBuyerID()
Getter for buyerID


setBuyerID

public void setBuyerID(String buyerID)
Setter for buyerID


getClosingDate

public String getClosingDate()
Getter for closingDate


setClosingDate

public void setClosingDate(String closingDate)
Setter for closingDate



Copyright © 2012. All Rights Reserved.