|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserType
The UserType class represents a mapping between an XML Schema QName and a custom Java class type. It is used during code generation to determine how to convert user-defined simple types to user defined Java classes.
Method Summary | |
---|---|
java.lang.String |
getJavaName()
The class name the simple value will be converted to. |
javax.xml.namespace.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() . |
Method Detail |
---|
javax.xml.namespace.QName getName()
java.lang.String getJavaName()
java.lang.String getStaticHandler()
SimpleValue
objects to and from the Java type specified by getJavaName()
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |