|
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 List<Object> |
any
|
protected String |
customLabel
|
protected Long |
folderID
|
protected String |
note
|
protected Long |
productID
|
protected String |
productName
|
protected Integer |
quantityAvailable
|
protected Boolean |
restockAlert
|
protected Integer |
restockThreshold
|
protected AmountType |
unitCost
|
protected SellingManagerVendorDetailsType |
vendorInfo
|
Constructor Summary | |
---|---|
SellingManagerProductDetailsType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
String |
getCustomLabel()
Gets the value of the customLabel property. |
Long |
getFolderID()
Gets the value of the folderID property. |
String |
getNote()
Gets the value of the note property. |
Long |
getProductID()
Gets the value of the productID property. |
String |
getProductName()
Gets the value of the productName property. |
Integer |
getQuantityAvailable()
Gets the value of the quantityAvailable property. |
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. |
Boolean |
isRestockAlert()
Gets the value of the restockAlert property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setCustomLabel(String value)
Sets the value of the customLabel property. |
void |
setFolderID(Long value)
Sets the value of the folderID property. |
void |
setNote(String value)
Sets the value of the note property. |
void |
setProductID(Long value)
Sets the value of the productID property. |
void |
setProductName(String value)
Sets the value of the productName property. |
void |
setQuantityAvailable(Integer value)
Sets the value of the quantityAvailable property. |
void |
setRestockAlert(Boolean value)
Sets the value of the restockAlert property. |
void |
setRestockThreshold(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 String productName
protected Long productID
protected String customLabel
protected Integer quantityAvailable
protected AmountType unitCost
protected Long folderID
protected Boolean restockAlert
protected Integer restockThreshold
protected SellingManagerVendorDetailsType vendorInfo
protected String note
protected List<Object> any
Constructor Detail |
---|
public SellingManagerProductDetailsType()
Method Detail |
---|
public String getProductName()
String
public void setProductName(String value)
value
- allowed object is
String
public Long getProductID()
Long
public void setProductID(Long value)
value
- allowed object is
Long
public String getCustomLabel()
String
public void setCustomLabel(String value)
value
- allowed object is
String
public Integer getQuantityAvailable()
Integer
public void setQuantityAvailable(Integer value)
value
- allowed object is
Integer
public AmountType getUnitCost()
AmountType
public void setUnitCost(AmountType value)
value
- allowed object is
AmountType
public Long getFolderID()
Long
public void setFolderID(Long value)
value
- allowed object is
Long
public Boolean isRestockAlert()
Boolean
public void setRestockAlert(Boolean value)
value
- allowed object is
Boolean
public Integer getRestockThreshold()
Integer
public void setRestockThreshold(Integer value)
value
- allowed object is
Integer
public SellingManagerVendorDetailsType getVendorInfo()
SellingManagerVendorDetailsType
public void setVendorInfo(SellingManagerVendorDetailsType value)
value
- allowed object is
SellingManagerVendorDetailsType
public String getNote()
String
public void setNote(String value)
value
- allowed object is
String
public Object[] getAny()
Element
Object
public Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(Object[] values)
values
- allowed objects are
Element
Object
protected List<Object> _getAny()
public Object setAny(int idx, 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.