public class GeneratedFileInfo.Entry
extends java.lang.Object
fileName
- A relative path of the generated file.className
- The name of the class in the file.type
- The type of the file.
stub, interface, complexType, enumType, fault, holder, skeleton,
skeletonImpl, service, deploy, undeploy, testCase
Modifier and Type | Field and Description |
---|---|
java.lang.String |
className
Field className
|
java.lang.String |
fileName
Field fileName
|
java.lang.String |
type
Field type
|
Constructor and Description |
---|
GeneratedFileInfo.Entry(java.lang.String name,
java.lang.String className,
java.lang.String type)
Constructor Entry
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Method toString
|
public java.lang.String fileName
public java.lang.String className
public java.lang.String type
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.