Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetSellingManagerInventoryResponseType

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

public class GetSellingManagerInventoryResponseType
extends AbstractResponseType
implements java.io.Serializable

Contains a list of the products created by the seller. The list of products is returned as a set of tags, in which are returned zero, one, or multiple SellingManagerProductType objects. Each SellingManagerProductType object contains the information about for one Selling Manager product and any Selling Manager templates the product contains.

Java class for GetSellingManagerInventoryResponseType complex type.

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

 <complexType name="GetSellingManagerInventoryResponseType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
       <sequence>
         <element name="InventoryCountLastCalculatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="SellingManagerProduct" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerProductType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="PaginationResult" type="{urn:ebay:apis:eBLBaseComponents}PaginationResultType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.Calendar inventoryCountLastCalculatedDate
           
protected  PaginationResultType paginationResult
           
protected  java.util.List<SellingManagerProductType> sellingManagerProduct
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractResponseType
ack, any, botBlock, build, correlationID, duplicateInvocationDetails, eiasToken, errors, externalUserData, hardExpirationWarning, message, notificationEventName, notificationSignature, recipientUserID, timestamp, version
 
Constructor Summary
GetSellingManagerInventoryResponseType()
           
 
Method Summary
protected  java.util.List<SellingManagerProductType> _getSellingManagerProduct()
           
 java.util.Calendar getInventoryCountLastCalculatedDate()
          Gets the value of the inventoryCountLastCalculatedDate property.
 PaginationResultType getPaginationResult()
          Gets the value of the paginationResult property.
 SellingManagerProductType[] getSellingManagerProduct()
           
 SellingManagerProductType getSellingManagerProduct(int idx)
           
 int getSellingManagerProductLength()
           
 void setInventoryCountLastCalculatedDate(java.util.Calendar value)
          Sets the value of the inventoryCountLastCalculatedDate property.
 void setPaginationResult(PaginationResultType value)
          Sets the value of the paginationResult property.
 SellingManagerProductType setSellingManagerProduct(int idx, SellingManagerProductType value)
           
 void setSellingManagerProduct(SellingManagerProductType[] values)
           
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractResponseType
_getAny, _getErrors, getAck, getAny, getAny, getAnyLength, getBotBlock, getBuild, getCorrelationID, getDuplicateInvocationDetails, getEIASToken, getErrors, getErrors, getErrorsLength, getExternalUserData, getHardExpirationWarning, getMessage, getNotificationEventName, getNotificationSignature, getRecipientUserID, getTimestamp, getVersion, setAck, setAny, setAny, setBotBlock, setBuild, setCorrelationID, setDuplicateInvocationDetails, setEIASToken, setErrors, setErrors, setExternalUserData, setHardExpirationWarning, setMessage, setNotificationEventName, setNotificationSignature, setRecipientUserID, setTimestamp, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inventoryCountLastCalculatedDate

protected java.util.Calendar inventoryCountLastCalculatedDate

sellingManagerProduct

protected java.util.List<SellingManagerProductType> sellingManagerProduct

paginationResult

protected PaginationResultType paginationResult
Constructor Detail

GetSellingManagerInventoryResponseType

public GetSellingManagerInventoryResponseType()
Method Detail

getInventoryCountLastCalculatedDate

public java.util.Calendar getInventoryCountLastCalculatedDate()
Gets the value of the inventoryCountLastCalculatedDate property.

Returns:
possible object is String

setInventoryCountLastCalculatedDate

public void setInventoryCountLastCalculatedDate(java.util.Calendar value)
Sets the value of the inventoryCountLastCalculatedDate property.

Parameters:
value - allowed object is String

getSellingManagerProduct

public SellingManagerProductType[] getSellingManagerProduct()
Returns:
array of SellingManagerProductType

getSellingManagerProduct

public SellingManagerProductType getSellingManagerProduct(int idx)
Returns:
one of SellingManagerProductType

getSellingManagerProductLength

public int getSellingManagerProductLength()

setSellingManagerProduct

public void setSellingManagerProduct(SellingManagerProductType[] values)
Parameters:
values - allowed objects are SellingManagerProductType

_getSellingManagerProduct

protected java.util.List<SellingManagerProductType> _getSellingManagerProduct()

setSellingManagerProduct

public SellingManagerProductType setSellingManagerProduct(int idx,
                                                          SellingManagerProductType value)
Parameters:
value - allowed object is SellingManagerProductType

getPaginationResult

public PaginationResultType getPaginationResult()
Gets the value of the paginationResult property.

Returns:
possible object is PaginationResultType

setPaginationResult

public void setPaginationResult(PaginationResultType value)
Sets the value of the paginationResult property.

Parameters:
value - allowed object is PaginationResultType

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.