Package org.apache.xmlbeans.impl.config
Class UserTypeImpl
- java.lang.Object
-
- org.apache.xmlbeans.impl.config.UserTypeImpl
-
-
Constructor Summary
Constructors Constructor Description UserTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetJavaName()The class name the simple value will be converted to.javax.xml.namespace.QNamegetName()The QName of the simple value that will be converted to a Java class.java.lang.StringgetStaticHandler()A class which provides public static methods to convertSimpleValueobjects to and from the Java type specified byUserType.getJavaName().
-
-
-
Method Detail
-
getJavaName
public java.lang.String getJavaName()
Description copied from interface:UserTypeThe class name the simple value will be converted to.- Specified by:
getJavaNamein interfaceUserType
-
getName
public javax.xml.namespace.QName getName()
Description copied from interface:UserTypeThe QName of the simple value that will be converted to a Java class.
-
getStaticHandler
public java.lang.String getStaticHandler()
Description copied from interface:UserTypeA class which provides public static methods to convertSimpleValueobjects to and from the Java type specified byUserType.getJavaName().- Specified by:
getStaticHandlerin interfaceUserType
-
-