FileDocCategorySizeDatePackage
C.javaAPI DocApache Axis 1.41139Sat Apr 22 18:57:28 BST 2006test.wsdl.polymorphism

C

public class C extends A
C is a class which extends A, but HAS NO TYPE MAPPING associated with it directly. We use this to make sure that such a class can still be serialized as an A without any trouble.
author
Glen Daniels (gdaniels@apache.org)

Fields Summary
private float
floatField
Constructors Summary
Methods Summary
public floatgetFloatField()


       
        return floatField;
    
public voidsetFloatField(float floatField)

        this.floatField = floatField;