File
Doc
Category
Size
Date
Package
StockInvestment.java
API Doc
Apache Axis 1.4
1433
Sat Apr 22 18:57:28 BST 2006
test.wsdl.roundtrip
StockInvestment
java.lang.Object
Investment
public class StockInvestment extends Investment implements Serializable
The StockInvestment class extends the Investment class so that we can verify that the Java2WSDL tool correctly creates WSDL to allow data members in Investment to be accessed.
version
1.00 06 Feb 2002
author
Brent Ulbricht
Fields Summary
public float
lastTradePrice
private String
tradeExchange
private float
stockBeta
private double
fiftyTwoWeekHigh
Constructors Summary
public StockInvestment
()
Methods Summary
public
java.lang.String
getTradeExchange
()
return tradeExchange;
public void
setTradeExchange
(
java.lang.String
tradeExchange)
this.tradeExchange = tradeExchange;
Java Code Source