|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.ListingDetailsType
public class ListingDetailsType
Various details about a listing. Some of the details are calculated or derived after an item is listed. The details in this type include the start and end time and the converted (localized) prices. The details in this type also include input values applicable to the Best Offer feature. Additional details in this type include flags indicating if a seller specified fields whose values are not visible to the requesting user.
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:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="ConvertedStartPrice" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="ConvertedReservePrice" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="HasReservePrice" type="{http://www.w3.org/2001/XMLSchema}boolean" 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"/> <element name="HasUnansweredQuestions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="HasPublicMessages" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="BuyItNowAvailable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="SellerBusinessType" type="{urn:ebay:apis:eBLBaseComponents}SellerBusinessCodeType" minOccurs="0"/> <element name="MinimumBestOfferPrice" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="MinimumBestOfferMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="LocalListingDistance" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TCROriginalItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" minOccurs="0"/> <element name="ViewItemURLForNaturalSearch" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="PayPerLeadEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="BestOfferAutoAcceptPrice" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="EndingReason" type="{urn:ebay:apis:eBLBaseComponents}EndReasonCodeType" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.Boolean |
adult
|
protected java.util.List<java.lang.Object> |
any
|
protected AmountType |
bestOfferAutoAcceptPrice
|
protected java.lang.Boolean |
bindingAuction
|
protected java.lang.Boolean |
buyItNowAvailable
|
protected java.lang.Boolean |
checkoutEnabled
|
protected AmountType |
convertedBuyItNowPrice
|
protected AmountType |
convertedReservePrice
|
protected AmountType |
convertedStartPrice
|
protected EndReasonCodeType |
endingReason
|
protected java.util.Calendar |
endTime
|
protected java.lang.Boolean |
hasPublicMessages
|
protected java.lang.Boolean |
hasReservePrice
|
protected java.lang.Boolean |
hasUnansweredQuestions
|
protected java.lang.String |
localListingDistance
|
protected java.lang.String |
minimumBestOfferMessage
|
protected AmountType |
minimumBestOfferPrice
|
protected java.lang.Boolean |
payPerLeadEnabled
|
protected java.lang.String |
relistedItemID
|
protected java.lang.String |
secondChanceOriginalItemID
|
protected SellerBusinessCodeType |
sellerBusinessType
|
protected java.util.Calendar |
startTime
|
protected java.lang.String |
tcrOriginalItemID
|
protected java.lang.String |
viewItemURL
|
protected java.lang.String |
viewItemURLForNaturalSearch
|
Constructor Summary | |
---|---|
ListingDetailsType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
AmountType |
getBestOfferAutoAcceptPrice()
Gets the value of the bestOfferAutoAcceptPrice property. |
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. |
EndReasonCodeType |
getEndingReason()
Gets the value of the endingReason property. |
java.util.Calendar |
getEndTime()
Gets the value of the endTime property. |
java.lang.String |
getLocalListingDistance()
Gets the value of the localListingDistance property. |
java.lang.String |
getMinimumBestOfferMessage()
Gets the value of the minimumBestOfferMessage property. |
AmountType |
getMinimumBestOfferPrice()
Gets the value of the minimumBestOfferPrice property. |
java.lang.String |
getRelistedItemID()
Gets the value of the relistedItemID property. |
java.lang.String |
getSecondChanceOriginalItemID()
Gets the value of the secondChanceOriginalItemID property. |
SellerBusinessCodeType |
getSellerBusinessType()
Gets the value of the sellerBusinessType property. |
java.util.Calendar |
getStartTime()
Gets the value of the startTime property. |
java.lang.String |
getTCROriginalItemID()
Gets the value of the tcrOriginalItemID property. |
java.lang.String |
getViewItemURL()
Gets the value of the viewItemURL property. |
java.lang.String |
getViewItemURLForNaturalSearch()
Gets the value of the viewItemURLForNaturalSearch property. |
java.lang.Boolean |
isAdult()
Gets the value of the adult property. |
java.lang.Boolean |
isBindingAuction()
Gets the value of the bindingAuction property. |
java.lang.Boolean |
isBuyItNowAvailable()
Gets the value of the buyItNowAvailable property. |
java.lang.Boolean |
isCheckoutEnabled()
Gets the value of the checkoutEnabled property. |
java.lang.Boolean |
isHasPublicMessages()
Gets the value of the hasPublicMessages property. |
java.lang.Boolean |
isHasReservePrice()
Gets the value of the hasReservePrice property. |
java.lang.Boolean |
isHasUnansweredQuestions()
Gets the value of the hasUnansweredQuestions property. |
java.lang.Boolean |
isPayPerLeadEnabled()
Gets the value of the payPerLeadEnabled property. |
void |
setAdult(java.lang.Boolean value)
Sets the value of the adult property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setBestOfferAutoAcceptPrice(AmountType value)
Sets the value of the bestOfferAutoAcceptPrice property. |
void |
setBindingAuction(java.lang.Boolean value)
Sets the value of the bindingAuction property. |
void |
setBuyItNowAvailable(java.lang.Boolean value)
Sets the value of the buyItNowAvailable property. |
void |
setCheckoutEnabled(java.lang.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 |
setEndingReason(EndReasonCodeType value)
Sets the value of the endingReason property. |
void |
setEndTime(java.util.Calendar value)
Sets the value of the endTime property. |
void |
setHasPublicMessages(java.lang.Boolean value)
Sets the value of the hasPublicMessages property. |
void |
setHasReservePrice(java.lang.Boolean value)
Sets the value of the hasReservePrice property. |
void |
setHasUnansweredQuestions(java.lang.Boolean value)
Sets the value of the hasUnansweredQuestions property. |
void |
setLocalListingDistance(java.lang.String value)
Sets the value of the localListingDistance property. |
void |
setMinimumBestOfferMessage(java.lang.String value)
Sets the value of the minimumBestOfferMessage property. |
void |
setMinimumBestOfferPrice(AmountType value)
Sets the value of the minimumBestOfferPrice property. |
void |
setPayPerLeadEnabled(java.lang.Boolean value)
Sets the value of the payPerLeadEnabled property. |
void |
setRelistedItemID(java.lang.String value)
Sets the value of the relistedItemID property. |
void |
setSecondChanceOriginalItemID(java.lang.String value)
Sets the value of the secondChanceOriginalItemID property. |
void |
setSellerBusinessType(SellerBusinessCodeType value)
Sets the value of the sellerBusinessType property. |
void |
setStartTime(java.util.Calendar value)
Sets the value of the startTime property. |
void |
setTCROriginalItemID(java.lang.String value)
Sets the value of the tcrOriginalItemID property. |
void |
setViewItemURL(java.lang.String value)
Sets the value of the viewItemURL property. |
void |
setViewItemURLForNaturalSearch(java.lang.String value)
Sets the value of the viewItemURLForNaturalSearch property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Boolean adult
protected java.lang.Boolean bindingAuction
protected java.lang.Boolean checkoutEnabled
protected AmountType convertedBuyItNowPrice
protected AmountType convertedStartPrice
protected AmountType convertedReservePrice
protected java.lang.Boolean hasReservePrice
protected java.lang.String relistedItemID
protected java.lang.String secondChanceOriginalItemID
protected java.util.Calendar startTime
protected java.util.Calendar endTime
protected java.lang.String viewItemURL
protected java.lang.Boolean hasUnansweredQuestions
protected java.lang.Boolean hasPublicMessages
protected java.lang.Boolean buyItNowAvailable
protected SellerBusinessCodeType sellerBusinessType
protected AmountType minimumBestOfferPrice
protected java.lang.String minimumBestOfferMessage
protected java.lang.String localListingDistance
protected java.lang.String tcrOriginalItemID
protected java.lang.String viewItemURLForNaturalSearch
protected java.lang.Boolean payPerLeadEnabled
protected AmountType bestOfferAutoAcceptPrice
protected EndReasonCodeType endingReason
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public ListingDetailsType()
Method Detail |
---|
public java.lang.Boolean isAdult()
Boolean
public void setAdult(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isBindingAuction()
Boolean
public void setBindingAuction(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isCheckoutEnabled()
Boolean
public void setCheckoutEnabled(java.lang.Boolean value)
value
- allowed object is
Boolean
public AmountType getConvertedBuyItNowPrice()
AmountType
public void setConvertedBuyItNowPrice(AmountType value)
value
- allowed object is
AmountType
public AmountType getConvertedStartPrice()
AmountType
public void setConvertedStartPrice(AmountType value)
value
- allowed object is
AmountType
public AmountType getConvertedReservePrice()
AmountType
public void setConvertedReservePrice(AmountType value)
value
- allowed object is
AmountType
public java.lang.Boolean isHasReservePrice()
Boolean
public void setHasReservePrice(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getRelistedItemID()
String
public void setRelistedItemID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSecondChanceOriginalItemID()
String
public void setSecondChanceOriginalItemID(java.lang.String value)
value
- allowed object is
String
public java.util.Calendar getStartTime()
String
public void setStartTime(java.util.Calendar value)
value
- allowed object is
String
public java.util.Calendar getEndTime()
String
public void setEndTime(java.util.Calendar value)
value
- allowed object is
String
public java.lang.String getViewItemURL()
String
public void setViewItemURL(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isHasUnansweredQuestions()
Boolean
public void setHasUnansweredQuestions(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isHasPublicMessages()
Boolean
public void setHasPublicMessages(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isBuyItNowAvailable()
Boolean
public void setBuyItNowAvailable(java.lang.Boolean value)
value
- allowed object is
Boolean
public SellerBusinessCodeType getSellerBusinessType()
SellerBusinessCodeType
public void setSellerBusinessType(SellerBusinessCodeType value)
value
- allowed object is
SellerBusinessCodeType
public AmountType getMinimumBestOfferPrice()
AmountType
public void setMinimumBestOfferPrice(AmountType value)
value
- allowed object is
AmountType
public java.lang.String getMinimumBestOfferMessage()
String
public void setMinimumBestOfferMessage(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLocalListingDistance()
String
public void setLocalListingDistance(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTCROriginalItemID()
String
public void setTCROriginalItemID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getViewItemURLForNaturalSearch()
String
public void setViewItemURLForNaturalSearch(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isPayPerLeadEnabled()
Boolean
public void setPayPerLeadEnabled(java.lang.Boolean value)
value
- allowed object is
Boolean
public AmountType getBestOfferAutoAcceptPrice()
AmountType
public void setBestOfferAutoAcceptPrice(AmountType value)
value
- allowed object is
AmountType
public EndReasonCodeType getEndingReason()
EndReasonCodeType
public void setEndingReason(EndReasonCodeType value)
value
- allowed object is
EndReasonCodeType
public java.lang.Object[] getAny()
Element
Object
public java.lang.Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Element
Object
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Element
Object
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.