com.ebay.soap.eBLBaseComponents
Class RequiredSellerActionArrayType
java.lang.Object
com.ebay.soap.eBLBaseComponents.RequiredSellerActionArrayType
- All Implemented Interfaces:
- Serializable
public class RequiredSellerActionArrayType
- extends Object
- implements 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
requiredSellerAction
protected List<RequiredSellerActionCodeType> requiredSellerAction
RequiredSellerActionArrayType
public RequiredSellerActionArrayType()
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 List<RequiredSellerActionCodeType> _getRequiredSellerAction()
setRequiredSellerAction
public RequiredSellerActionCodeType setRequiredSellerAction(int idx,
RequiredSellerActionCodeType value)
- Parameters:
value
- allowed object is
RequiredSellerActionCodeType
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.