Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class SellingManagerProductInventoryStatusType

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

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

Describes the inventory status of a specific Selling Manager Product

Java class for SellingManagerProductInventoryStatusType complex type.

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

 <complexType name="SellingManagerProductInventoryStatusType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="QuantityScheduled" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="QuantityActive" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="QuantitySold" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="QuantityUnsold" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="SuccessPercent" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
         <element name="AverageSellingPrice" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<java.lang.Object> any
           
protected  AmountType averageSellingPrice
           
protected  java.lang.Integer quantityActive
           
protected  java.lang.Integer quantityScheduled
           
protected  java.lang.Integer quantitySold
           
protected  java.lang.Integer quantityUnsold
           
protected  java.lang.Float successPercent
           
 
Constructor Summary
SellingManagerProductInventoryStatusType()
           
 
Method Summary
protected  java.util.List<java.lang.Object> _getAny()
           
 java.lang.Object[] getAny()
           
 java.lang.Object getAny(int idx)
           
 int getAnyLength()
           
 AmountType getAverageSellingPrice()
          Gets the value of the averageSellingPrice property.
 java.lang.Integer getQuantityActive()
          Gets the value of the quantityActive property.
 java.lang.Integer getQuantityScheduled()
          Gets the value of the quantityScheduled property.
 java.lang.Integer getQuantitySold()
          Gets the value of the quantitySold property.
 java.lang.Integer getQuantityUnsold()
          Gets the value of the quantityUnsold property.
 java.lang.Float getSuccessPercent()
          Gets the value of the successPercent property.
 java.lang.Object setAny(int idx, java.lang.Object value)
           
 void setAny(java.lang.Object[] values)
           
 void setAverageSellingPrice(AmountType value)
          Sets the value of the averageSellingPrice property.
 void setQuantityActive(java.lang.Integer value)
          Sets the value of the quantityActive property.
 void setQuantityScheduled(java.lang.Integer value)
          Sets the value of the quantityScheduled property.
 void setQuantitySold(java.lang.Integer value)
          Sets the value of the quantitySold property.
 void setQuantityUnsold(java.lang.Integer value)
          Sets the value of the quantityUnsold property.
 void setSuccessPercent(java.lang.Float value)
          Sets the value of the successPercent property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

quantityScheduled

protected java.lang.Integer quantityScheduled

quantityActive

protected java.lang.Integer quantityActive

quantitySold

protected java.lang.Integer quantitySold

quantityUnsold

protected java.lang.Integer quantityUnsold

successPercent

protected java.lang.Float successPercent

averageSellingPrice

protected AmountType averageSellingPrice

any

protected java.util.List<java.lang.Object> any
Constructor Detail

SellingManagerProductInventoryStatusType

public SellingManagerProductInventoryStatusType()
Method Detail

getQuantityScheduled

public java.lang.Integer getQuantityScheduled()
Gets the value of the quantityScheduled property.

Returns:
possible object is Integer

setQuantityScheduled

public void setQuantityScheduled(java.lang.Integer value)
Sets the value of the quantityScheduled property.

Parameters:
value - allowed object is Integer

getQuantityActive

public java.lang.Integer getQuantityActive()
Gets the value of the quantityActive property.

Returns:
possible object is Integer

setQuantityActive

public void setQuantityActive(java.lang.Integer value)
Sets the value of the quantityActive property.

Parameters:
value - allowed object is Integer

getQuantitySold

public java.lang.Integer getQuantitySold()
Gets the value of the quantitySold property.

Returns:
possible object is Integer

setQuantitySold

public void setQuantitySold(java.lang.Integer value)
Sets the value of the quantitySold property.

Parameters:
value - allowed object is Integer

getQuantityUnsold

public java.lang.Integer getQuantityUnsold()
Gets the value of the quantityUnsold property.

Returns:
possible object is Integer

setQuantityUnsold

public void setQuantityUnsold(java.lang.Integer value)
Sets the value of the quantityUnsold property.

Parameters:
value - allowed object is Integer

getSuccessPercent

public java.lang.Float getSuccessPercent()
Gets the value of the successPercent property.

Returns:
possible object is Float

setSuccessPercent

public void setSuccessPercent(java.lang.Float value)
Sets the value of the successPercent property.

Parameters:
value - allowed object is Float

getAverageSellingPrice

public AmountType getAverageSellingPrice()
Gets the value of the averageSellingPrice property.

Returns:
possible object is AmountType

setAverageSellingPrice

public void setAverageSellingPrice(AmountType value)
Sets the value of the averageSellingPrice property.

Parameters:
value - allowed object is AmountType

getAny

public java.lang.Object[] getAny()
Returns:
array of Object Element

getAny

public java.lang.Object getAny(int idx)
Returns:
one of Object Element

getAnyLength

public int getAnyLength()

setAny

public void setAny(java.lang.Object[] values)
Parameters:
values - allowed objects are Object Element

_getAny

protected java.util.List<java.lang.Object> _getAny()

setAny

public java.lang.Object setAny(int idx,
                               java.lang.Object value)
Parameters:
value - allowed object is Object Element

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.