Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class ProductFamilyType

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

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

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>
 

See Also:
Serialized Form

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

parentProduct

protected ProductType parentProduct

familyMembers

protected java.util.List<ProductType> familyMembers

any

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

hasMoreChildren

protected java.lang.Boolean hasMoreChildren
Constructor Detail

ProductFamilyType

public ProductFamilyType()
Method Detail

getParentProduct

public ProductType getParentProduct()
Gets the value of the parentProduct property.

Returns:
possible object is ProductType

setParentProduct

public void setParentProduct(ProductType value)
Sets the value of the parentProduct property.

Parameters:
value - allowed object is ProductType

getFamilyMembers

public ProductType[] getFamilyMembers()
Returns:
array of ProductType

getFamilyMembers

public ProductType getFamilyMembers(int idx)
Returns:
one of ProductType

getFamilyMembersLength

public int getFamilyMembersLength()

setFamilyMembers

public void setFamilyMembers(ProductType[] values)
Parameters:
values - allowed objects are ProductType

_getFamilyMembers

protected java.util.List<ProductType> _getFamilyMembers()

setFamilyMembers

public ProductType setFamilyMembers(int idx,
                                    ProductType value)
Parameters:
value - allowed object is ProductType

getAny

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

getAny

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

getAnyLength

public int getAnyLength()

setAny

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

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

isHasMoreChildren

public java.lang.Boolean isHasMoreChildren()
Gets the value of the hasMoreChildren property.

Returns:
possible object is Boolean

setHasMoreChildren

public void setHasMoreChildren(java.lang.Boolean value)
Sets the value of the hasMoreChildren property.

Parameters:
value - allowed object is Boolean

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.