|
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.SellingManagerProductDetailsType
public class SellingManagerProductDetailsType
Returned if the user is a Selling Manager user. Defines product information for Selling Manager users.
Java class for SellingManagerProductDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SellingManagerProductDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ProductName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ProductID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="CustomLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="QuantityAvailable" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="UnitCost" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="FolderID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="RestockAlert" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="RestockThreshold" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="VendorInfo" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerVendorDetailsType" minOccurs="0"/> <element name="Note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected java.lang.String |
customLabel
|
protected java.lang.Long |
folderID
|
protected java.lang.String |
note
|
protected java.lang.Long |
productID
|
protected java.lang.String |
productName
|
protected java.lang.Integer |
quantityAvailable
|
protected java.lang.Boolean |
restockAlert
|
protected java.lang.Integer |
restockThreshold
|
protected AmountType |
unitCost
|
protected SellingManagerVendorDetailsType |
vendorInfo
|
Constructor Summary | |
---|---|
SellingManagerProductDetailsType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
java.lang.String |
getCustomLabel()
Gets the value of the customLabel property. |
java.lang.Long |
getFolderID()
Gets the value of the folderID property. |
java.lang.String |
getNote()
Gets the value of the note property. |
java.lang.Long |
getProductID()
Gets the value of the productID property. |
java.lang.String |
getProductName()
Gets the value of the productName property. |
java.lang.Integer |
getQuantityAvailable()
Gets the value of the quantityAvailable property. |
java.lang.Integer |
getRestockThreshold()
Gets the value of the restockThreshold property. |
AmountType |
getUnitCost()
Gets the value of the unitCost property. |
SellingManagerVendorDetailsType |
getVendorInfo()
Gets the value of the vendorInfo property. |
java.lang.Boolean |
isRestockAlert()
Gets the value of the restockAlert property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setCustomLabel(java.lang.String value)
Sets the value of the customLabel property. |
void |
setFolderID(java.lang.Long value)
Sets the value of the folderID property. |
void |
setNote(java.lang.String value)
Sets the value of the note property. |
void |
setProductID(java.lang.Long value)
Sets the value of the productID property. |
void |
setProductName(java.lang.String value)
Sets the value of the productName property. |
void |
setQuantityAvailable(java.lang.Integer value)
Sets the value of the quantityAvailable property. |
void |
setRestockAlert(java.lang.Boolean value)
Sets the value of the restockAlert property. |
void |
setRestockThreshold(java.lang.Integer value)
Sets the value of the restockThreshold property. |
void |
setUnitCost(AmountType value)
Sets the value of the unitCost property. |
void |
setVendorInfo(SellingManagerVendorDetailsType value)
Sets the value of the vendorInfo property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String productName
protected java.lang.Long productID
protected java.lang.String customLabel
protected java.lang.Integer quantityAvailable
protected AmountType unitCost
protected java.lang.Long folderID
protected java.lang.Boolean restockAlert
protected java.lang.Integer restockThreshold
protected SellingManagerVendorDetailsType vendorInfo
protected java.lang.String note
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public SellingManagerProductDetailsType()
Method Detail |
---|
public java.lang.String getProductName()
String
public void setProductName(java.lang.String value)
value
- allowed object is
String
public java.lang.Long getProductID()
Long
public void setProductID(java.lang.Long value)
value
- allowed object is
Long
public java.lang.String getCustomLabel()
String
public void setCustomLabel(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getQuantityAvailable()
Integer
public void setQuantityAvailable(java.lang.Integer value)
value
- allowed object is
Integer
public AmountType getUnitCost()
AmountType
public void setUnitCost(AmountType value)
value
- allowed object is
AmountType
public java.lang.Long getFolderID()
Long
public void setFolderID(java.lang.Long value)
value
- allowed object is
Long
public java.lang.Boolean isRestockAlert()
Boolean
public void setRestockAlert(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Integer getRestockThreshold()
Integer
public void setRestockThreshold(java.lang.Integer value)
value
- allowed object is
Integer
public SellingManagerVendorDetailsType getVendorInfo()
SellingManagerVendorDetailsType
public void setVendorInfo(SellingManagerVendorDetailsType value)
value
- allowed object is
SellingManagerVendorDetailsType
public java.lang.String getNote()
String
public void setNote(java.lang.String value)
value
- allowed object is
String
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.