public class

AuctionInfoType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AuctionInfoType

Class Overview

AuctionInfoType Basic information about an auction.

Java class for AuctionInfoType complex type.

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

 <complexType name="AuctionInfoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BuyerID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ClosingDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
       <attribute name="multiItem" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String buyerID
protected XMLGregorianCalendar closingDate
protected String multiItem
Public Constructors
AuctionInfoType()
Public Methods
String getBuyerID()
Gets the value of the buyerID property.
XMLGregorianCalendar getClosingDate()
Gets the value of the closingDate property.
String getMultiItem()
Gets the value of the multiItem property.
void setBuyerID(String value)
Sets the value of the buyerID property.
void setClosingDate(XMLGregorianCalendar value)
Sets the value of the closingDate property.
void setMultiItem(String value)
Sets the value of the multiItem property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String buyerID

protected XMLGregorianCalendar closingDate

protected String multiItem

Public Constructors

public AuctionInfoType ()

Public Methods

public String getBuyerID ()

Gets the value of the buyerID property.

Returns
  • possible object is String

public XMLGregorianCalendar getClosingDate ()

Gets the value of the closingDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getMultiItem ()

Gets the value of the multiItem property.

Returns
  • possible object is String

public void setBuyerID (String value)

Sets the value of the buyerID property.

Parameters
value Allowed object is String

public void setClosingDate (XMLGregorianCalendar value)

Sets the value of the closingDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setMultiItem (String value)

Sets the value of the multiItem property.

Parameters
value Allowed object is String