@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public class TradePriceData extends Object
| 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="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") protected String tickerSymbol
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") protected float tickerPrice
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public String getTickerSymbol()
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public void setTickerSymbol(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public float getTickerPrice()
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public void setTickerPrice(float value)
Apache CXF