|
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.SellerDiscountsType
public class SellerDiscountsType
Type defining the SellerDiscounts container, which consists of one or more SellerDiscount nodes, as well as the original purchase price and shipping cost of the order line item.
Java class for SellerDiscountsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SellerDiscountsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="OriginalItemPrice" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="OriginalItemShippingCost" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="OriginalShippingService" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="SellerDiscount" type="{urn:ebay:apis:eBLBaseComponents}SellerDiscountType" maxOccurs="unbounded" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected AmountType |
originalItemPrice
|
protected AmountType |
originalItemShippingCost
|
protected String |
originalShippingService
|
protected List<SellerDiscountType> |
sellerDiscount
|
Constructor Summary | |
---|---|
SellerDiscountsType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
protected List<SellerDiscountType> |
_getSellerDiscount()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
AmountType |
getOriginalItemPrice()
Gets the value of the originalItemPrice property. |
AmountType |
getOriginalItemShippingCost()
Gets the value of the originalItemShippingCost property. |
String |
getOriginalShippingService()
Gets the value of the originalShippingService property. |
SellerDiscountType[] |
getSellerDiscount()
|
SellerDiscountType |
getSellerDiscount(int idx)
|
int |
getSellerDiscountLength()
|
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setOriginalItemPrice(AmountType value)
Sets the value of the originalItemPrice property. |
void |
setOriginalItemShippingCost(AmountType value)
Sets the value of the originalItemShippingCost property. |
void |
setOriginalShippingService(String value)
Sets the value of the originalShippingService property. |
SellerDiscountType |
setSellerDiscount(int idx,
SellerDiscountType value)
|
void |
setSellerDiscount(SellerDiscountType[] values)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AmountType originalItemPrice
protected AmountType originalItemShippingCost
protected String originalShippingService
protected List<SellerDiscountType> sellerDiscount
protected List<Object> any
Constructor Detail |
---|
public SellerDiscountsType()
Method Detail |
---|
public AmountType getOriginalItemPrice()
AmountType
public void setOriginalItemPrice(AmountType value)
value
- allowed object is
AmountType
public AmountType getOriginalItemShippingCost()
AmountType
public void setOriginalItemShippingCost(AmountType value)
value
- allowed object is
AmountType
public String getOriginalShippingService()
String
public void setOriginalShippingService(String value)
value
- allowed object is
String
public SellerDiscountType[] getSellerDiscount()
SellerDiscountType
public SellerDiscountType getSellerDiscount(int idx)
SellerDiscountType
public int getSellerDiscountLength()
public void setSellerDiscount(SellerDiscountType[] values)
values
- allowed objects are
SellerDiscountType
protected List<SellerDiscountType> _getSellerDiscount()
public SellerDiscountType setSellerDiscount(int idx, SellerDiscountType value)
value
- allowed object is
SellerDiscountType
public Object[] getAny()
Element
Object
public Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(Object[] values)
values
- allowed objects are
Element
Object
protected List<Object> _getAny()
public Object setAny(int idx, Object value)
value
- allowed object is
Element
Object
|
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.