Class XSDByteType

All Implemented Interfaces:
RDFDatatype

public class XSDByteType extends XSDBaseNumericType
Datatype template used to define XSD int types
  • Constructor Details

    • XSDByteType

      public XSDByteType(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(String typeName, 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