Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class RequiredSellerActionArrayType

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

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

This type defines the RequiredSellerActionArray container, which may contain one or more RequiredSellerAction fields.

Java class for RequiredSellerActionArrayType complex type.

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

 <complexType name="RequiredSellerActionArrayType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RequiredSellerAction" type="{urn:ebay:apis:eBLBaseComponents}RequiredSellerActionCodeType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<RequiredSellerActionCodeType> requiredSellerAction
           
 
Constructor Summary
RequiredSellerActionArrayType()
           
 
Method Summary
protected  java.util.List<RequiredSellerActionCodeType> _getRequiredSellerAction()
           
 RequiredSellerActionCodeType[] getRequiredSellerAction()
           
 RequiredSellerActionCodeType getRequiredSellerAction(int idx)
           
 int getRequiredSellerActionLength()
           
 RequiredSellerActionCodeType setRequiredSellerAction(int idx, RequiredSellerActionCodeType value)
           
 void setRequiredSellerAction(RequiredSellerActionCodeType[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requiredSellerAction

protected java.util.List<RequiredSellerActionCodeType> requiredSellerAction
Constructor Detail

RequiredSellerActionArrayType

public RequiredSellerActionArrayType()
Method Detail

getRequiredSellerAction

public RequiredSellerActionCodeType[] getRequiredSellerAction()
Returns:
array of RequiredSellerActionCodeType

getRequiredSellerAction

public RequiredSellerActionCodeType getRequiredSellerAction(int idx)
Returns:
one of RequiredSellerActionCodeType

getRequiredSellerActionLength

public int getRequiredSellerActionLength()

setRequiredSellerAction

public void setRequiredSellerAction(RequiredSellerActionCodeType[] values)
Parameters:
values - allowed objects are RequiredSellerActionCodeType

_getRequiredSellerAction

protected java.util.List<RequiredSellerActionCodeType> _getRequiredSellerAction()

setRequiredSellerAction

public RequiredSellerActionCodeType setRequiredSellerAction(int idx,
                                                            RequiredSellerActionCodeType value)
Parameters:
value - allowed object is RequiredSellerActionCodeType

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.