/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package wsdl2ksoap.datatypes; /** * * @author newky */ public class Function { public String Name; public String SoapAction; public String InputType; public String OutputType; }