|
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, 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) and eBay Australia (Site ID - 15) 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 List<Object> |
any
|
protected String |
merchantPickupCode
|
protected Calendar |
pickupFulfillmentTime
|
protected String |
pickupLocationUUID
|
protected String |
pickupMethod
|
protected PickupStatusCodeType |
pickupStatus
|
protected String |
pickupStoreID
|
Constructor Summary | |
---|---|
PickupMethodSelectedType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
String |
getMerchantPickupCode()
Gets the value of the merchantPickupCode property. |
Calendar |
getPickupFulfillmentTime()
Gets the value of the pickupFulfillmentTime property. |
String |
getPickupLocationUUID()
Gets the value of the pickupLocationUUID property. |
String |
getPickupMethod()
Gets the value of the pickupMethod property. |
PickupStatusCodeType |
getPickupStatus()
Gets the value of the pickupStatus property. |
String |
getPickupStoreID()
Gets the value of the pickupStoreID property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setMerchantPickupCode(String value)
Sets the value of the merchantPickupCode property. |
void |
setPickupFulfillmentTime(Calendar value)
Sets the value of the pickupFulfillmentTime property. |
void |
setPickupLocationUUID(String value)
Sets the value of the pickupLocationUUID property. |
void |
setPickupMethod(String value)
Sets the value of the pickupMethod property. |
void |
setPickupStatus(PickupStatusCodeType value)
Sets the value of the pickupStatus property. |
void |
setPickupStoreID(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 String pickupMethod
protected String pickupStoreID
protected PickupStatusCodeType pickupStatus
protected String merchantPickupCode
protected Calendar pickupFulfillmentTime
protected String pickupLocationUUID
protected List<Object> any
Constructor Detail |
---|
public PickupMethodSelectedType()
Method Detail |
---|
public String getPickupMethod()
String
public void setPickupMethod(String value)
value
- allowed object is
String
public String getPickupStoreID()
String
public void setPickupStoreID(String value)
value
- allowed object is
String
public PickupStatusCodeType getPickupStatus()
PickupStatusCodeType
public void setPickupStatus(PickupStatusCodeType value)
value
- allowed object is
PickupStatusCodeType
public String getMerchantPickupCode()
String
public void setMerchantPickupCode(String value)
value
- allowed object is
String
public Calendar getPickupFulfillmentTime()
String
public void setPickupFulfillmentTime(Calendar value)
value
- allowed object is
String
public String getPickupLocationUUID()
String
public void setPickupLocationUUID(String value)
value
- allowed object is
String
public Object[] getAny()
Element
Object
public Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(Object[] values)
values
- allowed objects are
Element
Object
protected List<Object> _getAny()
public Object setAny(int idx, 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.