public class

BMSetInventoryRequestType

extends AbstractRequestType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractRequestType
     ↳ ebay.api.paypalapi.BMSetInventoryRequestType

Class Overview

Java class for BMSetInventoryRequestType complex type.

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

 <complexType name="BMSetInventoryRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <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 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="ReuseDigitalDownloadKeys" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AppendDigitalDownloadKeys" 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 String appendDigitalDownloadKeys
protected List<String> digitalDownloadKeys
protected String hostedButtonID
protected ItemTrackingDetailsType itemTrackingDetails
protected String optionIndex
protected List<OptionTrackingDetailsType> optionTrackingDetails
protected String reuseDigitalDownloadKeys
protected String soldoutURL
protected String trackInv
protected String trackPnl
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractRequestType
Public Constructors
BMSetInventoryRequestType()
Public Methods
String getAppendDigitalDownloadKeys()
Gets the value of the appendDigitalDownloadKeys property.
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.
List<OptionTrackingDetailsType> getOptionTrackingDetails()
Gets the value of the optionTrackingDetails property.
String getReuseDigitalDownloadKeys()
Gets the value of the reuseDigitalDownloadKeys 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 setAppendDigitalDownloadKeys(String value)
Sets the value of the appendDigitalDownloadKeys 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 setReuseDigitalDownloadKeys(String value)
Sets the value of the reuseDigitalDownloadKeys 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.AbstractRequestType
From class java.lang.Object

Fields

protected String appendDigitalDownloadKeys

protected List<String> digitalDownloadKeys

protected String hostedButtonID

protected ItemTrackingDetailsType itemTrackingDetails

protected String optionIndex

protected List<OptionTrackingDetailsType> optionTrackingDetails

protected String reuseDigitalDownloadKeys

protected String soldoutURL

protected String trackInv

protected String trackPnl

Public Constructors

public BMSetInventoryRequestType ()

Public Methods

public String getAppendDigitalDownloadKeys ()

Gets the value of the appendDigitalDownloadKeys property.

Returns
  • possible object is String

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 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 getReuseDigitalDownloadKeys ()

Gets the value of the reuseDigitalDownloadKeys property.

Returns
  • possible object is String

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 setAppendDigitalDownloadKeys (String value)

Sets the value of the appendDigitalDownloadKeys property.

Parameters
value Allowed 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 setReuseDigitalDownloadKeys (String value)

Sets the value of the reuseDigitalDownloadKeys 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