org.apache.hello_world_doc_lit_bare.types
Class TradePriceData

java.lang.Object
  extended by org.apache.hello_world_doc_lit_bare.types.TradePriceData

public class TradePriceData
extends java.lang.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>
 


Field Summary
protected  float tickerPrice
           
protected  java.lang.String tickerSymbol
           
 
Constructor Summary
TradePriceData()
           
 
Method Summary
 float getTickerPrice()
          Gets the value of the tickerPrice property.
 java.lang.String getTickerSymbol()
          Gets the value of the tickerSymbol property.
 void setTickerPrice(float value)
          Sets the value of the tickerPrice property.
 void setTickerSymbol(java.lang.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

tickerSymbol

protected java.lang.String tickerSymbol

tickerPrice

protected float tickerPrice
Constructor Detail

TradePriceData

public TradePriceData()
Method Detail

getTickerSymbol

public java.lang.String getTickerSymbol()
Gets the value of the tickerSymbol property.

Returns:
possible object is String

setTickerSymbol

public void setTickerSymbol(java.lang.String value)
Sets the value of the tickerSymbol property.

Parameters:
value - allowed object is String

getTickerPrice

public float getTickerPrice()
Gets the value of the tickerPrice property.


setTickerPrice

public void setTickerPrice(float value)
Sets the value of the tickerPrice property.



Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.