| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.ItemTrackingDetailsType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| itemAlert | |||||||||||
| itemCost | |||||||||||
| itemNumber | |||||||||||
| itemQty | |||||||||||
| itemQtyDelta | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the itemAlert property.
| |||||||||||
Gets the value of the itemCost property.
| |||||||||||
Gets the value of the itemNumber property.
| |||||||||||
Gets the value of the itemQty property.
| |||||||||||
Gets the value of the itemQtyDelta property.
| |||||||||||
Sets the value of the itemAlert property.
| |||||||||||
Sets the value of the itemCost property.
| |||||||||||
Sets the value of the itemNumber property.
| |||||||||||
Sets the value of the itemQty property.
| |||||||||||
Sets the value of the itemQtyDelta property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the itemAlert property.
Gets the value of the itemCost property.
Gets the value of the itemNumber property.
Gets the value of the itemQty property.
Gets the value of the itemQtyDelta property.
Sets the value of the itemAlert property.
| value | Allowed object is String |
|---|
Sets the value of the itemCost property.
| value | Allowed object is String |
|---|
Sets the value of the itemNumber property.
| value | Allowed object is String |
|---|
Sets the value of the itemQty property.
| value | Allowed object is String |
|---|
Sets the value of the itemQtyDelta property.
| value | Allowed object is String |
|---|