|
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.ProductFamilyType
public class ProductFamilyType
This type is deprecated.
Java class for ProductFamilyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductFamilyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ParentProduct" type="{urn:ebay:apis:eBLBaseComponents}ProductType" minOccurs="0"/> <element name="FamilyMembers" type="{urn:ebay:apis:eBLBaseComponents}ProductType" maxOccurs="unbounded" minOccurs="0"/> <any/> </sequence> <attribute name="hasMoreChildren" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected java.util.List<ProductType> |
familyMembers
|
protected java.lang.Boolean |
hasMoreChildren
|
protected ProductType |
parentProduct
|
Constructor Summary | |
---|---|
ProductFamilyType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
protected java.util.List<ProductType> |
_getFamilyMembers()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
ProductType[] |
getFamilyMembers()
|
ProductType |
getFamilyMembers(int idx)
|
int |
getFamilyMembersLength()
|
ProductType |
getParentProduct()
Gets the value of the parentProduct property. |
java.lang.Boolean |
isHasMoreChildren()
Gets the value of the hasMoreChildren property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
ProductType |
setFamilyMembers(int idx,
ProductType value)
|
void |
setFamilyMembers(ProductType[] values)
|
void |
setHasMoreChildren(java.lang.Boolean value)
Sets the value of the hasMoreChildren property. |
void |
setParentProduct(ProductType value)
Sets the value of the parentProduct property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ProductType parentProduct
protected java.util.List<ProductType> familyMembers
protected java.util.List<java.lang.Object> any
protected java.lang.Boolean hasMoreChildren
Constructor Detail |
---|
public ProductFamilyType()
Method Detail |
---|
public ProductType getParentProduct()
ProductType
public void setParentProduct(ProductType value)
value
- allowed object is
ProductType
public ProductType[] getFamilyMembers()
ProductType
public ProductType getFamilyMembers(int idx)
ProductType
public int getFamilyMembersLength()
public void setFamilyMembers(ProductType[] values)
values
- allowed objects are
ProductType
protected java.util.List<ProductType> _getFamilyMembers()
public ProductType setFamilyMembers(int idx, ProductType value)
value
- allowed object is
ProductType
public java.lang.Object[] getAny()
Element
Object
public java.lang.Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Element
Object
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Element
Object
public java.lang.Boolean isHasMoreChildren()
Boolean
public void setHasMoreChildren(java.lang.Boolean value)
value
- allowed object is
Boolean
|
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.