FileDocCategorySizeDatePackage
PlanWSSoapImpl.javaAPI DocApache Axis 1.4635Sat Apr 22 18:57:28 BST 2006test.wsdl.extension

PlanWSSoapImpl

public class PlanWSSoapImpl extends Object implements test.wsdl.extension.PlanWSSoap
PlanWSSoapImpl.java This file was auto-generated from WSDL by the Apache Axis WSDL2Java emitter.

Fields Summary
Constructors Summary
Methods Summary
public test.wsdl.extension.PlangetPlan()

        test.wsdl.extension.Disposition disposition = new test.wsdl.extension.Disposition();
        disposition.setCode("CODE #1");
        disposition.setDescription("CODE #1 Description");
        test.wsdl.extension.Plan plan = new test.wsdl.extension.Plan();
        plan.setDisposition(disposition);
        return plan;