|
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.CalculatedShippingRateType
public class CalculatedShippingRateType
Details pertinent to one or more items for which
calculated shipping (or flat rate shipping using shipping rate tables with
weight surcharges) has been offered by the seller, such as package
dimension and weight and packaging/handling costs. Also returned
with the data for an item's transaction.
Note:
The CalculatedShippingRate container should only be used to specify values for the InternationalPackagingHandlingCosts, OriginatingPostalCode, and/or PackagingHandlingCosts fields. The rest of the fields in the CalculatedShippingRate container should now be specified in the ShippingPackageDetails container instead.
Java class for CalculatedShippingRateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CalculatedShippingRateType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="OriginatingPostalCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="MeasurementUnit" type="{urn:ebay:apis:eBLBaseComponents}MeasurementSystemCodeType" minOccurs="0"/> <element name="PackagingHandlingCosts" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="ShippingIrregular" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="InternationalPackagingHandlingCosts" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected AmountType |
internationalPackagingHandlingCosts
|
protected MeasurementSystemCodeType |
measurementUnit
|
protected java.lang.String |
originatingPostalCode
|
protected AmountType |
packagingHandlingCosts
|
protected java.lang.Boolean |
shippingIrregular
|
Constructor Summary | |
---|---|
CalculatedShippingRateType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
AmountType |
getInternationalPackagingHandlingCosts()
Gets the value of the internationalPackagingHandlingCosts property. |
MeasurementSystemCodeType |
getMeasurementUnit()
Gets the value of the measurementUnit property. |
java.lang.String |
getOriginatingPostalCode()
Gets the value of the originatingPostalCode property. |
AmountType |
getPackagingHandlingCosts()
Gets the value of the packagingHandlingCosts property. |
java.lang.Boolean |
isShippingIrregular()
Gets the value of the shippingIrregular property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setInternationalPackagingHandlingCosts(AmountType value)
Sets the value of the internationalPackagingHandlingCosts property. |
void |
setMeasurementUnit(MeasurementSystemCodeType value)
Sets the value of the measurementUnit property. |
void |
setOriginatingPostalCode(java.lang.String value)
Sets the value of the originatingPostalCode property. |
void |
setPackagingHandlingCosts(AmountType value)
Sets the value of the packagingHandlingCosts property. |
void |
setShippingIrregular(java.lang.Boolean value)
Sets the value of the shippingIrregular 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 originatingPostalCode
protected MeasurementSystemCodeType measurementUnit
protected AmountType packagingHandlingCosts
protected java.lang.Boolean shippingIrregular
protected AmountType internationalPackagingHandlingCosts
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public CalculatedShippingRateType()
Method Detail |
---|
public java.lang.String getOriginatingPostalCode()
String
public void setOriginatingPostalCode(java.lang.String value)
value
- allowed object is
String
public MeasurementSystemCodeType getMeasurementUnit()
MeasurementSystemCodeType
public void setMeasurementUnit(MeasurementSystemCodeType value)
value
- allowed object is
MeasurementSystemCodeType
public AmountType getPackagingHandlingCosts()
AmountType
public void setPackagingHandlingCosts(AmountType value)
value
- allowed object is
AmountType
public java.lang.Boolean isShippingIrregular()
Boolean
public void setShippingIrregular(java.lang.Boolean value)
value
- allowed object is
Boolean
public AmountType getInternationalPackagingHandlingCosts()
AmountType
public void setInternationalPackagingHandlingCosts(AmountType value)
value
- allowed object is
AmountType
public java.lang.Object[] getAny()
Object
Element
public java.lang.Object getAny(int idx)
Object
Element
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Object
Element
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Object
Element
|
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.