Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class PickupMethodSelectedType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.PickupMethodSelectedType
All Implemented Interfaces:
Serializable

public class PickupMethodSelectedType
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

pickupMethod

protected String pickupMethod

pickupStoreID

protected String pickupStoreID

pickupStatus

protected PickupStatusCodeType pickupStatus

merchantPickupCode

protected String merchantPickupCode

pickupFulfillmentTime

protected Calendar pickupFulfillmentTime

pickupLocationUUID

protected String pickupLocationUUID

any

protected List<Object> any
Constructor Detail

PickupMethodSelectedType

public PickupMethodSelectedType()
Method Detail

getPickupMethod

public String getPickupMethod()
Gets the value of the pickupMethod property.

Returns:
possible object is String

setPickupMethod

public void setPickupMethod(String value)
Sets the value of the pickupMethod property.

Parameters:
value - allowed object is String

getPickupStoreID

public String getPickupStoreID()
Gets the value of the pickupStoreID property.

Returns:
possible object is String

setPickupStoreID

public void setPickupStoreID(String value)
Sets the value of the pickupStoreID property.

Parameters:
value - allowed object is String

getPickupStatus

public PickupStatusCodeType getPickupStatus()
Gets the value of the pickupStatus property.

Returns:
possible object is PickupStatusCodeType

setPickupStatus

public void setPickupStatus(PickupStatusCodeType value)
Sets the value of the pickupStatus property.

Parameters:
value - allowed object is PickupStatusCodeType

getMerchantPickupCode

public String getMerchantPickupCode()
Gets the value of the merchantPickupCode property.

Returns:
possible object is String

setMerchantPickupCode

public void setMerchantPickupCode(String value)
Sets the value of the merchantPickupCode property.

Parameters:
value - allowed object is String

getPickupFulfillmentTime

public Calendar getPickupFulfillmentTime()
Gets the value of the pickupFulfillmentTime property.

Returns:
possible object is String

setPickupFulfillmentTime

public void setPickupFulfillmentTime(Calendar value)
Sets the value of the pickupFulfillmentTime property.

Parameters:
value - allowed object is String

getPickupLocationUUID

public String getPickupLocationUUID()
Gets the value of the pickupLocationUUID property.

Returns:
possible object is String

setPickupLocationUUID

public void setPickupLocationUUID(String value)
Sets the value of the pickupLocationUUID property.

Parameters:
value - allowed object is String

getAny

public Object[] getAny()
Returns:
array of Element Object

getAny

public Object getAny(int idx)
Returns:
one of Element Object

getAnyLength

public int getAnyLength()

setAny

public void setAny(Object[] values)
Parameters:
values - allowed objects are Element Object

_getAny

protected List<Object> _getAny()

setAny

public Object setAny(int idx,
                     Object value)
Parameters:
value - allowed object is Element Object

Changes since
the last release

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.