|
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.NameRecommendationType
public class NameRecommendationType
This type provides details about recommended names and values for custom Item Specifics and/or Product Identifier types.
Java class for NameRecommendationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NameRecommendationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ValidationRules" type="{urn:ebay:apis:eBLBaseComponents}RecommendationValidationRulesType" minOccurs="0"/> <element name="ValueRecommendation" type="{urn:ebay:apis:eBLBaseComponents}ValueRecommendationType" maxOccurs="unbounded" minOccurs="0"/> <element name="HelpURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="Source" type="{urn:ebay:apis:eBLBaseComponents}ItemSpecificSourceCodeType" minOccurs="0"/> <element name="HelpText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected String |
helpText
|
protected String |
helpURL
|
protected String |
name
|
protected ItemSpecificSourceCodeType |
source
|
protected RecommendationValidationRulesType |
validationRules
|
protected List<ValueRecommendationType> |
valueRecommendation
|
Constructor Summary | |
---|---|
NameRecommendationType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
protected List<ValueRecommendationType> |
_getValueRecommendation()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
String |
getHelpText()
Gets the value of the helpText property. |
String |
getHelpURL()
Gets the value of the helpURL property. |
String |
getName()
Gets the value of the name property. |
ItemSpecificSourceCodeType |
getSource()
Gets the value of the source property. |
RecommendationValidationRulesType |
getValidationRules()
Gets the value of the validationRules property. |
ValueRecommendationType[] |
getValueRecommendation()
|
ValueRecommendationType |
getValueRecommendation(int idx)
|
int |
getValueRecommendationLength()
|
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setHelpText(String value)
Sets the value of the helpText property. |
void |
setHelpURL(String value)
Sets the value of the helpURL property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setSource(ItemSpecificSourceCodeType value)
Sets the value of the source property. |
void |
setValidationRules(RecommendationValidationRulesType value)
Sets the value of the validationRules property. |
ValueRecommendationType |
setValueRecommendation(int idx,
ValueRecommendationType value)
|
void |
setValueRecommendation(ValueRecommendationType[] values)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String name
protected RecommendationValidationRulesType validationRules
protected List<ValueRecommendationType> valueRecommendation
protected String helpURL
protected ItemSpecificSourceCodeType source
protected String helpText
protected List<Object> any
Constructor Detail |
---|
public NameRecommendationType()
Method Detail |
---|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public RecommendationValidationRulesType getValidationRules()
RecommendationValidationRulesType
public void setValidationRules(RecommendationValidationRulesType value)
value
- allowed object is
RecommendationValidationRulesType
public ValueRecommendationType[] getValueRecommendation()
ValueRecommendationType
public ValueRecommendationType getValueRecommendation(int idx)
ValueRecommendationType
public int getValueRecommendationLength()
public void setValueRecommendation(ValueRecommendationType[] values)
values
- allowed objects are
ValueRecommendationType
protected List<ValueRecommendationType> _getValueRecommendation()
public ValueRecommendationType setValueRecommendation(int idx, ValueRecommendationType value)
value
- allowed object is
ValueRecommendationType
public String getHelpURL()
String
public void setHelpURL(String value)
value
- allowed object is
String
public ItemSpecificSourceCodeType getSource()
ItemSpecificSourceCodeType
public void setSource(ItemSpecificSourceCodeType value)
value
- allowed object is
ItemSpecificSourceCodeType
public String getHelpText()
String
public void setHelpText(String value)
value
- allowed object is
String
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.