public class

BMGetInventoryResponseType

extends AbstractResponseType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractResponseType
     ↳ ebay.api.paypalapi.BMGetInventoryResponseType

Class Overview

Java class for BMGetInventoryResponseType complex type.

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

 <complexType name="BMGetInventoryResponseType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
       <sequence>
         <element name="HostedButtonID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="TrackInv" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="TrackPnl" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}ItemTrackingDetails" minOccurs="0"/>
         <element name="OptionIndex" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OptionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}OptionTrackingDetails" maxOccurs="10" minOccurs="0"/>
         <element name="SoldoutURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DigitalDownloadKeys" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="1000" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<String> digitalDownloadKeys
protected String hostedButtonID
protected ItemTrackingDetailsType itemTrackingDetails
protected String optionIndex
protected String optionName
protected List<OptionTrackingDetailsType> optionTrackingDetails
protected String soldoutURL
protected String trackInv
protected String trackPnl
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractResponseType
Public Constructors
BMGetInventoryResponseType()
Public Methods
List<String> getDigitalDownloadKeys()
Gets the value of the digitalDownloadKeys property.
String getHostedButtonID()
Gets the value of the hostedButtonID property.
ItemTrackingDetailsType getItemTrackingDetails()
Gets the value of the itemTrackingDetails property.
String getOptionIndex()
Gets the value of the optionIndex property.
String getOptionName()
Gets the value of the optionName property.
List<OptionTrackingDetailsType> getOptionTrackingDetails()
Gets the value of the optionTrackingDetails property.
String getSoldoutURL()
Gets the value of the soldoutURL property.
String getTrackInv()
Gets the value of the trackInv property.
String getTrackPnl()
Gets the value of the trackPnl property.
void setHostedButtonID(String value)
Sets the value of the hostedButtonID property.
void setItemTrackingDetails(ItemTrackingDetailsType value)
Sets the value of the itemTrackingDetails property.
void setOptionIndex(String value)
Sets the value of the optionIndex property.
void setOptionName(String value)
Sets the value of the optionName property.
void setSoldoutURL(String value)
Sets the value of the soldoutURL property.
void setTrackInv(String value)
Sets the value of the trackInv property.
void setTrackPnl(String value)
Sets the value of the trackPnl property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractResponseType
From class java.lang.Object

Fields

protected List<String> digitalDownloadKeys

protected String hostedButtonID

protected ItemTrackingDetailsType itemTrackingDetails

protected String optionIndex

protected String optionName

protected List<OptionTrackingDetailsType> optionTrackingDetails

protected String soldoutURL

protected String trackInv

protected String trackPnl

Public Constructors

public BMGetInventoryResponseType ()

Public Methods

public List<String> getDigitalDownloadKeys ()

Gets the value of the digitalDownloadKeys property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the digitalDownloadKeys property.

For example, to add a new item, do as follows:

    getDigitalDownloadKeys().add(newItem);
 

Objects of the following type(s) are allowed in the list String

public String getHostedButtonID ()

Gets the value of the hostedButtonID property.

Returns
  • possible object is String

public ItemTrackingDetailsType getItemTrackingDetails ()

Gets the value of the itemTrackingDetails property.

Returns

public String getOptionIndex ()

Gets the value of the optionIndex property.

Returns
  • possible object is String

public String getOptionName ()

Gets the value of the optionName property.

Returns
  • possible object is String

public List<OptionTrackingDetailsType> getOptionTrackingDetails ()

Gets the value of the optionTrackingDetails property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the optionTrackingDetails property.

For example, to add a new item, do as follows:

    getOptionTrackingDetails().add(newItem);
 

Objects of the following type(s) are allowed in the list OptionTrackingDetailsType

public String getSoldoutURL ()

Gets the value of the soldoutURL property.

Returns
  • possible object is String

public String getTrackInv ()

Gets the value of the trackInv property.

Returns
  • possible object is String

public String getTrackPnl ()

Gets the value of the trackPnl property.

Returns
  • possible object is String

public void setHostedButtonID (String value)

Sets the value of the hostedButtonID property.

Parameters
value Allowed object is String

public void setItemTrackingDetails (ItemTrackingDetailsType value)

Sets the value of the itemTrackingDetails property.

Parameters
value Allowed object is ItemTrackingDetailsType

public void setOptionIndex (String value)

Sets the value of the optionIndex property.

Parameters
value Allowed object is String

public void setOptionName (String value)

Sets the value of the optionName property.

Parameters
value Allowed object is String

public void setSoldoutURL (String value)

Sets the value of the soldoutURL property.

Parameters
value Allowed object is String

public void setTrackInv (String value)

Sets the value of the trackInv property.

Parameters
value Allowed object is String

public void setTrackPnl (String value)

Sets the value of the trackPnl property.

Parameters
value Allowed object is String