|
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.CalculatedHandlingDiscountType
public class CalculatedHandlingDiscountType
Type defining the CalculatedHandlingDiscount container that is used in the SetShippingDiscountProfiles call to specify the rules used to determine package handling costs for an order in which calculated shipping is used.
Java class for CalculatedHandlingDiscountType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CalculatedHandlingDiscountType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DiscountName" type="{urn:ebay:apis:eBLBaseComponents}HandlingNameCodeType" minOccurs="0"/> <element name="OrderHandlingAmount" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="EachAdditionalAmount" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="EachAdditionalOffAmount" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="EachAdditionalPercentOff" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected HandlingNameCodeType |
discountName
|
protected AmountType |
eachAdditionalAmount
|
protected AmountType |
eachAdditionalOffAmount
|
protected java.lang.Float |
eachAdditionalPercentOff
|
protected AmountType |
orderHandlingAmount
|
Constructor Summary | |
---|---|
CalculatedHandlingDiscountType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
HandlingNameCodeType |
getDiscountName()
Gets the value of the discountName property. |
AmountType |
getEachAdditionalAmount()
Gets the value of the eachAdditionalAmount property. |
AmountType |
getEachAdditionalOffAmount()
Gets the value of the eachAdditionalOffAmount property. |
java.lang.Float |
getEachAdditionalPercentOff()
Gets the value of the eachAdditionalPercentOff property. |
AmountType |
getOrderHandlingAmount()
Gets the value of the orderHandlingAmount property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setDiscountName(HandlingNameCodeType value)
Sets the value of the discountName property. |
void |
setEachAdditionalAmount(AmountType value)
Sets the value of the eachAdditionalAmount property. |
void |
setEachAdditionalOffAmount(AmountType value)
Sets the value of the eachAdditionalOffAmount property. |
void |
setEachAdditionalPercentOff(java.lang.Float value)
Sets the value of the eachAdditionalPercentOff property. |
void |
setOrderHandlingAmount(AmountType value)
Sets the value of the orderHandlingAmount property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected HandlingNameCodeType discountName
protected AmountType orderHandlingAmount
protected AmountType eachAdditionalAmount
protected AmountType eachAdditionalOffAmount
protected java.lang.Float eachAdditionalPercentOff
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public CalculatedHandlingDiscountType()
Method Detail |
---|
public HandlingNameCodeType getDiscountName()
HandlingNameCodeType
public void setDiscountName(HandlingNameCodeType value)
value
- allowed object is
HandlingNameCodeType
public AmountType getOrderHandlingAmount()
AmountType
public void setOrderHandlingAmount(AmountType value)
value
- allowed object is
AmountType
public AmountType getEachAdditionalAmount()
AmountType
public void setEachAdditionalAmount(AmountType value)
value
- allowed object is
AmountType
public AmountType getEachAdditionalOffAmount()
AmountType
public void setEachAdditionalOffAmount(AmountType value)
value
- allowed object is
AmountType
public java.lang.Float getEachAdditionalPercentOff()
Float
public void setEachAdditionalPercentOff(java.lang.Float value)
value
- allowed object is
Float
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.