public class

OptionTrackingDetailsType

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

Class Overview

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>
 

Summary

Fields
protected String optionAlert
protected String optionCost
protected String optionNumber
protected String optionQty
protected String optionQtyDelta
protected String optionSelect
Public Constructors
OptionTrackingDetailsType()
Public Methods
String getOptionAlert()
Gets the value of the optionAlert property.
String getOptionCost()
Gets the value of the optionCost property.
String getOptionNumber()
Gets the value of the optionNumber property.
String getOptionQty()
Gets the value of the optionQty property.
String getOptionQtyDelta()
Gets the value of the optionQtyDelta property.
String getOptionSelect()
Gets the value of the optionSelect property.
void setOptionAlert(String value)
Sets the value of the optionAlert property.
void setOptionCost(String value)
Sets the value of the optionCost property.
void setOptionNumber(String value)
Sets the value of the optionNumber property.
void setOptionQty(String value)
Sets the value of the optionQty property.
void setOptionQtyDelta(String value)
Sets the value of the optionQtyDelta property.
void setOptionSelect(String value)
Sets the value of the optionSelect property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String optionAlert

protected String optionCost

protected String optionNumber

protected String optionQty

protected String optionQtyDelta

protected String optionSelect

Public Constructors

public OptionTrackingDetailsType ()

Public Methods

public String getOptionAlert ()

Gets the value of the optionAlert property.

Returns
  • possible object is String

public String getOptionCost ()

Gets the value of the optionCost property.

Returns
  • possible object is String

public String getOptionNumber ()

Gets the value of the optionNumber property.

Returns
  • possible object is String

public String getOptionQty ()

Gets the value of the optionQty property.

Returns
  • possible object is String

public String getOptionQtyDelta ()

Gets the value of the optionQtyDelta property.

Returns
  • possible object is String

public String getOptionSelect ()

Gets the value of the optionSelect property.

Returns
  • possible object is String

public void setOptionAlert (String value)

Sets the value of the optionAlert property.

Parameters
value Allowed object is String

public void setOptionCost (String value)

Sets the value of the optionCost property.

Parameters
value Allowed object is String

public void setOptionNumber (String value)

Sets the value of the optionNumber property.

Parameters
value Allowed object is String

public void setOptionQty (String value)

Sets the value of the optionQty property.

Parameters
value Allowed object is String

public void setOptionQtyDelta (String value)

Sets the value of the optionQtyDelta property.

Parameters
value Allowed object is String

public void setOptionSelect (String value)

Sets the value of the optionSelect property.

Parameters
value Allowed object is String