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()
Stringpublic void setOptionNumber(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getOptionQty()
Stringpublic void setOptionQty(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getOptionSelect()
Stringpublic void setOptionSelect(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getOptionQtyDelta()
Stringpublic void setOptionQtyDelta(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getOptionAlert()
Stringpublic void setOptionAlert(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getOptionCost()
Stringpublic void setOptionCost(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.