public class XSDByteType extends XSDBaseNumericType
XSDDatatype.XSDGenericTypeBaseDatatype.TypedValueXSD, XSDanyURI, XSDbase64Binary, XSDboolean, XSDbyte, XSDdate, XSDdateTime, XSDdateTimeStamp, XSDdayTimeDuration, XSDdecimal, XSDdouble, XSDduration, XSDENTITY, XSDfloat, XSDgDay, XSDgMonth, XSDgMonthDay, XSDgYear, XSDgYearMonth, XSDhexBinary, XSDID, XSDIDREF, XSDint, XSDinteger, XSDlanguage, XSDlong, XSDName, XSDNCName, XSDnegativeInteger, XSDNMTOKEN, XSDnonNegativeInteger, XSDnonPositiveInteger, XSDnormalizedString, XSDNOTATION, XSDpositiveInteger, XSDQName, XSDshort, XSDstring, XSDtime, XSDtoken, XSDunsignedByte, XSDunsignedInt, XSDunsignedLong, XSDunsignedShort, XSDyearMonthDuration| Constructor and Description |
|---|
XSDByteType(String typeName)
Constructor.
|
XSDByteType(String typeName,
Class<?> javaClass)
Constructor.
|
cannonicalise, isEqual, isValidLiteral, isValidValue, parse, unparseextendedTypeDefinition, getJavaClass, isBaseTypeCompatible, loadXSDSimpleTypes, main, parseValidated, trimPlusgetHashCode, getURI, isValid, langTagCompatible, normalizeSubType, toStringpublic XSDByteType(String typeName)
typeName - the name of the XSD type to be instantiated, this is
used to lookup a type definition from the Xerces schema factory.public XSDByteType(String typeName, Class<?> javaClass)
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 representationLicenced under the Apache License, Version 2.0