|
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.ReturnPolicyType
public class ReturnPolicyType
Type used to express the details of the return policy for an item.
To get the metadata on the values you can use for specific marketplaces, call GeteBayDetails with DetailName set to ReturnPolicyDetails
, and then review the ReturnPolicyDetails fields in the response.
Note: Historically, the GeteBayDetails call has been used to retrieve return policy metadata. However, the GetCategoryFeatures call now returns category-level metadata for both domestic and international return policies, and developers should make plans to use that call for this metadata.
Java class for ReturnPolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReturnPolicyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RefundOption" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="Refund" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ReturnsWithinOption" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="ReturnsWithin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ReturnsAcceptedOption" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="ReturnsAccepted" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="WarrantyOfferedOption" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="WarrantyOffered" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="WarrantyTypeOption" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="WarrantyType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="WarrantyDurationOption" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="WarrantyDuration" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ShippingCostPaidByOption" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="ShippingCostPaidBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="RestockingFeeValue" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="RestockingFeeValueOption" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="ExtendedHolidayReturns" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="InternationalRefundOption" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="InternationalReturnsAcceptedOption" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="InternationalReturnsWithinOption" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="InternationalShippingCostPaidByOption" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected java.lang.String |
description
|
protected java.lang.Boolean |
extendedHolidayReturns
|
protected java.lang.String |
internationalRefundOption
|
protected java.lang.String |
internationalReturnsAcceptedOption
|
protected java.lang.String |
internationalReturnsWithinOption
|
protected java.lang.String |
internationalShippingCostPaidByOption
|
protected java.lang.String |
refund
|
protected java.lang.String |
refundOption
|
protected java.lang.String |
restockingFeeValue
|
protected java.lang.String |
restockingFeeValueOption
|
protected java.lang.String |
returnsAccepted
|
protected java.lang.String |
returnsAcceptedOption
|
protected java.lang.String |
returnsWithin
|
protected java.lang.String |
returnsWithinOption
|
protected java.lang.String |
shippingCostPaidBy
|
protected java.lang.String |
shippingCostPaidByOption
|
protected java.lang.String |
warrantyDuration
|
protected java.lang.String |
warrantyDurationOption
|
protected java.lang.String |
warrantyOffered
|
protected java.lang.String |
warrantyOfferedOption
|
protected java.lang.String |
warrantyType
|
protected java.lang.String |
warrantyTypeOption
|
Constructor Summary | |
---|---|
ReturnPolicyType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getInternationalRefundOption()
Gets the value of the internationalRefundOption property. |
java.lang.String |
getInternationalReturnsAcceptedOption()
Gets the value of the internationalReturnsAcceptedOption property. |
java.lang.String |
getInternationalReturnsWithinOption()
Gets the value of the internationalReturnsWithinOption property. |
java.lang.String |
getInternationalShippingCostPaidByOption()
Gets the value of the internationalShippingCostPaidByOption property. |
java.lang.String |
getRefund()
Gets the value of the refund property. |
java.lang.String |
getRefundOption()
Gets the value of the refundOption property. |
java.lang.String |
getRestockingFeeValue()
Gets the value of the restockingFeeValue property. |
java.lang.String |
getRestockingFeeValueOption()
Gets the value of the restockingFeeValueOption property. |
java.lang.String |
getReturnsAccepted()
Gets the value of the returnsAccepted property. |
java.lang.String |
getReturnsAcceptedOption()
Gets the value of the returnsAcceptedOption property. |
java.lang.String |
getReturnsWithin()
Gets the value of the returnsWithin property. |
java.lang.String |
getReturnsWithinOption()
Gets the value of the returnsWithinOption property. |
java.lang.String |
getShippingCostPaidBy()
Gets the value of the shippingCostPaidBy property. |
java.lang.String |
getShippingCostPaidByOption()
Gets the value of the shippingCostPaidByOption property. |
java.lang.String |
getWarrantyDuration()
Gets the value of the warrantyDuration property. |
java.lang.String |
getWarrantyDurationOption()
Gets the value of the warrantyDurationOption property. |
java.lang.String |
getWarrantyOffered()
Gets the value of the warrantyOffered property. |
java.lang.String |
getWarrantyOfferedOption()
Gets the value of the warrantyOfferedOption property. |
java.lang.String |
getWarrantyType()
Gets the value of the warrantyType property. |
java.lang.String |
getWarrantyTypeOption()
Gets the value of the warrantyTypeOption property. |
java.lang.Boolean |
isExtendedHolidayReturns()
Gets the value of the extendedHolidayReturns property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setExtendedHolidayReturns(java.lang.Boolean value)
Sets the value of the extendedHolidayReturns property. |
void |
setInternationalRefundOption(java.lang.String value)
Sets the value of the internationalRefundOption property. |
void |
setInternationalReturnsAcceptedOption(java.lang.String value)
Sets the value of the internationalReturnsAcceptedOption property. |
void |
setInternationalReturnsWithinOption(java.lang.String value)
Sets the value of the internationalReturnsWithinOption property. |
void |
setInternationalShippingCostPaidByOption(java.lang.String value)
Sets the value of the internationalShippingCostPaidByOption property. |
void |
setRefund(java.lang.String value)
Sets the value of the refund property. |
void |
setRefundOption(java.lang.String value)
Sets the value of the refundOption property. |
void |
setRestockingFeeValue(java.lang.String value)
Sets the value of the restockingFeeValue property. |
void |
setRestockingFeeValueOption(java.lang.String value)
Sets the value of the restockingFeeValueOption property. |
void |
setReturnsAccepted(java.lang.String value)
Sets the value of the returnsAccepted property. |
void |
setReturnsAcceptedOption(java.lang.String value)
Sets the value of the returnsAcceptedOption property. |
void |
setReturnsWithin(java.lang.String value)
Sets the value of the returnsWithin property. |
void |
setReturnsWithinOption(java.lang.String value)
Sets the value of the returnsWithinOption property. |
void |
setShippingCostPaidBy(java.lang.String value)
Sets the value of the shippingCostPaidBy property. |
void |
setShippingCostPaidByOption(java.lang.String value)
Sets the value of the shippingCostPaidByOption property. |
void |
setWarrantyDuration(java.lang.String value)
Sets the value of the warrantyDuration property. |
void |
setWarrantyDurationOption(java.lang.String value)
Sets the value of the warrantyDurationOption property. |
void |
setWarrantyOffered(java.lang.String value)
Sets the value of the warrantyOffered property. |
void |
setWarrantyOfferedOption(java.lang.String value)
Sets the value of the warrantyOfferedOption property. |
void |
setWarrantyType(java.lang.String value)
Sets the value of the warrantyType property. |
void |
setWarrantyTypeOption(java.lang.String value)
Sets the value of the warrantyTypeOption property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String refundOption
protected java.lang.String refund
protected java.lang.String returnsWithinOption
protected java.lang.String returnsWithin
protected java.lang.String returnsAcceptedOption
protected java.lang.String returnsAccepted
protected java.lang.String description
protected java.lang.String warrantyOfferedOption
protected java.lang.String warrantyOffered
protected java.lang.String warrantyTypeOption
protected java.lang.String warrantyType
protected java.lang.String warrantyDurationOption
protected java.lang.String warrantyDuration
protected java.lang.String shippingCostPaidByOption
protected java.lang.String shippingCostPaidBy
protected java.lang.String restockingFeeValue
protected java.lang.String restockingFeeValueOption
protected java.lang.Boolean extendedHolidayReturns
protected java.lang.String internationalRefundOption
protected java.lang.String internationalReturnsAcceptedOption
protected java.lang.String internationalReturnsWithinOption
protected java.lang.String internationalShippingCostPaidByOption
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public ReturnPolicyType()
Method Detail |
---|
public java.lang.String getRefundOption()
String
public void setRefundOption(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRefund()
String
public void setRefund(java.lang.String value)
value
- allowed object is
String
public java.lang.String getReturnsWithinOption()
String
public void setReturnsWithinOption(java.lang.String value)
value
- allowed object is
String
public java.lang.String getReturnsWithin()
String
public void setReturnsWithin(java.lang.String value)
value
- allowed object is
String
public java.lang.String getReturnsAcceptedOption()
String
public void setReturnsAcceptedOption(java.lang.String value)
value
- allowed object is
String
public java.lang.String getReturnsAccepted()
String
public void setReturnsAccepted(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWarrantyOfferedOption()
String
public void setWarrantyOfferedOption(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWarrantyOffered()
String
public void setWarrantyOffered(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWarrantyTypeOption()
String
public void setWarrantyTypeOption(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWarrantyType()
String
public void setWarrantyType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWarrantyDurationOption()
String
public void setWarrantyDurationOption(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWarrantyDuration()
String
public void setWarrantyDuration(java.lang.String value)
value
- allowed object is
String
public java.lang.String getShippingCostPaidByOption()
String
public void setShippingCostPaidByOption(java.lang.String value)
value
- allowed object is
String
public java.lang.String getShippingCostPaidBy()
String
public void setShippingCostPaidBy(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRestockingFeeValue()
String
public void setRestockingFeeValue(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRestockingFeeValueOption()
String
public void setRestockingFeeValueOption(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isExtendedHolidayReturns()
Boolean
public void setExtendedHolidayReturns(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getInternationalRefundOption()
String
public void setInternationalRefundOption(java.lang.String value)
value
- allowed object is
String
public java.lang.String getInternationalReturnsAcceptedOption()
String
public void setInternationalReturnsAcceptedOption(java.lang.String value)
value
- allowed object is
String
public java.lang.String getInternationalReturnsWithinOption()
String
public void setInternationalReturnsWithinOption(java.lang.String value)
value
- allowed object is
String
public java.lang.String getInternationalShippingCostPaidByOption()
String
public void setInternationalShippingCostPaidByOption(java.lang.String value)
value
- allowed object is
String
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.