public class OptionTrackingDetailsType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
optionAlert |
protected java.lang.String |
optionCost |
protected java.lang.String |
optionNumber |
protected java.lang.String |
optionQty |
protected java.lang.String |
optionQtyDelta |
protected java.lang.String |
optionSelect |
Constructor and Description |
---|
OptionTrackingDetailsType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOptionAlert()
Gets the value of the optionAlert property.
|
java.lang.String |
getOptionCost()
Gets the value of the optionCost property.
|
java.lang.String |
getOptionNumber()
Gets the value of the optionNumber property.
|
java.lang.String |
getOptionQty()
Gets the value of the optionQty property.
|
java.lang.String |
getOptionQtyDelta()
Gets the value of the optionQtyDelta property.
|
java.lang.String |
getOptionSelect()
Gets the value of the optionSelect property.
|
void |
setOptionAlert(java.lang.String value)
Sets the value of the optionAlert property.
|
void |
setOptionCost(java.lang.String value)
Sets the value of the optionCost property.
|
void |
setOptionNumber(java.lang.String value)
Sets the value of the optionNumber property.
|
void |
setOptionQty(java.lang.String value)
Sets the value of the optionQty property.
|
void |
setOptionQtyDelta(java.lang.String value)
Sets the value of the optionQtyDelta property.
|
void |
setOptionSelect(java.lang.String value)
Sets the value of the optionSelect property.
|
protected java.lang.String optionNumber
protected java.lang.String optionQty
protected java.lang.String optionSelect
protected java.lang.String optionQtyDelta
protected java.lang.String optionAlert
protected java.lang.String optionCost
public java.lang.String getOptionNumber()
String
public void setOptionNumber(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getOptionQty()
String
public void setOptionQty(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getOptionSelect()
String
public void setOptionSelect(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getOptionQtyDelta()
String
public void setOptionQtyDelta(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getOptionAlert()
String
public void setOptionAlert(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getOptionCost()
String
public void setOptionCost(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.