public class

ListingDetailsType

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

Class Overview

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>
 

Summary

Fields
protected Boolean adult
protected Boolean bindingAuction
protected Boolean checkoutEnabled
protected AmountType convertedBuyItNowPrice
protected AmountType convertedReservePrice
protected AmountType convertedStartPrice
protected XMLGregorianCalendar endTime
protected Boolean hasReservePrice
protected String regionName
protected String relistedItemID
protected String secondChanceOriginalItemID
protected XMLGregorianCalendar startTime
protected String viewItemURL
Public Constructors
ListingDetailsType()
Public Methods
AmountType getConvertedBuyItNowPrice()
Gets the value of the convertedBuyItNowPrice property.
AmountType getConvertedReservePrice()
Gets the value of the convertedReservePrice property.
AmountType getConvertedStartPrice()
Gets the value of the convertedStartPrice property.
XMLGregorianCalendar getEndTime()
Gets the value of the endTime property.
String getRegionName()
Gets the value of the regionName property.
String getRelistedItemID()
Gets the value of the relistedItemID property.
String getSecondChanceOriginalItemID()
Gets the value of the secondChanceOriginalItemID property.
XMLGregorianCalendar getStartTime()
Gets the value of the startTime property.
String getViewItemURL()
Gets the value of the viewItemURL property.
Boolean isAdult()
Gets the value of the adult property.
Boolean isBindingAuction()
Gets the value of the bindingAuction property.
Boolean isCheckoutEnabled()
Gets the value of the checkoutEnabled property.
Boolean isHasReservePrice()
Gets the value of the hasReservePrice property.
void setAdult(Boolean value)
Sets the value of the adult property.
void setBindingAuction(Boolean value)
Sets the value of the bindingAuction property.
void setCheckoutEnabled(Boolean value)
Sets the value of the checkoutEnabled property.
void setConvertedBuyItNowPrice(AmountType value)
Sets the value of the convertedBuyItNowPrice property.
void setConvertedReservePrice(AmountType value)
Sets the value of the convertedReservePrice property.
void setConvertedStartPrice(AmountType value)
Sets the value of the convertedStartPrice property.
void setEndTime(XMLGregorianCalendar value)
Sets the value of the endTime property.
void setHasReservePrice(Boolean value)
Sets the value of the hasReservePrice property.
void setRegionName(String value)
Sets the value of the regionName property.
void setRelistedItemID(String value)
Sets the value of the relistedItemID property.
void setSecondChanceOriginalItemID(String value)
Sets the value of the secondChanceOriginalItemID property.
void setStartTime(XMLGregorianCalendar value)
Sets the value of the startTime property.
void setViewItemURL(String value)
Sets the value of the viewItemURL property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean adult

protected Boolean bindingAuction

protected Boolean checkoutEnabled

protected AmountType convertedBuyItNowPrice

protected AmountType convertedReservePrice

protected AmountType convertedStartPrice

protected XMLGregorianCalendar endTime

protected Boolean hasReservePrice

protected String regionName

protected String relistedItemID

protected String secondChanceOriginalItemID

protected XMLGregorianCalendar startTime

protected String viewItemURL

Public Constructors

public ListingDetailsType ()

Public Methods

public AmountType getConvertedBuyItNowPrice ()

Gets the value of the convertedBuyItNowPrice property.

Returns

public AmountType getConvertedReservePrice ()

Gets the value of the convertedReservePrice property.

Returns

public AmountType getConvertedStartPrice ()

Gets the value of the convertedStartPrice property.

Returns

public XMLGregorianCalendar getEndTime ()

Gets the value of the endTime property.

Returns
  • possible object is XMLGregorianCalendar

public String getRegionName ()

Gets the value of the regionName property.

Returns
  • possible object is String

public String getRelistedItemID ()

Gets the value of the relistedItemID property.

Returns
  • possible object is String

public String getSecondChanceOriginalItemID ()

Gets the value of the secondChanceOriginalItemID property.

Returns
  • possible object is String

public XMLGregorianCalendar getStartTime ()

Gets the value of the startTime property.

Returns
  • possible object is XMLGregorianCalendar

public String getViewItemURL ()

Gets the value of the viewItemURL property.

Returns
  • possible object is String

public Boolean isAdult ()

Gets the value of the adult property.

Returns
  • possible object is Boolean

public Boolean isBindingAuction ()

Gets the value of the bindingAuction property.

Returns
  • possible object is Boolean

public Boolean isCheckoutEnabled ()

Gets the value of the checkoutEnabled property.

Returns
  • possible object is Boolean

public Boolean isHasReservePrice ()

Gets the value of the hasReservePrice property.

Returns
  • possible object is Boolean

public void setAdult (Boolean value)

Sets the value of the adult property.

Parameters
value Allowed object is Boolean

public void setBindingAuction (Boolean value)

Sets the value of the bindingAuction property.

Parameters
value Allowed object is Boolean

public void setCheckoutEnabled (Boolean value)

Sets the value of the checkoutEnabled property.

Parameters
value Allowed object is Boolean

public void setConvertedBuyItNowPrice (AmountType value)

Sets the value of the convertedBuyItNowPrice property.

Parameters
value Allowed object is AmountType

public void setConvertedReservePrice (AmountType value)

Sets the value of the convertedReservePrice property.

Parameters
value Allowed object is AmountType

public void setConvertedStartPrice (AmountType value)

Sets the value of the convertedStartPrice property.

Parameters
value Allowed object is AmountType

public void setEndTime (XMLGregorianCalendar value)

Sets the value of the endTime property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setHasReservePrice (Boolean value)

Sets the value of the hasReservePrice property.

Parameters
value Allowed object is Boolean

public void setRegionName (String value)

Sets the value of the regionName property.

Parameters
value Allowed object is String

public void setRelistedItemID (String value)

Sets the value of the relistedItemID property.

Parameters
value Allowed object is String

public void setSecondChanceOriginalItemID (String value)

Sets the value of the secondChanceOriginalItemID property.

Parameters
value Allowed object is String

public void setStartTime (XMLGregorianCalendar value)

Sets the value of the startTime property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setViewItemURL (String value)

Sets the value of the viewItemURL property.

Parameters
value Allowed object is String