Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class PickupMethodSelectedType

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

public class PickupMethodSelectedType
extends java.lang.Object
implements java.io.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 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>
 

See Also:
Serialized Form

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

pickupMethod

protected java.lang.String pickupMethod

pickupStoreID

protected java.lang.String pickupStoreID

pickupStatus

protected PickupStatusCodeType pickupStatus

merchantPickupCode

protected java.lang.String merchantPickupCode

pickupFulfillmentTime

protected java.util.Calendar pickupFulfillmentTime

pickupLocationUUID

protected java.lang.String pickupLocationUUID

any

protected java.util.List<java.lang.Object> any
Constructor Detail

PickupMethodSelectedType

public PickupMethodSelectedType()
Method Detail

getPickupMethod

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

Returns:
possible object is String

setPickupMethod

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

Parameters:
value - allowed object is String

getPickupStoreID

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

Returns:
possible object is String

setPickupStoreID

public void setPickupStoreID(java.lang.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 java.lang.String getMerchantPickupCode()
Gets the value of the merchantPickupCode property.

Returns:
possible object is String

setMerchantPickupCode

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

Parameters:
value - allowed object is String

getPickupFulfillmentTime

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

Returns:
possible object is String

setPickupFulfillmentTime

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

Parameters:
value - allowed object is String

getPickupLocationUUID

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

Returns:
possible object is String

setPickupLocationUUID

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

Parameters:
value - allowed object is String

getAny

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

getAny

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

getAnyLength

public int getAnyLength()

setAny

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

_getAny

protected java.util.List<java.lang.Object> _getAny()

setAny

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

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.