FileDocCategorySizeDatePackage
StockInvestment.javaAPI DocApache Axis 1.41433Sat Apr 22 18:57:28 BST 2006test.wsdl.roundtrip

StockInvestment

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.StringgetTradeExchange()

        return tradeExchange;
    
public voidsetTradeExchange(java.lang.String tradeExchange)

        this.tradeExchange = tradeExchange;