Package | Description |
---|---|
com.sun.msv.datatype.xsd |
W3C XML Schema Datatypes implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteType
"byte" type.
|
class |
IntegerType
"integer" type.
|
class |
IntType
"int" type.
|
class |
LongType
"long" type.
|
class |
NegativeIntegerType
"negativeInteger" type.
|
class |
NonNegativeIntegerType
"nonNegativeInteger" type.
|
class |
NonPositiveIntegerType
"nonPositiveInteger" type.
|
class |
PositiveIntegerType
"positiveInteger" type.
|
class |
ShortType
"short" type.
|
class |
UnsignedByteType
"unsignedByte" type.
|
class |
UnsignedIntType
"unsignedInt" type.
|
class |
UnsignedLongType
"unsignedLong" type.
|
class |
UnsignedShortType
"unsignedShort" type.
|