@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public class TradePriceData extends Object
Java class for TradePriceData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TradePriceData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tickerSymbol" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="tickerPrice" type="{http://www.w3.org/2001/XMLSchema}float"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected float |
tickerPrice |
protected String |
tickerSymbol |
| Constructor and Description |
|---|
TradePriceData() |
| Modifier and Type | Method and Description |
|---|---|
float |
getTickerPrice()
Gets the value of the tickerPrice property.
|
String |
getTickerSymbol()
Gets the value of the tickerSymbol property.
|
void |
setTickerPrice(float value)
Sets the value of the tickerPrice property.
|
void |
setTickerSymbol(String value)
Sets the value of the tickerSymbol property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") protected String tickerSymbol
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") protected float tickerPrice
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public String getTickerSymbol()
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public void setTickerSymbol(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public float getTickerPrice()
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public void setTickerPrice(float value)
Apache CXF