Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class MaximumItemRequirementsDetailsType

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

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

A means of limiting unpaying or low feedback bidders.

Java class for MaximumItemRequirementsDetailsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MaximumItemRequirementsDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MaximumItemCount" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
         <element name="MinimumFeedbackScore" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<java.lang.Object> any
           
protected  java.util.List<java.lang.Integer> maximumItemCount
           
protected  java.util.List<java.lang.Integer> minimumFeedbackScore
           
 
Constructor Summary
MaximumItemRequirementsDetailsType()
           
 
Method Summary
protected  java.util.List<java.lang.Object> _getAny()
           
protected  java.util.List<java.lang.Integer> _getMaximumItemCount()
           
protected  java.util.List<java.lang.Integer> _getMinimumFeedbackScore()
           
 java.lang.Object[] getAny()
           
 java.lang.Object getAny(int idx)
           
 int getAnyLength()
           
 int[] getMaximumItemCount()
           
 int getMaximumItemCount(int idx)
           
 int getMaximumItemCountLength()
           
 int[] getMinimumFeedbackScore()
           
 int getMinimumFeedbackScore(int idx)
           
 int getMinimumFeedbackScoreLength()
           
 java.lang.Object setAny(int idx, java.lang.Object value)
           
 void setAny(java.lang.Object[] values)
           
 void setMaximumItemCount(int[] values)
           
 int setMaximumItemCount(int idx, int value)
           
 void setMinimumFeedbackScore(int[] values)
           
 int setMinimumFeedbackScore(int idx, int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maximumItemCount

protected java.util.List<java.lang.Integer> maximumItemCount

minimumFeedbackScore

protected java.util.List<java.lang.Integer> minimumFeedbackScore

any

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

MaximumItemRequirementsDetailsType

public MaximumItemRequirementsDetailsType()
Method Detail

getMaximumItemCount

public int[] getMaximumItemCount()
Returns:
array of Integer

getMaximumItemCount

public int getMaximumItemCount(int idx)
Returns:
one of Integer

getMaximumItemCountLength

public int getMaximumItemCountLength()

setMaximumItemCount

public void setMaximumItemCount(int[] values)
Parameters:
values - allowed objects are Integer

_getMaximumItemCount

protected java.util.List<java.lang.Integer> _getMaximumItemCount()

setMaximumItemCount

public int setMaximumItemCount(int idx,
                               int value)
Parameters:
value - allowed object is Integer

getMinimumFeedbackScore

public int[] getMinimumFeedbackScore()
Returns:
array of Integer

getMinimumFeedbackScore

public int getMinimumFeedbackScore(int idx)
Returns:
one of Integer

getMinimumFeedbackScoreLength

public int getMinimumFeedbackScoreLength()

setMinimumFeedbackScore

public void setMinimumFeedbackScore(int[] values)
Parameters:
values - allowed objects are Integer

_getMinimumFeedbackScore

protected java.util.List<java.lang.Integer> _getMinimumFeedbackScore()

setMinimumFeedbackScore

public int setMinimumFeedbackScore(int idx,
                                   int value)
Parameters:
value - allowed object is Integer

getAny

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

getAny

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

getAnyLength

public int getAnyLength()

setAny

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

_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 Object Element

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.