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 class
AnyURIType
"anyURI" type.class
Base64BinaryType
"base64Binary" type.class
BooleanType
"boolean" type.class
BuiltinAtomicType
base class for atomic built-in types; those types which can be used by itself (int,uriReference,string, etc) .class
ByteType
"byte" type.class
DateTimeType
"dateTime" type.class
DateType
"date" type.class
DoubleType
"double" type.class
DurationType
"duration" type.class
EntityType
"ENTITY" type.class
ErrorType
A dummy datatype that can be used to recover from errors.class
FloatType
"float" type.class
GDayType
"gDay" type.class
GMonthDayType
"gMonthDay" type.class
GMonthType
"gMonth" type.class
GYearMonthType
"gYearMonth" type.class
GYearType
"gYear" type.class
HexBinaryType
"hexBinary" type.class
IDREFType
very limited 'IDREF' type of XML Schema Part 2.class
IDType
very limited 'ID' type of XML Schema Part 2.class
IntegerType
"integer" type.class
IntType
"int" type.class
LanguageType
"language" type.class
ListType
List type.class
LongType
"long" type.class
NameType
"Name" type.class
NcnameType
"NCName" type.class
NegativeIntegerType
"negativeInteger" type.class
NmtokenType
"NMTOKEN" type.class
NonNegativeIntegerType
"nonNegativeInteger" type.class
NonPositiveIntegerType
"nonPositiveInteger" type.class
NormalizedStringType
"normalizedString" type.class
NumberType
"decimal" type.class
PositiveIntegerType
"positiveInteger" type.class
QnameType
"QName" type.class
ShortType
"short" type.class
SimpleURType
simple "ur-type" type.class
StringType
"string" type.class
TimeType
"time" type.class
TokenType
"token" type.class
UnionType
union type.class
UnsignedByteType
"unsignedByte" type.class
UnsignedIntType
"unsignedInt" type.class
UnsignedLongType
"unsignedLong" type.class
UnsignedShortType
"unsignedShort" type.Fields in com.sun.msv.datatype.xsd declared as ConcreteType Modifier and Type Field Description protected ConcreteType
DataTypeWithFacet. concreteType
base concrete typeMethods in com.sun.msv.datatype.xsd that return ConcreteType Modifier and Type Method Description ConcreteType
ConcreteType. getConcreteType()
ConcreteType
DataTypeWithFacet. getConcreteType()
ConcreteType
Proxy. getConcreteType()
abstract ConcreteType
XSDatatypeImpl. 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 class
EmptyStringType
'emptyString' type of RELAX.class
NoneType
'none' datatype of RELAX.
-