Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class ItemTotalsType

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

public class ItemTotalsType
extends java.lang.Object
implements java.io.Serializable

Details about items involved in the summary for the specified time period.

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>
 

See Also:
Serialized Form

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

totalQuantity

protected java.lang.Long totalQuantity

totalValue

protected AmountType totalValue
Constructor Detail

ItemTotalsType

public ItemTotalsType()
Method Detail

getTotalQuantity

public java.lang.Long getTotalQuantity()
Gets the value of the totalQuantity property.

Returns:
possible object is Long

setTotalQuantity

public void setTotalQuantity(java.lang.Long value)
Sets the value of the totalQuantity property.

Parameters:
value - allowed object is Long

getTotalValue

public AmountType getTotalValue()
Gets the value of the totalValue property.

Returns:
possible object is AmountType

setTotalValue

public void setTotalValue(AmountType value)
Sets the value of the totalValue property.

Parameters:
value - allowed object is AmountType

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.