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

PreferredStockInvestment

public class PreferredStockInvestment extends StockInvestment implements Serializable
The PreferredStockInvestment class extends the StockInvestment class so that we can verify that the Java2WSDL tool correctly creates WSDL to allow data members in StockInvestment and Investment to be accessed.
version
1.00 06 Feb 2002
author
Brent Ulbricht

Fields Summary
public BigDecimal
preferredYield
private double
dividendsInArrears
Constructors Summary
public PreferredStockInvestment()


    
Methods Summary
public doublegetDividendsInArrears()

        return this.dividendsInArrears;
    
public voidsetDividendsInArrears(double dividendsInArrears)

        this.dividendsInArrears = dividendsInArrears;