Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class SellingManagerAutoRelistType

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

public class SellingManagerAutoRelistType
extends Object
implements Serializable

Provides information about an automated relisting rule. Automated relisting rules cannot be combined with automated listing rules. A template can have one set of information per automated relisting rule specified.

Java class for SellingManagerAutoRelistType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SellingManagerAutoRelistType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Type" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerAutoRelistTypeCodeType" minOccurs="0"/>
         <element name="RelistCondition" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerAutoRelistOptionCodeType" minOccurs="0"/>
         <element name="RelistAfterDays" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="RelistAfterHours" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="RelistAtSpecificTimeOfDay" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
         <element name="BestOfferDetails" type="{urn:ebay:apis:eBLBaseComponents}BestOfferDetailsType" minOccurs="0"/>
         <element name="ListingHoldInventoryLevel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Object> any
           
protected  BestOfferDetailsType bestOfferDetails
           
protected  Integer listingHoldInventoryLevel
           
protected  Integer relistAfterDays
           
protected  Integer relistAfterHours
           
protected  XMLGregorianCalendar relistAtSpecificTimeOfDay
           
protected  SellingManagerAutoRelistOptionCodeType relistCondition
           
protected  SellingManagerAutoRelistTypeCodeType type
           
 
Constructor Summary
SellingManagerAutoRelistType()
           
 
Method Summary
protected  List<Object> _getAny()
           
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 BestOfferDetailsType getBestOfferDetails()
          Gets the value of the bestOfferDetails property.
 Integer getListingHoldInventoryLevel()
          Gets the value of the listingHoldInventoryLevel property.
 Integer getRelistAfterDays()
          Gets the value of the relistAfterDays property.
 Integer getRelistAfterHours()
          Gets the value of the relistAfterHours property.
 XMLGregorianCalendar getRelistAtSpecificTimeOfDay()
          Gets the value of the relistAtSpecificTimeOfDay property.
 SellingManagerAutoRelistOptionCodeType getRelistCondition()
          Gets the value of the relistCondition property.
 SellingManagerAutoRelistTypeCodeType getType()
          Gets the value of the type property.
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setBestOfferDetails(BestOfferDetailsType value)
          Sets the value of the bestOfferDetails property.
 void setListingHoldInventoryLevel(Integer value)
          Sets the value of the listingHoldInventoryLevel property.
 void setRelistAfterDays(Integer value)
          Sets the value of the relistAfterDays property.
 void setRelistAfterHours(Integer value)
          Sets the value of the relistAfterHours property.
 void setRelistAtSpecificTimeOfDay(XMLGregorianCalendar value)
          Sets the value of the relistAtSpecificTimeOfDay property.
 void setRelistCondition(SellingManagerAutoRelistOptionCodeType value)
          Sets the value of the relistCondition property.
 void setType(SellingManagerAutoRelistTypeCodeType value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected SellingManagerAutoRelistTypeCodeType type

relistCondition

protected SellingManagerAutoRelistOptionCodeType relistCondition

relistAfterDays

protected Integer relistAfterDays

relistAfterHours

protected Integer relistAfterHours

relistAtSpecificTimeOfDay

protected XMLGregorianCalendar relistAtSpecificTimeOfDay

bestOfferDetails

protected BestOfferDetailsType bestOfferDetails

listingHoldInventoryLevel

protected Integer listingHoldInventoryLevel

any

protected List<Object> any
Constructor Detail

SellingManagerAutoRelistType

public SellingManagerAutoRelistType()
Method Detail

getType

public SellingManagerAutoRelistTypeCodeType getType()
Gets the value of the type property.

Returns:
possible object is SellingManagerAutoRelistTypeCodeType

setType

public void setType(SellingManagerAutoRelistTypeCodeType value)
Sets the value of the type property.

Parameters:
value - allowed object is SellingManagerAutoRelistTypeCodeType

getRelistCondition

public SellingManagerAutoRelistOptionCodeType getRelistCondition()
Gets the value of the relistCondition property.

Returns:
possible object is SellingManagerAutoRelistOptionCodeType

setRelistCondition

public void setRelistCondition(SellingManagerAutoRelistOptionCodeType value)
Sets the value of the relistCondition property.

Parameters:
value - allowed object is SellingManagerAutoRelistOptionCodeType

getRelistAfterDays

public Integer getRelistAfterDays()
Gets the value of the relistAfterDays property.

Returns:
possible object is Integer

setRelistAfterDays

public void setRelistAfterDays(Integer value)
Sets the value of the relistAfterDays property.

Parameters:
value - allowed object is Integer

getRelistAfterHours

public Integer getRelistAfterHours()
Gets the value of the relistAfterHours property.

Returns:
possible object is Integer

setRelistAfterHours

public void setRelistAfterHours(Integer value)
Sets the value of the relistAfterHours property.

Parameters:
value - allowed object is Integer

getRelistAtSpecificTimeOfDay

public XMLGregorianCalendar getRelistAtSpecificTimeOfDay()
Gets the value of the relistAtSpecificTimeOfDay property.

Returns:
possible object is XMLGregorianCalendar

setRelistAtSpecificTimeOfDay

public void setRelistAtSpecificTimeOfDay(XMLGregorianCalendar value)
Sets the value of the relistAtSpecificTimeOfDay property.

Parameters:
value - allowed object is XMLGregorianCalendar

getBestOfferDetails

public BestOfferDetailsType getBestOfferDetails()
Gets the value of the bestOfferDetails property.

Returns:
possible object is BestOfferDetailsType

setBestOfferDetails

public void setBestOfferDetails(BestOfferDetailsType value)
Sets the value of the bestOfferDetails property.

Parameters:
value - allowed object is BestOfferDetailsType

getListingHoldInventoryLevel

public Integer getListingHoldInventoryLevel()
Gets the value of the listingHoldInventoryLevel property.

Returns:
possible object is Integer

setListingHoldInventoryLevel

public void setListingHoldInventoryLevel(Integer value)
Sets the value of the listingHoldInventoryLevel property.

Parameters:
value - allowed object is Integer

getAny

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

getAny

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

getAnyLength

public int getAnyLength()

setAny

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

_getAny

protected List<Object> _getAny()

setAny

public Object setAny(int idx,
                     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.