|
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.ResponseAttributeSetType
public class ResponseAttributeSetType
This type is deprecated.
Java class for ResponseAttributeSetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponseAttributeSetType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ApproximatePages" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="AttributeSetID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="HasMore" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="ProductFamilies" type="{urn:ebay:apis:eBLBaseComponents}ProductFamilyType" maxOccurs="unbounded" minOccurs="0"/> <element name="ProductFinderConstraints" type="{urn:ebay:apis:eBLBaseComponents}ProductFinderConstraintType" maxOccurs="unbounded" minOccurs="0"/> <element name="TooManyMatchesFound" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="TotalProducts" type="{http://www.w3.org/2001/XMLSchema}int"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected int |
approximatePages
|
protected int |
attributeSetID
|
protected boolean |
hasMore
|
protected List<ProductFamilyType> |
productFamilies
|
protected List<ProductFinderConstraintType> |
productFinderConstraints
|
protected boolean |
tooManyMatchesFound
|
protected int |
totalProducts
|
Constructor Summary | |
---|---|
ResponseAttributeSetType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
protected List<ProductFamilyType> |
_getProductFamilies()
|
protected List<ProductFinderConstraintType> |
_getProductFinderConstraints()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
int |
getApproximatePages()
Gets the value of the approximatePages property. |
int |
getAttributeSetID()
Gets the value of the attributeSetID property. |
ProductFamilyType[] |
getProductFamilies()
|
ProductFamilyType |
getProductFamilies(int idx)
|
int |
getProductFamiliesLength()
|
ProductFinderConstraintType[] |
getProductFinderConstraints()
|
ProductFinderConstraintType |
getProductFinderConstraints(int idx)
|
int |
getProductFinderConstraintsLength()
|
int |
getTotalProducts()
Gets the value of the totalProducts property. |
boolean |
isHasMore()
Gets the value of the hasMore property. |
boolean |
isTooManyMatchesFound()
Gets the value of the tooManyMatchesFound property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setApproximatePages(int value)
Sets the value of the approximatePages property. |
void |
setAttributeSetID(int value)
Sets the value of the attributeSetID property. |
void |
setHasMore(boolean value)
Sets the value of the hasMore property. |
ProductFamilyType |
setProductFamilies(int idx,
ProductFamilyType value)
|
void |
setProductFamilies(ProductFamilyType[] values)
|
ProductFinderConstraintType |
setProductFinderConstraints(int idx,
ProductFinderConstraintType value)
|
void |
setProductFinderConstraints(ProductFinderConstraintType[] values)
|
void |
setTooManyMatchesFound(boolean value)
Sets the value of the tooManyMatchesFound property. |
void |
setTotalProducts(int value)
Sets the value of the totalProducts property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int approximatePages
protected int attributeSetID
protected boolean hasMore
protected List<ProductFamilyType> productFamilies
protected List<ProductFinderConstraintType> productFinderConstraints
protected boolean tooManyMatchesFound
protected int totalProducts
protected List<Object> any
Constructor Detail |
---|
public ResponseAttributeSetType()
Method Detail |
---|
public int getApproximatePages()
public void setApproximatePages(int value)
public int getAttributeSetID()
public void setAttributeSetID(int value)
public boolean isHasMore()
public void setHasMore(boolean value)
public ProductFamilyType[] getProductFamilies()
ProductFamilyType
public ProductFamilyType getProductFamilies(int idx)
ProductFamilyType
public int getProductFamiliesLength()
public void setProductFamilies(ProductFamilyType[] values)
values
- allowed objects are
ProductFamilyType
protected List<ProductFamilyType> _getProductFamilies()
public ProductFamilyType setProductFamilies(int idx, ProductFamilyType value)
value
- allowed object is
ProductFamilyType
public ProductFinderConstraintType[] getProductFinderConstraints()
ProductFinderConstraintType
public ProductFinderConstraintType getProductFinderConstraints(int idx)
ProductFinderConstraintType
public int getProductFinderConstraintsLength()
public void setProductFinderConstraints(ProductFinderConstraintType[] values)
values
- allowed objects are
ProductFinderConstraintType
protected List<ProductFinderConstraintType> _getProductFinderConstraints()
public ProductFinderConstraintType setProductFinderConstraints(int idx, ProductFinderConstraintType value)
value
- allowed object is
ProductFinderConstraintType
public boolean isTooManyMatchesFound()
public void setTooManyMatchesFound(boolean value)
public int getTotalProducts()
public void setTotalProducts(int value)
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.