Class TradePriceData
- java.lang.Object
-
- org.apache.hello_world_doc_lit_bare.types.TradePriceData
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:42-05:00") public class TradePriceData extends ObjectJava 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
Fields Modifier and Type Field Description protected floattickerPriceprotected StringtickerSymbol
-
Constructor Summary
Constructors Constructor Description TradePriceData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetTickerPrice()Gets the value of the tickerPrice property.StringgetTickerSymbol()Gets the value of the tickerSymbol property.voidsetTickerPrice(float value)Sets the value of the tickerPrice property.voidsetTickerSymbol(String value)Sets the value of the tickerSymbol property.
-
-
-
Field Detail
-
tickerSymbol
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:42-05:00") protected String tickerSymbol
-
tickerPrice
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:42-05:00") protected float tickerPrice
-
-
Method Detail
-
getTickerSymbol
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:42-05:00") public String getTickerSymbol()Gets the value of the tickerSymbol property.- Returns:
- possible object is
String
-
setTickerSymbol
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:42-05:00") public void setTickerSymbol(String value)Sets the value of the tickerSymbol property.- Parameters:
value- allowed object isString
-
getTickerPrice
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:42-05:00") public float getTickerPrice()Gets the value of the tickerPrice property.
-
setTickerPrice
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:42-05:00") public void setTickerPrice(float value)Sets the value of the tickerPrice property.
-
-