|
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.ListingRecommendationType
public class ListingRecommendationType
Type defining the Recommendation container(s) that are
conditionally returned in all Add/Revise/Relist/Verify API calls.
Each Recommendation container provides a message to the seller on
how a listing can be improved or brought up to standard in regards to top-rated seller/listing requirements, mandated or recommended Item Specifics, picture quality requirements, pricing and/or listing format recommendations, recommended keywords and/or Item Specifics in a Title, and/or a recommendation to use Fast 'N Free shipping.
One or more Recommendation containers can be returned for each
listing.
Java class for ListingRecommendationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ListingRecommendationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Group" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="FieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Metadata" type="{urn:ebay:apis:eBLBaseComponents}MetadataType" maxOccurs="unbounded" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected String |
code
|
protected String |
fieldName
|
protected String |
group
|
protected String |
message
|
protected List<MetadataType> |
metadata
|
protected String |
type
|
protected List<String> |
value
|
Constructor Summary | |
---|---|
ListingRecommendationType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
protected List<MetadataType> |
_getMetadata()
|
protected List<String> |
_getValue()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
String |
getCode()
Gets the value of the code property. |
String |
getFieldName()
Gets the value of the fieldName property. |
String |
getGroup()
Gets the value of the group property. |
String |
getMessage()
Gets the value of the message property. |
MetadataType[] |
getMetadata()
|
MetadataType |
getMetadata(int idx)
|
int |
getMetadataLength()
|
String |
getType()
Gets the value of the type property. |
String[] |
getValue()
|
String |
getValue(int idx)
|
int |
getValueLength()
|
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setCode(String value)
Sets the value of the code property. |
void |
setFieldName(String value)
Sets the value of the fieldName property. |
void |
setGroup(String value)
Sets the value of the group property. |
void |
setMessage(String value)
Sets the value of the message property. |
MetadataType |
setMetadata(int idx,
MetadataType value)
|
void |
setMetadata(MetadataType[] values)
|
void |
setType(String value)
Sets the value of the type property. |
String |
setValue(int idx,
String value)
|
void |
setValue(String[] values)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String type
protected String group
protected String fieldName
protected String code
protected List<String> value
protected String message
protected List<MetadataType> metadata
protected List<Object> any
Constructor Detail |
---|
public ListingRecommendationType()
Method Detail |
---|
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public String getGroup()
String
public void setGroup(String value)
value
- allowed object is
String
public String getFieldName()
String
public void setFieldName(String value)
value
- allowed object is
String
public String getCode()
String
public void setCode(String value)
value
- allowed object is
String
public String[] getValue()
String
public String getValue(int idx)
String
public int getValueLength()
public void setValue(String[] values)
values
- allowed objects are
String
protected List<String> _getValue()
public String setValue(int idx, String value)
value
- allowed object is
String
public String getMessage()
String
public void setMessage(String value)
value
- allowed object is
String
public MetadataType[] getMetadata()
MetadataType
public MetadataType getMetadata(int idx)
MetadataType
public int getMetadataLength()
public void setMetadata(MetadataType[] values)
values
- allowed objects are
MetadataType
protected List<MetadataType> _getMetadata()
public MetadataType setMetadata(int idx, MetadataType value)
value
- allowed object is
MetadataType
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.