public interface UserType
| Modifier and Type | Method and Description | 
|---|---|
String | 
getJavaName()
The class name the simple value will be converted to. 
 | 
QName | 
getName()
The QName of the simple value that will be converted to a Java class. 
 | 
String | 
getStaticHandler()
A class which provides public static methods to convert  
SimpleValue
 objects to and from the Java type specified by getJavaName(). | 
QName getName()
String getJavaName()
String getStaticHandler()
SimpleValue
 objects to and from the Java type specified by getJavaName().