| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.AuctionInfoType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| buyerID | |||||||||||
| closingDate | |||||||||||
| multiItem | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the buyerID property.
| |||||||||||
Gets the value of the closingDate property.
| |||||||||||
Gets the value of the multiItem property.
| |||||||||||
Sets the value of the buyerID property.
| |||||||||||
Sets the value of the closingDate property.
| |||||||||||
Sets the value of the multiItem property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the buyerID property.
Gets the value of the closingDate property.
Gets the value of the multiItem property.
Sets the value of the buyerID property.
| value | Allowed object is String |
|---|
Sets the value of the closingDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the multiItem property.
| value | Allowed object is String |
|---|