org.apache.axis.wsdl.toJava
Class GeneratedFileInfo.Entry
java.lang.Objectorg.apache.axis.wsdl.toJava.GeneratedFileInfo.Entry
- GeneratedFileInfo
public class GeneratedFileInfo.Entry
extends java.lang.Object
Structure to hold entries.
There are three public data members:
fileName - A relative path of the generated file.className - The name of the class in the file.type - The type of the file.
Valid types are:
stub, interface, complexType, enumType, fault, holder, skeleton,
skeletonImpl, service, deploy, undeploy, testCase
Entry(String name, String className, String type)- Constructor Entry
|
className
public String className
Field className
fileName
public String fileName
Field fileName
type
public String type
Field type
Entry
public Entry(String name,
String className,
String type) Constructor Entry
name - className - type -
toString
public String toString()
Method toString
Copyright © 2005 Apache Web Services Project. All Rights Reserved.