|
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.ItemTotalsType
public class ItemTotalsType
This type is deprecated.
Java class for ItemTotalsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemTotalsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TotalQuantity" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="TotalValue" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.Long |
totalQuantity
|
protected AmountType |
totalValue
|
Constructor Summary | |
---|---|
ItemTotalsType()
|
Method Summary | |
---|---|
java.lang.Long |
getTotalQuantity()
Gets the value of the totalQuantity property. |
AmountType |
getTotalValue()
Gets the value of the totalValue property. |
void |
setTotalQuantity(java.lang.Long value)
Sets the value of the totalQuantity property. |
void |
setTotalValue(AmountType value)
Sets the value of the totalValue property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Long totalQuantity
protected AmountType totalValue
Constructor Detail |
---|
public ItemTotalsType()
Method Detail |
---|
public java.lang.Long getTotalQuantity()
Long
public void setTotalQuantity(java.lang.Long value)
value
- allowed object is
Long
public AmountType getTotalValue()
AmountType
public void setTotalValue(AmountType value)
value
- allowed object is
AmountType
|
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.