public class

ItemTrackingDetailsType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.ItemTrackingDetailsType

Class Overview

Java class for ItemTrackingDetailsType complex type.

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

 <complexType name="ItemTrackingDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ItemNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ItemQty" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ItemQtyDelta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ItemAlert" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ItemCost" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String itemAlert
protected String itemCost
protected String itemNumber
protected String itemQty
protected String itemQtyDelta
Public Constructors
ItemTrackingDetailsType()
Public Methods
String getItemAlert()
Gets the value of the itemAlert property.
String getItemCost()
Gets the value of the itemCost property.
String getItemNumber()
Gets the value of the itemNumber property.
String getItemQty()
Gets the value of the itemQty property.
String getItemQtyDelta()
Gets the value of the itemQtyDelta property.
void setItemAlert(String value)
Sets the value of the itemAlert property.
void setItemCost(String value)
Sets the value of the itemCost property.
void setItemNumber(String value)
Sets the value of the itemNumber property.
void setItemQty(String value)
Sets the value of the itemQty property.
void setItemQtyDelta(String value)
Sets the value of the itemQtyDelta property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String itemAlert

protected String itemCost

protected String itemNumber

protected String itemQty

protected String itemQtyDelta

Public Constructors

public ItemTrackingDetailsType ()

Public Methods

public String getItemAlert ()

Gets the value of the itemAlert property.

Returns
  • possible object is String

public String getItemCost ()

Gets the value of the itemCost property.

Returns
  • possible object is String

public String getItemNumber ()

Gets the value of the itemNumber property.

Returns
  • possible object is String

public String getItemQty ()

Gets the value of the itemQty property.

Returns
  • possible object is String

public String getItemQtyDelta ()

Gets the value of the itemQtyDelta property.

Returns
  • possible object is String

public void setItemAlert (String value)

Sets the value of the itemAlert property.

Parameters
value Allowed object is String

public void setItemCost (String value)

Sets the value of the itemCost property.

Parameters
value Allowed object is String

public void setItemNumber (String value)

Sets the value of the itemNumber property.

Parameters
value Allowed object is String

public void setItemQty (String value)

Sets the value of the itemQty property.

Parameters
value Allowed object is String

public void setItemQtyDelta (String value)

Sets the value of the itemQtyDelta property.

Parameters
value Allowed object is String