|
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.ItemCompatibilityListType
public class ItemCompatibilityListType
A list of compatible applications specified as name and value pairs. Describes an assembly with which a part is compatible (i.e., parts compatibility by application). For example, to specify a part's compatibility with a vehicle, the name would map to standard vehicle characteristics (e.g., Year, Make, Model, Trim, and Engine). The values would desribe the specific vehicle, such as a 2006 Honda Accord.
Java class for ItemCompatibilityListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemCompatibilityListType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Compatibility" type="{urn:ebay:apis:eBLBaseComponents}ItemCompatibilityType" maxOccurs="unbounded" minOccurs="0"/> <element name="ReplaceAll" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected java.util.List<ItemCompatibilityType> |
compatibility
|
protected java.lang.Boolean |
replaceAll
|
Constructor Summary | |
---|---|
ItemCompatibilityListType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
protected java.util.List<ItemCompatibilityType> |
_getCompatibility()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
ItemCompatibilityType[] |
getCompatibility()
|
ItemCompatibilityType |
getCompatibility(int idx)
|
int |
getCompatibilityLength()
|
java.lang.Boolean |
isReplaceAll()
Gets the value of the replaceAll property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
ItemCompatibilityType |
setCompatibility(int idx,
ItemCompatibilityType value)
|
void |
setCompatibility(ItemCompatibilityType[] values)
|
void |
setReplaceAll(java.lang.Boolean value)
Sets the value of the replaceAll property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<ItemCompatibilityType> compatibility
protected java.lang.Boolean replaceAll
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public ItemCompatibilityListType()
Method Detail |
---|
public ItemCompatibilityType[] getCompatibility()
ItemCompatibilityType
public ItemCompatibilityType getCompatibility(int idx)
ItemCompatibilityType
public int getCompatibilityLength()
public void setCompatibility(ItemCompatibilityType[] values)
values
- allowed objects are
ItemCompatibilityType
protected java.util.List<ItemCompatibilityType> _getCompatibility()
public ItemCompatibilityType setCompatibility(int idx, ItemCompatibilityType value)
value
- allowed object is
ItemCompatibilityType
public java.lang.Boolean isReplaceAll()
Boolean
public void setReplaceAll(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Object[] getAny()
Object
Element
public java.lang.Object getAny(int idx)
Object
Element
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Object
Element
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Object
Element
|
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.