Specify the Java™ class name
Use setClassName() to specify the Java™ class name:
public void setClassName(String name)throws SQLException
If you do not set a class name with setClassName(), the driver uses the SQL name of the opaque type (set through setSQLName()) as the name of the Java™ class and the file name of the .class file generated by the createUDTCclass() method.