|
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.ProductIdentifiersType
public class ProductIdentifiersType
Note: This type and the ProductIdentifiers container were originally introduced into the Trading schema with the intention of separating Global Trade Item Numbers (GTINs) and other descriptive item specifics, but the ProductIdentifiers container was never wired on/returned in GetCategorySpecifics. Instead, users will still find one or more relevant GTIN types under a Recommendations.NameRecommendation.Name field in the GetCategorySpecifics response.
Java class for ProductIdentifiersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductIdentifiersType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ValidationRules" type="{urn:ebay:apis:eBLBaseComponents}GroupValidationRulesType"/> <element name="NameRecommendation" type="{urn:ebay:apis:eBLBaseComponents}NameRecommendationType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<NameRecommendationType> |
nameRecommendation
|
protected GroupValidationRulesType |
validationRules
|
Constructor Summary | |
---|---|
ProductIdentifiersType()
|
Method Summary | |
---|---|
protected java.util.List<NameRecommendationType> |
_getNameRecommendation()
|
NameRecommendationType[] |
getNameRecommendation()
|
NameRecommendationType |
getNameRecommendation(int idx)
|
int |
getNameRecommendationLength()
|
GroupValidationRulesType |
getValidationRules()
Gets the value of the validationRules property. |
NameRecommendationType |
setNameRecommendation(int idx,
NameRecommendationType value)
|
void |
setNameRecommendation(NameRecommendationType[] values)
|
void |
setValidationRules(GroupValidationRulesType value)
Sets the value of the validationRules property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected GroupValidationRulesType validationRules
protected java.util.List<NameRecommendationType> nameRecommendation
Constructor Detail |
---|
public ProductIdentifiersType()
Method Detail |
---|
public GroupValidationRulesType getValidationRules()
GroupValidationRulesType
public void setValidationRules(GroupValidationRulesType value)
value
- allowed object is
GroupValidationRulesType
public NameRecommendationType[] getNameRecommendation()
NameRecommendationType
public NameRecommendationType getNameRecommendation(int idx)
NameRecommendationType
public int getNameRecommendationLength()
public void setNameRecommendation(NameRecommendationType[] values)
values
- allowed objects are
NameRecommendationType
protected java.util.List<NameRecommendationType> _getNameRecommendation()
public NameRecommendationType setNameRecommendation(int idx, NameRecommendationType value)
value
- allowed object is
NameRecommendationType
|
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.