|
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.PickupMethodSelectedType
public class PickupMethodSelectedType
Type defining the PickupMethodSelected container, which consists of details related to the selected local pickup method (In-Store Pickup or "Click and Collect"), including the pickup method, the merchant's store ID, the status of the pickup, and the pickup reference code (if provided by merchant).
Note: At this time, the In-Store Pickup feature is generally only available to large retail merchants in US, and can only be applied to multi-quantity, fixed-price listings. The "Click and Collect" feature is only available to large merchants on the eBay UK (site ID - 3), eBay Australia (Site ID - 15), and eBay Germany (Site ID - 77) sites.
Java class for PickupMethodSelectedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PickupMethodSelectedType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PickupMethod" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="PickupStoreID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PickupStatus" type="{urn:ebay:apis:eBLBaseComponents}PickupStatusCodeType" minOccurs="0"/> <element name="MerchantPickupCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PickupFulfillmentTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="PickupLocationUUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected java.lang.String |
merchantPickupCode
|
protected java.util.Calendar |
pickupFulfillmentTime
|
protected java.lang.String |
pickupLocationUUID
|
protected java.lang.String |
pickupMethod
|
protected PickupStatusCodeType |
pickupStatus
|
protected java.lang.String |
pickupStoreID
|
Constructor Summary | |
---|---|
PickupMethodSelectedType()
|
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 |
getMerchantPickupCode()
Gets the value of the merchantPickupCode property. |
java.util.Calendar |
getPickupFulfillmentTime()
Gets the value of the pickupFulfillmentTime property. |
java.lang.String |
getPickupLocationUUID()
Gets the value of the pickupLocationUUID property. |
java.lang.String |
getPickupMethod()
Gets the value of the pickupMethod property. |
PickupStatusCodeType |
getPickupStatus()
Gets the value of the pickupStatus property. |
java.lang.String |
getPickupStoreID()
Gets the value of the pickupStoreID property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setMerchantPickupCode(java.lang.String value)
Sets the value of the merchantPickupCode property. |
void |
setPickupFulfillmentTime(java.util.Calendar value)
Sets the value of the pickupFulfillmentTime property. |
void |
setPickupLocationUUID(java.lang.String value)
Sets the value of the pickupLocationUUID property. |
void |
setPickupMethod(java.lang.String value)
Sets the value of the pickupMethod property. |
void |
setPickupStatus(PickupStatusCodeType value)
Sets the value of the pickupStatus property. |
void |
setPickupStoreID(java.lang.String value)
Sets the value of the pickupStoreID 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 pickupMethod
protected java.lang.String pickupStoreID
protected PickupStatusCodeType pickupStatus
protected java.lang.String merchantPickupCode
protected java.util.Calendar pickupFulfillmentTime
protected java.lang.String pickupLocationUUID
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public PickupMethodSelectedType()
Method Detail |
---|
public java.lang.String getPickupMethod()
String
public void setPickupMethod(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPickupStoreID()
String
public void setPickupStoreID(java.lang.String value)
value
- allowed object is
String
public PickupStatusCodeType getPickupStatus()
PickupStatusCodeType
public void setPickupStatus(PickupStatusCodeType value)
value
- allowed object is
PickupStatusCodeType
public java.lang.String getMerchantPickupCode()
String
public void setMerchantPickupCode(java.lang.String value)
value
- allowed object is
String
public java.util.Calendar getPickupFulfillmentTime()
String
public void setPickupFulfillmentTime(java.util.Calendar value)
value
- allowed object is
String
public java.lang.String getPickupLocationUUID()
String
public void setPickupLocationUUID(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.