Class GeneratedFileInfo.Entry

java.lang.Object
org.apache.axis.wsdl.toJava.GeneratedFileInfo.Entry
Enclosing class:
GeneratedFileInfo

public class GeneratedFileInfo.Entry extends 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
  • Field Details

    • fileName

      public String fileName
      Field fileName
    • className

      public String className
      Field className
    • type

      public String type
      Field type
  • Constructor Details

    • Entry

      public Entry(String name, String className, String type)
      Constructor Entry
      Parameters:
      name -
      className -
      type -
  • Method Details

    • toString

      public String toString()
      Method toString
      Overrides:
      toString in class Object
      Returns: