@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:48-02:30",
comments="JAXB RI v2.2.5")
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-05-30T10:16:48-02:30",
comments="JAXB RI v2.2.5")
protected String tickerSymbol
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:48-02:30",
comments="JAXB RI v2.2.5")
protected float tickerPrice
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:48-02:30",
comments="JAXB RI v2.2.5")
public String getTickerSymbol()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:48-02:30",
comments="JAXB RI v2.2.5")
public void setTickerSymbol(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:48-02:30",
comments="JAXB RI v2.2.5")
public float getTickerPrice()
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:48-02:30",
comments="JAXB RI v2.2.5")
public void setTickerPrice(float value)
Apache CXF