|
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.AbstractRequestType
com.ebay.soap.eBLBaseComponents.GetItemShippingRequestType
public class GetItemShippingRequestType
This is the base request type of the GetItemShipping call. This call takes an ItemID value for an item that has yet to be shipped, and then returns estimated shipping costs for every shipping service that the seller has offered with the listing. This call will also return PickUpInStoreDetails.EligibleForPickupDropOff and PickUpInStoreDetails.EligibleForPickupInStore flags if the item is available for buyer pick-up through the In-Store Pickup or Click and Collect features.
Java class for GetItemShippingRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetItemShippingRequestType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType"> <sequence> <element name="ItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" minOccurs="0"/> <element name="QuantitySold" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="DestinationPostalCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DestinationCountryCode" type="{urn:ebay:apis:eBLBaseComponents}CountryCodeType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected CountryCodeType |
destinationCountryCode
|
protected String |
destinationPostalCode
|
protected String |
itemID
|
protected Integer |
quantitySold
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel |
Constructor Summary | |
---|---|
GetItemShippingRequestType()
|
Method Summary | |
---|---|
CountryCodeType |
getDestinationCountryCode()
Gets the value of the destinationCountryCode property. |
String |
getDestinationPostalCode()
Gets the value of the destinationPostalCode property. |
String |
getItemID()
Gets the value of the itemID property. |
Integer |
getQuantitySold()
Gets the value of the quantitySold property. |
void |
setDestinationCountryCode(CountryCodeType value)
Sets the value of the destinationCountryCode property. |
void |
setDestinationPostalCode(String value)
Sets the value of the destinationPostalCode property. |
void |
setItemID(String value)
Sets the value of the itemID property. |
void |
setQuantitySold(Integer value)
Sets the value of the quantitySold property. |
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
_getAny, _getDetailLevel, _getOutputSelector, getAny, getAny, getAnyLength, getBotBlock, getDetailLevel, getDetailLevel, getDetailLevelLength, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getOutputSelectorLength, getVersion, getWarningLevel, setAny, setAny, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String itemID
protected Integer quantitySold
protected String destinationPostalCode
protected CountryCodeType destinationCountryCode
Constructor Detail |
---|
public GetItemShippingRequestType()
Method Detail |
---|
public String getItemID()
String
public void setItemID(String value)
value
- allowed object is
String
public Integer getQuantitySold()
Integer
public void setQuantitySold(Integer value)
value
- allowed object is
Integer
public String getDestinationPostalCode()
String
public void setDestinationPostalCode(String value)
value
- allowed object is
String
public CountryCodeType getDestinationCountryCode()
CountryCodeType
public void setDestinationCountryCode(CountryCodeType value)
value
- allowed object is
CountryCodeType
|
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.