Class XSDByteType

    • Constructor Detail

      • XSDByteType

        public XSDByteType​(java.lang.String typeName)
        Constructor.
        Parameters:
        typeName - the name of the XSD type to be instantiated, this is used to lookup a type definition from the Xerces schema factory.
      • XSDByteType

        public XSDByteType​(java.lang.String typeName,
                           java.lang.Class<?> javaClass)
        Constructor.
        Parameters:
        typeName - the name of the XSD type to be instantiated, this is used to lookup a type definition from the Xerces schema factory.
        javaClass - the java class for which this xsd type is to be treated as the cannonical representation