public class ItemTrackingDetailsType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
itemAlert |
protected java.lang.String |
itemCost |
protected java.lang.String |
itemNumber |
protected java.lang.String |
itemQty |
protected java.lang.String |
itemQtyDelta |
| Constructor and Description |
|---|
ItemTrackingDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getItemAlert()
Gets the value of the itemAlert property.
|
java.lang.String |
getItemCost()
Gets the value of the itemCost property.
|
java.lang.String |
getItemNumber()
Gets the value of the itemNumber property.
|
java.lang.String |
getItemQty()
Gets the value of the itemQty property.
|
java.lang.String |
getItemQtyDelta()
Gets the value of the itemQtyDelta property.
|
void |
setItemAlert(java.lang.String value)
Sets the value of the itemAlert property.
|
void |
setItemCost(java.lang.String value)
Sets the value of the itemCost property.
|
void |
setItemNumber(java.lang.String value)
Sets the value of the itemNumber property.
|
void |
setItemQty(java.lang.String value)
Sets the value of the itemQty property.
|
void |
setItemQtyDelta(java.lang.String value)
Sets the value of the itemQtyDelta property.
|
protected java.lang.String itemNumber
protected java.lang.String itemQty
protected java.lang.String itemQtyDelta
protected java.lang.String itemAlert
protected java.lang.String itemCost
public java.lang.String getItemNumber()
Stringpublic void setItemNumber(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getItemQty()
Stringpublic void setItemQty(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getItemQtyDelta()
Stringpublic void setItemQtyDelta(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getItemAlert()
Stringpublic void setItemAlert(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getItemCost()
Stringpublic void setItemCost(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.