public interface UserType
Modifier and Type | Method and Description |
---|---|
java.lang.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.
|
java.lang.String |
getStaticHandler()
A class which provides public static methods to convert
SimpleValue
objects to and from the Java type specified by getJavaName() . |
QName getName()
java.lang.String getJavaName()
java.lang.String getStaticHandler()
SimpleValue
objects to and from the Java type specified by getJavaName()
.