| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.ListingDetailsType |
Contains the listed item details which consists of following information: .
Java class for ListingDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ListingDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Adult" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="BindingAuction" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="CheckoutEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ConvertedBuyItNowPrice" type="{urn:ebay:apis:CoreComponentTypes}AmountType" minOccurs="0"/>
<element name="ConvertedStartPrice" type="{urn:ebay:apis:CoreComponentTypes}AmountType" minOccurs="0"/>
<element name="ConvertedReservePrice" type="{urn:ebay:apis:CoreComponentTypes}AmountType" minOccurs="0"/>
<element name="HasReservePrice" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="RegionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RelistedItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" minOccurs="0"/>
<element name="SecondChanceOriginalItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" minOccurs="0"/>
<element name="StartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="EndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ViewItemURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| adult | |||||||||||
| bindingAuction | |||||||||||
| checkoutEnabled | |||||||||||
| convertedBuyItNowPrice | |||||||||||
| convertedReservePrice | |||||||||||
| convertedStartPrice | |||||||||||
| endTime | |||||||||||
| hasReservePrice | |||||||||||
| regionName | |||||||||||
| relistedItemID | |||||||||||
| secondChanceOriginalItemID | |||||||||||
| startTime | |||||||||||
| viewItemURL | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the convertedBuyItNowPrice property.
| |||||||||||
Gets the value of the convertedReservePrice property.
| |||||||||||
Gets the value of the convertedStartPrice property.
| |||||||||||
Gets the value of the endTime property.
| |||||||||||
Gets the value of the regionName property.
| |||||||||||
Gets the value of the relistedItemID property.
| |||||||||||
Gets the value of the secondChanceOriginalItemID property.
| |||||||||||
Gets the value of the startTime property.
| |||||||||||
Gets the value of the viewItemURL property.
| |||||||||||
Gets the value of the adult property.
| |||||||||||
Gets the value of the bindingAuction property.
| |||||||||||
Gets the value of the checkoutEnabled property.
| |||||||||||
Gets the value of the hasReservePrice property.
| |||||||||||
Sets the value of the adult property.
| |||||||||||
Sets the value of the bindingAuction property.
| |||||||||||
Sets the value of the checkoutEnabled property.
| |||||||||||
Sets the value of the convertedBuyItNowPrice property.
| |||||||||||
Sets the value of the convertedReservePrice property.
| |||||||||||
Sets the value of the convertedStartPrice property.
| |||||||||||
Sets the value of the endTime property.
| |||||||||||
Sets the value of the hasReservePrice property.
| |||||||||||
Sets the value of the regionName property.
| |||||||||||
Sets the value of the relistedItemID property.
| |||||||||||
Sets the value of the secondChanceOriginalItemID property.
| |||||||||||
Sets the value of the startTime property.
| |||||||||||
Sets the value of the viewItemURL property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the convertedBuyItNowPrice property.
AmountType
Gets the value of the convertedReservePrice property.
AmountType
Gets the value of the convertedStartPrice property.
AmountType
Gets the value of the endTime property.
Gets the value of the regionName property.
Gets the value of the relistedItemID property.
Gets the value of the secondChanceOriginalItemID property.
Gets the value of the startTime property.
Gets the value of the viewItemURL property.
Gets the value of the adult property.
Gets the value of the bindingAuction property.
Gets the value of the checkoutEnabled property.
Gets the value of the hasReservePrice property.
Sets the value of the adult property.
| value | Allowed object is Boolean |
|---|
Sets the value of the bindingAuction property.
| value | Allowed object is Boolean |
|---|
Sets the value of the checkoutEnabled property.
| value | Allowed object is Boolean |
|---|
Sets the value of the convertedBuyItNowPrice property.
| value | Allowed object is
AmountType
|
|---|
Sets the value of the convertedReservePrice property.
| value | Allowed object is
AmountType
|
|---|
Sets the value of the convertedStartPrice property.
| value | Allowed object is
AmountType
|
|---|
Sets the value of the endTime property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the hasReservePrice property.
| value | Allowed object is Boolean |
|---|
Sets the value of the regionName property.
| value | Allowed object is String |
|---|
Sets the value of the relistedItemID property.
| value | Allowed object is String |
|---|
Sets the value of the secondChanceOriginalItemID property.
| value | Allowed object is String |
|---|
Sets the value of the startTime property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the viewItemURL property.
| value | Allowed object is String |
|---|