Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class SellingManagerAlertType

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

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

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>
 

See Also:
Serialized Form

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

alertType

protected SellingManagerAlertTypeCodeType alertType

soldAlert

protected SellingManagerSoldListingsPropertyTypeCodeType soldAlert

inventoryAlert

protected SellingManagerInventoryPropertyTypeCodeType inventoryAlert

automationAlert

protected SellingManagerAutomationPropertyTypeCodeType automationAlert

paisaPayAlert

protected SellingManagerPaisaPayPropertyTypeCodeType paisaPayAlert

generalAlert

protected SellingManagerGeneralPropertyTypeCodeType generalAlert

durationInDays

protected java.lang.Integer durationInDays

count

protected java.lang.Long count

any

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

SellingManagerAlertType

public SellingManagerAlertType()
Method Detail

getAlertType

public SellingManagerAlertTypeCodeType getAlertType()
Gets the value of the alertType property.

Returns:
possible object is SellingManagerAlertTypeCodeType

setAlertType

public void setAlertType(SellingManagerAlertTypeCodeType value)
Sets the value of the alertType property.

Parameters:
value - allowed object is SellingManagerAlertTypeCodeType

getSoldAlert

public SellingManagerSoldListingsPropertyTypeCodeType getSoldAlert()
Gets the value of the soldAlert property.

Returns:
possible object is SellingManagerSoldListingsPropertyTypeCodeType

setSoldAlert

public void setSoldAlert(SellingManagerSoldListingsPropertyTypeCodeType value)
Sets the value of the soldAlert property.

Parameters:
value - allowed object is SellingManagerSoldListingsPropertyTypeCodeType

getInventoryAlert

public SellingManagerInventoryPropertyTypeCodeType getInventoryAlert()
Gets the value of the inventoryAlert property.

Returns:
possible object is SellingManagerInventoryPropertyTypeCodeType

setInventoryAlert

public void setInventoryAlert(SellingManagerInventoryPropertyTypeCodeType value)
Sets the value of the inventoryAlert property.

Parameters:
value - allowed object is SellingManagerInventoryPropertyTypeCodeType

getAutomationAlert

public SellingManagerAutomationPropertyTypeCodeType getAutomationAlert()
Gets the value of the automationAlert property.

Returns:
possible object is SellingManagerAutomationPropertyTypeCodeType

setAutomationAlert

public void setAutomationAlert(SellingManagerAutomationPropertyTypeCodeType value)
Sets the value of the automationAlert property.

Parameters:
value - allowed object is SellingManagerAutomationPropertyTypeCodeType

getPaisaPayAlert

public SellingManagerPaisaPayPropertyTypeCodeType getPaisaPayAlert()
Gets the value of the paisaPayAlert property.

Returns:
possible object is SellingManagerPaisaPayPropertyTypeCodeType

setPaisaPayAlert

public void setPaisaPayAlert(SellingManagerPaisaPayPropertyTypeCodeType value)
Sets the value of the paisaPayAlert property.

Parameters:
value - allowed object is SellingManagerPaisaPayPropertyTypeCodeType

getGeneralAlert

public SellingManagerGeneralPropertyTypeCodeType getGeneralAlert()
Gets the value of the generalAlert property.

Returns:
possible object is SellingManagerGeneralPropertyTypeCodeType

setGeneralAlert

public void setGeneralAlert(SellingManagerGeneralPropertyTypeCodeType value)
Sets the value of the generalAlert property.

Parameters:
value - allowed object is SellingManagerGeneralPropertyTypeCodeType

getDurationInDays

public java.lang.Integer getDurationInDays()
Gets the value of the durationInDays property.

Returns:
possible object is Integer

setDurationInDays

public void setDurationInDays(java.lang.Integer value)
Sets the value of the durationInDays property.

Parameters:
value - allowed object is Integer

getCount

public java.lang.Long getCount()
Gets the value of the count property.

Returns:
possible object is Long

setCount

public void setCount(java.lang.Long value)
Sets the value of the count property.

Parameters:
value - allowed object is Long

getAny

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

getAny

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

getAnyLength

public int getAnyLength()

setAny

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

_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 Element Object

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.