|
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.SellingManagerAutoRelistType
public class SellingManagerAutoRelistType
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>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected BestOfferDetailsType |
bestOfferDetails
|
protected java.lang.Integer |
listingHoldInventoryLevel
|
protected java.lang.Integer |
relistAfterDays
|
protected java.lang.Integer |
relistAfterHours
|
protected javax.xml.datatype.XMLGregorianCalendar |
relistAtSpecificTimeOfDay
|
protected SellingManagerAutoRelistOptionCodeType |
relistCondition
|
protected SellingManagerAutoRelistTypeCodeType |
type
|
Constructor Summary | |
---|---|
SellingManagerAutoRelistType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
BestOfferDetailsType |
getBestOfferDetails()
Gets the value of the bestOfferDetails property. |
java.lang.Integer |
getListingHoldInventoryLevel()
Gets the value of the listingHoldInventoryLevel property. |
java.lang.Integer |
getRelistAfterDays()
Gets the value of the relistAfterDays property. |
java.lang.Integer |
getRelistAfterHours()
Gets the value of the relistAfterHours property. |
javax.xml.datatype.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. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setBestOfferDetails(BestOfferDetailsType value)
Sets the value of the bestOfferDetails property. |
void |
setListingHoldInventoryLevel(java.lang.Integer value)
Sets the value of the listingHoldInventoryLevel property. |
void |
setRelistAfterDays(java.lang.Integer value)
Sets the value of the relistAfterDays property. |
void |
setRelistAfterHours(java.lang.Integer value)
Sets the value of the relistAfterHours property. |
void |
setRelistAtSpecificTimeOfDay(javax.xml.datatype.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 |
---|
protected SellingManagerAutoRelistTypeCodeType type
protected SellingManagerAutoRelistOptionCodeType relistCondition
protected java.lang.Integer relistAfterDays
protected java.lang.Integer relistAfterHours
protected javax.xml.datatype.XMLGregorianCalendar relistAtSpecificTimeOfDay
protected BestOfferDetailsType bestOfferDetails
protected java.lang.Integer listingHoldInventoryLevel
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public SellingManagerAutoRelistType()
Method Detail |
---|
public SellingManagerAutoRelistTypeCodeType getType()
SellingManagerAutoRelistTypeCodeType
public void setType(SellingManagerAutoRelistTypeCodeType value)
value
- allowed object is
SellingManagerAutoRelistTypeCodeType
public SellingManagerAutoRelistOptionCodeType getRelistCondition()
SellingManagerAutoRelistOptionCodeType
public void setRelistCondition(SellingManagerAutoRelistOptionCodeType value)
value
- allowed object is
SellingManagerAutoRelistOptionCodeType
public java.lang.Integer getRelistAfterDays()
Integer
public void setRelistAfterDays(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getRelistAfterHours()
Integer
public void setRelistAfterHours(java.lang.Integer value)
value
- allowed object is
Integer
public javax.xml.datatype.XMLGregorianCalendar getRelistAtSpecificTimeOfDay()
XMLGregorianCalendar
public void setRelistAtSpecificTimeOfDay(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public BestOfferDetailsType getBestOfferDetails()
BestOfferDetailsType
public void setBestOfferDetails(BestOfferDetailsType value)
value
- allowed object is
BestOfferDetailsType
public java.lang.Integer getListingHoldInventoryLevel()
Integer
public void setListingHoldInventoryLevel(java.lang.Integer value)
value
- allowed object is
Integer
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.