Uses of Class
com.sun.msv.datatype.xsd.ConcreteType
-
Packages that use ConcreteType Package Description com.sun.msv.datatype.xsd W3C XML Schema Datatypes implementation.com.sun.msv.grammar.relax abstract grammar model(AGM): RELAX stub. -
-
Uses of ConcreteType in com.sun.msv.datatype.xsd
Subclasses of ConcreteType in com.sun.msv.datatype.xsd Modifier and Type Class Description classAnyURIType"anyURI" type.classBase64BinaryType"base64Binary" type.classBooleanType"boolean" type.classBuiltinAtomicTypebase class for atomic built-in types; those types which can be used by itself (int,uriReference,string, etc) .classByteType"byte" type.classDateTimeType"dateTime" type.classDateType"date" type.classDoubleType"double" type.classDurationType"duration" type.classEntityType"ENTITY" type.classErrorTypeA dummy datatype that can be used to recover from errors.classFloatType"float" type.classGDayType"gDay" type.classGMonthDayType"gMonthDay" type.classGMonthType"gMonth" type.classGYearMonthType"gYearMonth" type.classGYearType"gYear" type.classHexBinaryType"hexBinary" type.classIDREFTypevery limited 'IDREF' type of XML Schema Part 2.classIDTypevery limited 'ID' type of XML Schema Part 2.classIntegerType"integer" type.classIntType"int" type.classLanguageType"language" type.classListTypeList type.classLongType"long" type.classNameType"Name" type.classNcnameType"NCName" type.classNegativeIntegerType"negativeInteger" type.classNmtokenType"NMTOKEN" type.classNonNegativeIntegerType"nonNegativeInteger" type.classNonPositiveIntegerType"nonPositiveInteger" type.classNormalizedStringType"normalizedString" type.classNumberType"decimal" type.classPositiveIntegerType"positiveInteger" type.classQnameType"QName" type.classShortType"short" type.classSimpleURTypesimple "ur-type" type.classStringType"string" type.classTimeType"time" type.classTokenType"token" type.classUnionTypeunion type.classUnsignedByteType"unsignedByte" type.classUnsignedIntType"unsignedInt" type.classUnsignedLongType"unsignedLong" type.classUnsignedShortType"unsignedShort" type.Fields in com.sun.msv.datatype.xsd declared as ConcreteType Modifier and Type Field Description protected ConcreteTypeDataTypeWithFacet. concreteTypebase concrete typeMethods in com.sun.msv.datatype.xsd that return ConcreteType Modifier and Type Method Description ConcreteTypeConcreteType. getConcreteType()ConcreteTypeDataTypeWithFacet. getConcreteType()ConcreteTypeProxy. getConcreteType()abstract ConcreteTypeXSDatatypeImpl. getConcreteType()gets the concrete type object of the restriction chain. -
Uses of ConcreteType in com.sun.msv.grammar.relax
Subclasses of ConcreteType in com.sun.msv.grammar.relax Modifier and Type Class Description classEmptyStringType'emptyString' type of RELAX.classNoneType'none' datatype of RELAX.
-