Package com.sun.xml.rpc.processor.util
Class GeneratedFileInfo
java.lang.Object
com.sun.xml.rpc.processor.util.GeneratedFileInfo
- All Implemented Interfaces:
GeneratedFileInfo
A container to hold info on the files that get
generated.
- Author:
- JAX-RPC Development Team
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GeneratedFileInfo
public GeneratedFileInfo()
-
-
Method Details
-
setFile
Adds the file object to the container- Parameters:
file- instance of the file to be added
-
setType
Adds the type of file it is the container- Parameters:
type- string which specifies the type
-
getFile
Gets the file that got added- Specified by:
getFilein interfaceGeneratedFileInfo- Returns:
- File instance
-
getType
Get the file type that got added- Specified by:
getTypein interfaceGeneratedFileInfo- Returns:
- File type of datatype String
-