Class UserTypeImpl

  • All Implemented Interfaces:
    UserType

    public class UserTypeImpl
    extends java.lang.Object
    implements UserType
    • Constructor Summary

      Constructors 
      Constructor Description
      UserTypeImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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 UserType.getJavaName().
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UserTypeImpl

        public UserTypeImpl()
    • Method Detail

      • getJavaName

        public java.lang.String getJavaName()
        Description copied from interface: UserType
        The class name the simple value will be converted to.
        Specified by:
        getJavaName in interface UserType
      • getName

        public javax.xml.namespace.QName getName()
        Description copied from interface: UserType
        The QName of the simple value that will be converted to a Java class.
        Specified by:
        getName in interface UserType