|
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.SellingManagerProductInventoryStatusType
public class SellingManagerProductInventoryStatusType
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>
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 |
---|
protected java.lang.Integer quantityScheduled
protected java.lang.Integer quantityActive
protected java.lang.Integer quantitySold
protected java.lang.Integer quantityUnsold
protected java.lang.Float successPercent
protected AmountType averageSellingPrice
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public SellingManagerProductInventoryStatusType()
Method Detail |
---|
public java.lang.Integer getQuantityScheduled()
Integer
public void setQuantityScheduled(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getQuantityActive()
Integer
public void setQuantityActive(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getQuantitySold()
Integer
public void setQuantitySold(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getQuantityUnsold()
Integer
public void setQuantityUnsold(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Float getSuccessPercent()
Float
public void setSuccessPercent(java.lang.Float value)
value
- allowed object is
Float
public AmountType getAverageSellingPrice()
AmountType
public void setAverageSellingPrice(AmountType value)
value
- allowed object is
AmountType
public java.lang.Object[] getAny()
Element
Object
public java.lang.Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Element
Object
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.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.