| java.lang.Object | ||
| ↳ | ebay.apis.eblbasecomponents.AbstractResponseType | |
| ↳ | ebay.api.paypalapi.BMGetInventoryResponseType | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| digitalDownloadKeys | |||||||||||
| hostedButtonID | |||||||||||
| itemTrackingDetails | |||||||||||
| optionIndex | |||||||||||
| optionName | |||||||||||
| optionTrackingDetails | |||||||||||
| soldoutURL | |||||||||||
| trackInv | |||||||||||
| trackPnl | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractResponseType
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the digitalDownloadKeys property.
| |||||||||||
Gets the value of the hostedButtonID property.
| |||||||||||
Gets the value of the itemTrackingDetails property.
| |||||||||||
Gets the value of the optionIndex property.
| |||||||||||
Gets the value of the optionName property.
| |||||||||||
Gets the value of the optionTrackingDetails property.
| |||||||||||
Gets the value of the soldoutURL property.
| |||||||||||
Gets the value of the trackInv property.
| |||||||||||
Gets the value of the trackPnl property.
| |||||||||||
Sets the value of the hostedButtonID property.
| |||||||||||
Sets the value of the itemTrackingDetails property.
| |||||||||||
Sets the value of the optionIndex property.
| |||||||||||
Sets the value of the optionName property.
| |||||||||||
Sets the value of the soldoutURL property.
| |||||||||||
Sets the value of the trackInv property.
| |||||||||||
Sets the value of the trackPnl property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractResponseType
| |||||||||||
From class
java.lang.Object
| |||||||||||
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
Gets the value of the hostedButtonID property.
Gets the value of the itemTrackingDetails property.
ItemTrackingDetailsType
Gets the value of the optionIndex property.
Gets the value of the optionName property.
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
Gets the value of the soldoutURL property.
Gets the value of the trackInv property.
Gets the value of the trackPnl property.
Sets the value of the hostedButtonID property.
| value | Allowed object is String |
|---|
Sets the value of the itemTrackingDetails property.
| value | Allowed object is
ItemTrackingDetailsType
|
|---|
Sets the value of the optionIndex property.
| value | Allowed object is String |
|---|
Sets the value of the optionName property.
| value | Allowed object is String |
|---|
Sets the value of the soldoutURL property.
| value | Allowed object is String |
|---|
Sets the value of the trackInv property.
| value | Allowed object is String |
|---|
Sets the value of the trackPnl property.
| value | Allowed object is String |
|---|