Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class FlatShippingPreferencesType

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

public class FlatShippingPreferencesType
extends Object
implements Serializable

This type is deprecated.

Java class for FlatShippingPreferencesType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FlatShippingPreferencesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AmountPerAdditionalItem" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="DeductionAmountPerAdditionalItem" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="FlatRateInsuranceRangeCost" type="{urn:ebay:apis:eBLBaseComponents}FlatRateInsuranceRangeCostType" maxOccurs="6" minOccurs="0"/>
         <element name="FlatShippingRateOption" type="{urn:ebay:apis:eBLBaseComponents}FlatShippingRateOptionCodeType" minOccurs="0"/>
         <element name="InsuranceOption" type="{urn:ebay:apis:eBLBaseComponents}InsuranceOptionCodeType" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  AmountType amountPerAdditionalItem
           
protected  List<Object> any
           
protected  AmountType deductionAmountPerAdditionalItem
           
protected  List<FlatRateInsuranceRangeCostType> flatRateInsuranceRangeCost
           
protected  FlatShippingRateOptionCodeType flatShippingRateOption
           
protected  InsuranceOptionCodeType insuranceOption
           
 
Constructor Summary
FlatShippingPreferencesType()
           
 
Method Summary
protected  List<Object> _getAny()
           
protected  List<FlatRateInsuranceRangeCostType> _getFlatRateInsuranceRangeCost()
           
 AmountType getAmountPerAdditionalItem()
          Gets the value of the amountPerAdditionalItem property.
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 AmountType getDeductionAmountPerAdditionalItem()
          Gets the value of the deductionAmountPerAdditionalItem property.
 FlatRateInsuranceRangeCostType[] getFlatRateInsuranceRangeCost()
           
 FlatRateInsuranceRangeCostType getFlatRateInsuranceRangeCost(int idx)
           
 int getFlatRateInsuranceRangeCostLength()
           
 FlatShippingRateOptionCodeType getFlatShippingRateOption()
          Gets the value of the flatShippingRateOption property.
 InsuranceOptionCodeType getInsuranceOption()
          Gets the value of the insuranceOption property.
 void setAmountPerAdditionalItem(AmountType value)
          Sets the value of the amountPerAdditionalItem property.
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setDeductionAmountPerAdditionalItem(AmountType value)
          Sets the value of the deductionAmountPerAdditionalItem property.
 void setFlatRateInsuranceRangeCost(FlatRateInsuranceRangeCostType[] values)
           
 FlatRateInsuranceRangeCostType setFlatRateInsuranceRangeCost(int idx, FlatRateInsuranceRangeCostType value)
           
 void setFlatShippingRateOption(FlatShippingRateOptionCodeType value)
          Sets the value of the flatShippingRateOption property.
 void setInsuranceOption(InsuranceOptionCodeType value)
          Sets the value of the insuranceOption property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

amountPerAdditionalItem

protected AmountType amountPerAdditionalItem

deductionAmountPerAdditionalItem

protected AmountType deductionAmountPerAdditionalItem

flatRateInsuranceRangeCost

protected List<FlatRateInsuranceRangeCostType> flatRateInsuranceRangeCost

flatShippingRateOption

protected FlatShippingRateOptionCodeType flatShippingRateOption

insuranceOption

protected InsuranceOptionCodeType insuranceOption

any

protected List<Object> any
Constructor Detail

FlatShippingPreferencesType

public FlatShippingPreferencesType()
Method Detail

getAmountPerAdditionalItem

public AmountType getAmountPerAdditionalItem()
Gets the value of the amountPerAdditionalItem property.

Returns:
possible object is AmountType

setAmountPerAdditionalItem

public void setAmountPerAdditionalItem(AmountType value)
Sets the value of the amountPerAdditionalItem property.

Parameters:
value - allowed object is AmountType

getDeductionAmountPerAdditionalItem

public AmountType getDeductionAmountPerAdditionalItem()
Gets the value of the deductionAmountPerAdditionalItem property.

Returns:
possible object is AmountType

setDeductionAmountPerAdditionalItem

public void setDeductionAmountPerAdditionalItem(AmountType value)
Sets the value of the deductionAmountPerAdditionalItem property.

Parameters:
value - allowed object is AmountType

getFlatRateInsuranceRangeCost

public FlatRateInsuranceRangeCostType[] getFlatRateInsuranceRangeCost()
Returns:
array of FlatRateInsuranceRangeCostType

getFlatRateInsuranceRangeCost

public FlatRateInsuranceRangeCostType getFlatRateInsuranceRangeCost(int idx)
Returns:
one of FlatRateInsuranceRangeCostType

getFlatRateInsuranceRangeCostLength

public int getFlatRateInsuranceRangeCostLength()

setFlatRateInsuranceRangeCost

public void setFlatRateInsuranceRangeCost(FlatRateInsuranceRangeCostType[] values)
Parameters:
values - allowed objects are FlatRateInsuranceRangeCostType

_getFlatRateInsuranceRangeCost

protected List<FlatRateInsuranceRangeCostType> _getFlatRateInsuranceRangeCost()

setFlatRateInsuranceRangeCost

public FlatRateInsuranceRangeCostType setFlatRateInsuranceRangeCost(int idx,
                                                                    FlatRateInsuranceRangeCostType value)
Parameters:
value - allowed object is FlatRateInsuranceRangeCostType

getFlatShippingRateOption

public FlatShippingRateOptionCodeType getFlatShippingRateOption()
Gets the value of the flatShippingRateOption property.

Returns:
possible object is FlatShippingRateOptionCodeType

setFlatShippingRateOption

public void setFlatShippingRateOption(FlatShippingRateOptionCodeType value)
Sets the value of the flatShippingRateOption property.

Parameters:
value - allowed object is FlatShippingRateOptionCodeType

getInsuranceOption

public InsuranceOptionCodeType getInsuranceOption()
Gets the value of the insuranceOption property.

Returns:
possible object is InsuranceOptionCodeType

setInsuranceOption

public void setInsuranceOption(InsuranceOptionCodeType value)
Sets the value of the insuranceOption property.

Parameters:
value - allowed object is InsuranceOptionCodeType

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.