File
Doc
Category
Size
Date
Package
Child_bean.java
API Doc
Apache Axis 1.4
994
Sat Apr 22 18:57:26 BST 2006
test.wsdl.inheritance
Child_bean
java.lang.Object
Parent_bean
public class Child_bean extends Parent_bean
This bean should be in the types section of the generated WSDL
Fields Summary
public String
child_string
Constructors Summary
Methods Summary
public
java.lang.String
getChild_string
()
return child_string;
public void
setChild_string
(
java.lang.String
child_string)
this.child_string = child_string;
Java Code Source