| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.OptionTrackingDetailsType |
Java class for OptionTrackingDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OptionTrackingDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OptionNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OptionQty" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OptionSelect" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OptionQtyDelta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OptionAlert" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OptionCost" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| optionAlert | |||||||||||
| optionCost | |||||||||||
| optionNumber | |||||||||||
| optionQty | |||||||||||
| optionQtyDelta | |||||||||||
| optionSelect | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the optionAlert property.
| |||||||||||
Gets the value of the optionCost property.
| |||||||||||
Gets the value of the optionNumber property.
| |||||||||||
Gets the value of the optionQty property.
| |||||||||||
Gets the value of the optionQtyDelta property.
| |||||||||||
Gets the value of the optionSelect property.
| |||||||||||
Sets the value of the optionAlert property.
| |||||||||||
Sets the value of the optionCost property.
| |||||||||||
Sets the value of the optionNumber property.
| |||||||||||
Sets the value of the optionQty property.
| |||||||||||
Sets the value of the optionQtyDelta property.
| |||||||||||
Sets the value of the optionSelect property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the optionAlert property.
Gets the value of the optionCost property.
Gets the value of the optionNumber property.
Gets the value of the optionQty property.
Gets the value of the optionQtyDelta property.
Gets the value of the optionSelect property.
Sets the value of the optionAlert property.
| value | Allowed object is String |
|---|
Sets the value of the optionCost property.
| value | Allowed object is String |
|---|
Sets the value of the optionNumber property.
| value | Allowed object is String |
|---|
Sets the value of the optionQty property.
| value | Allowed object is String |
|---|
Sets the value of the optionQtyDelta property.
| value | Allowed object is String |
|---|
Sets the value of the optionSelect property.
| value | Allowed object is String |
|---|