Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class ResponseAttributeSetType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.ResponseAttributeSetType
All Implemented Interfaces:
java.io.Serializable

public class ResponseAttributeSetType
extends java.lang.Object
implements java.io.Serializable

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>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<java.lang.Object> any
           
protected  int approximatePages
           
protected  int attributeSetID
           
protected  boolean hasMore
           
protected  java.util.List<ProductFamilyType> productFamilies
           
protected  java.util.List<ProductFinderConstraintType> productFinderConstraints
           
protected  boolean tooManyMatchesFound
           
protected  int totalProducts
           
 
Constructor Summary
ResponseAttributeSetType()
           
 
Method Summary
protected  java.util.List<java.lang.Object> _getAny()
           
protected  java.util.List<ProductFamilyType> _getProductFamilies()
           
protected  java.util.List<ProductFinderConstraintType> _getProductFinderConstraints()
           
 java.lang.Object[] getAny()
           
 java.lang.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.
 java.lang.Object setAny(int idx, java.lang.Object value)
           
 void setAny(java.lang.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

approximatePages

protected int approximatePages

attributeSetID

protected int attributeSetID

hasMore

protected boolean hasMore

productFamilies

protected java.util.List<ProductFamilyType> productFamilies

productFinderConstraints

protected java.util.List<ProductFinderConstraintType> productFinderConstraints

tooManyMatchesFound

protected boolean tooManyMatchesFound

totalProducts

protected int totalProducts

any

protected java.util.List<java.lang.Object> any
Constructor Detail

ResponseAttributeSetType

public ResponseAttributeSetType()
Method Detail

getApproximatePages

public int getApproximatePages()
Gets the value of the approximatePages property.


setApproximatePages

public void setApproximatePages(int value)
Sets the value of the approximatePages property.


getAttributeSetID

public int getAttributeSetID()
Gets the value of the attributeSetID property.


setAttributeSetID

public void setAttributeSetID(int value)
Sets the value of the attributeSetID property.


isHasMore

public boolean isHasMore()
Gets the value of the hasMore property.


setHasMore

public void setHasMore(boolean value)
Sets the value of the hasMore property.


getProductFamilies

public ProductFamilyType[] getProductFamilies()
Returns:
array of ProductFamilyType

getProductFamilies

public ProductFamilyType getProductFamilies(int idx)
Returns:
one of ProductFamilyType

getProductFamiliesLength

public int getProductFamiliesLength()

setProductFamilies

public void setProductFamilies(ProductFamilyType[] values)
Parameters:
values - allowed objects are ProductFamilyType

_getProductFamilies

protected java.util.List<ProductFamilyType> _getProductFamilies()

setProductFamilies

public ProductFamilyType setProductFamilies(int idx,
                                            ProductFamilyType value)
Parameters:
value - allowed object is ProductFamilyType

getProductFinderConstraints

public ProductFinderConstraintType[] getProductFinderConstraints()
Returns:
array of ProductFinderConstraintType

getProductFinderConstraints

public ProductFinderConstraintType getProductFinderConstraints(int idx)
Returns:
one of ProductFinderConstraintType

getProductFinderConstraintsLength

public int getProductFinderConstraintsLength()

setProductFinderConstraints

public void setProductFinderConstraints(ProductFinderConstraintType[] values)
Parameters:
values - allowed objects are ProductFinderConstraintType

_getProductFinderConstraints

protected java.util.List<ProductFinderConstraintType> _getProductFinderConstraints()

setProductFinderConstraints

public ProductFinderConstraintType setProductFinderConstraints(int idx,
                                                               ProductFinderConstraintType value)
Parameters:
value - allowed object is ProductFinderConstraintType

isTooManyMatchesFound

public boolean isTooManyMatchesFound()
Gets the value of the tooManyMatchesFound property.


setTooManyMatchesFound

public void setTooManyMatchesFound(boolean value)
Sets the value of the tooManyMatchesFound property.


getTotalProducts

public int getTotalProducts()
Gets the value of the totalProducts property.


setTotalProducts

public void setTotalProducts(int value)
Sets the value of the totalProducts property.


getAny

public java.lang.Object[] getAny()
Returns:
array of Element Object

getAny

public java.lang.Object getAny(int idx)
Returns:
one of Element Object

getAnyLength

public int getAnyLength()

setAny

public void setAny(java.lang.Object[] values)
Parameters:
values - allowed objects are Element Object

_getAny

protected java.util.List<java.lang.Object> _getAny()

setAny

public java.lang.Object setAny(int idx,
                               java.lang.Object value)
Parameters:
value - allowed object is Element Object

Changes since
the last release

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.