|
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.SellingManagerAlertType
public class SellingManagerAlertType
Type defining the Alert container, which contains summary information on one type of Selling Manager alert.
Java class for SellingManagerAlertType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SellingManagerAlertType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AlertType" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerAlertTypeCodeType" minOccurs="0"/> <element name="SoldAlert" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerSoldListingsPropertyTypeCodeType" minOccurs="0"/> <element name="InventoryAlert" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerInventoryPropertyTypeCodeType" minOccurs="0"/> <element name="AutomationAlert" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerAutomationPropertyTypeCodeType" minOccurs="0"/> <element name="PaisaPayAlert" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerPaisaPayPropertyTypeCodeType" minOccurs="0"/> <element name="GeneralAlert" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerGeneralPropertyTypeCodeType" minOccurs="0"/> <element name="DurationInDays" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="Count" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected SellingManagerAlertTypeCodeType |
alertType
|
protected java.util.List<java.lang.Object> |
any
|
protected SellingManagerAutomationPropertyTypeCodeType |
automationAlert
|
protected java.lang.Long |
count
|
protected java.lang.Integer |
durationInDays
|
protected SellingManagerGeneralPropertyTypeCodeType |
generalAlert
|
protected SellingManagerInventoryPropertyTypeCodeType |
inventoryAlert
|
protected SellingManagerPaisaPayPropertyTypeCodeType |
paisaPayAlert
|
protected SellingManagerSoldListingsPropertyTypeCodeType |
soldAlert
|
Constructor Summary | |
---|---|
SellingManagerAlertType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
SellingManagerAlertTypeCodeType |
getAlertType()
Gets the value of the alertType property. |
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
SellingManagerAutomationPropertyTypeCodeType |
getAutomationAlert()
Gets the value of the automationAlert property. |
java.lang.Long |
getCount()
Gets the value of the count property. |
java.lang.Integer |
getDurationInDays()
Gets the value of the durationInDays property. |
SellingManagerGeneralPropertyTypeCodeType |
getGeneralAlert()
Gets the value of the generalAlert property. |
SellingManagerInventoryPropertyTypeCodeType |
getInventoryAlert()
Gets the value of the inventoryAlert property. |
SellingManagerPaisaPayPropertyTypeCodeType |
getPaisaPayAlert()
Gets the value of the paisaPayAlert property. |
SellingManagerSoldListingsPropertyTypeCodeType |
getSoldAlert()
Gets the value of the soldAlert property. |
void |
setAlertType(SellingManagerAlertTypeCodeType value)
Sets the value of the alertType property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setAutomationAlert(SellingManagerAutomationPropertyTypeCodeType value)
Sets the value of the automationAlert property. |
void |
setCount(java.lang.Long value)
Sets the value of the count property. |
void |
setDurationInDays(java.lang.Integer value)
Sets the value of the durationInDays property. |
void |
setGeneralAlert(SellingManagerGeneralPropertyTypeCodeType value)
Sets the value of the generalAlert property. |
void |
setInventoryAlert(SellingManagerInventoryPropertyTypeCodeType value)
Sets the value of the inventoryAlert property. |
void |
setPaisaPayAlert(SellingManagerPaisaPayPropertyTypeCodeType value)
Sets the value of the paisaPayAlert property. |
void |
setSoldAlert(SellingManagerSoldListingsPropertyTypeCodeType value)
Sets the value of the soldAlert property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected SellingManagerAlertTypeCodeType alertType
protected SellingManagerSoldListingsPropertyTypeCodeType soldAlert
protected SellingManagerInventoryPropertyTypeCodeType inventoryAlert
protected SellingManagerAutomationPropertyTypeCodeType automationAlert
protected SellingManagerPaisaPayPropertyTypeCodeType paisaPayAlert
protected SellingManagerGeneralPropertyTypeCodeType generalAlert
protected java.lang.Integer durationInDays
protected java.lang.Long count
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public SellingManagerAlertType()
Method Detail |
---|
public SellingManagerAlertTypeCodeType getAlertType()
SellingManagerAlertTypeCodeType
public void setAlertType(SellingManagerAlertTypeCodeType value)
value
- allowed object is
SellingManagerAlertTypeCodeType
public SellingManagerSoldListingsPropertyTypeCodeType getSoldAlert()
SellingManagerSoldListingsPropertyTypeCodeType
public void setSoldAlert(SellingManagerSoldListingsPropertyTypeCodeType value)
value
- allowed object is
SellingManagerSoldListingsPropertyTypeCodeType
public SellingManagerInventoryPropertyTypeCodeType getInventoryAlert()
SellingManagerInventoryPropertyTypeCodeType
public void setInventoryAlert(SellingManagerInventoryPropertyTypeCodeType value)
value
- allowed object is
SellingManagerInventoryPropertyTypeCodeType
public SellingManagerAutomationPropertyTypeCodeType getAutomationAlert()
SellingManagerAutomationPropertyTypeCodeType
public void setAutomationAlert(SellingManagerAutomationPropertyTypeCodeType value)
value
- allowed object is
SellingManagerAutomationPropertyTypeCodeType
public SellingManagerPaisaPayPropertyTypeCodeType getPaisaPayAlert()
SellingManagerPaisaPayPropertyTypeCodeType
public void setPaisaPayAlert(SellingManagerPaisaPayPropertyTypeCodeType value)
value
- allowed object is
SellingManagerPaisaPayPropertyTypeCodeType
public SellingManagerGeneralPropertyTypeCodeType getGeneralAlert()
SellingManagerGeneralPropertyTypeCodeType
public void setGeneralAlert(SellingManagerGeneralPropertyTypeCodeType value)
value
- allowed object is
SellingManagerGeneralPropertyTypeCodeType
public java.lang.Integer getDurationInDays()
Integer
public void setDurationInDays(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Long getCount()
Long
public void setCount(java.lang.Long value)
value
- allowed object is
Long
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.