|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hello_world_doc_lit_bare.types.TradePriceData
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:41+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public class TradePriceData
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>
| Field Summary | |
|---|---|
protected float |
tickerPrice
|
protected String |
tickerSymbol
|
| Constructor Summary | |
|---|---|
TradePriceData()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:41+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String tickerSymbol
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:41+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected float tickerPrice
| Constructor Detail |
|---|
public TradePriceData()
| Method Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:41+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getTickerSymbol()
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:41+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setTickerSymbol(String value)
value - allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:41+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public float getTickerPrice()
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:41+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setTickerPrice(float value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||