org.jboss.axis.wsdl.toJava
Class GeneratedFileInfo.Entry
java.lang.Object
org.jboss.axis.wsdl.toJava.GeneratedFileInfo.Entry
- Enclosing class:
- GeneratedFileInfo (src)
- 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
Constructor Summary |
GeneratedFileInfo.Entry(java.lang.String name,
java.lang.String className,
java.lang.String type)
|
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
fileName
public java.lang.String fileName
className
public java.lang.String className
type
public java.lang.String type
GeneratedFileInfo.Entry
public GeneratedFileInfo.Entry(java.lang.String name,
java.lang.String className,
java.lang.String type)
toString
public java.lang.String toString()