public abstract class SchemaTypes
extends java.lang.Object
JavaType
.Modifier and Type | Class and Description |
---|---|
static class |
SchemaTypes.SchemaSimpleType
Simple schema type representation.
|
Constructor and Description |
---|
SchemaTypes() |
Modifier and Type | Method and Description |
---|---|
private static SchemaTypes.SchemaSimpleType |
addType(java.lang.String name,
boolean isstring)
Helper method for creating instances and adding them to map.
|
static CommonTypeDefinition |
getSchemaType(java.lang.String name)
Get predefined schema type.
|
private static final java.util.HashMap s_schemaTypesMap
public static final SchemaTypes.SchemaSimpleType ANY_TYPE
public static final SchemaTypes.SchemaSimpleType ANY_SIMPLE_TYPE
public static final SchemaTypes.SchemaSimpleType ANY_URI
public static final SchemaTypes.SchemaSimpleType BASE64_BINARY
public static final SchemaTypes.SchemaSimpleType BOOLEAN_TYPE
public static final SchemaTypes.SchemaSimpleType BYTE
public static final SchemaTypes.SchemaSimpleType DATE
public static final SchemaTypes.SchemaSimpleType DATETIME
public static final SchemaTypes.SchemaSimpleType DECIMAL
public static final SchemaTypes.SchemaSimpleType DOUBLE
public static final SchemaTypes.SchemaSimpleType DURATION
public static final SchemaTypes.SchemaSimpleType ENTITY
public static final SchemaTypes.SchemaSimpleType ENTITIES
public static final SchemaTypes.SchemaSimpleType FLOAT
public static final SchemaTypes.SchemaSimpleType GDAY
public static final SchemaTypes.SchemaSimpleType GMONTH
public static final SchemaTypes.SchemaSimpleType GMONTHDAY
public static final SchemaTypes.SchemaSimpleType GYEAR
public static final SchemaTypes.SchemaSimpleType GYEARMONTH
public static final SchemaTypes.SchemaSimpleType HEX_BINARY
public static final SchemaTypes.SchemaSimpleType ID
public static final SchemaTypes.SchemaSimpleType IDREF
public static final SchemaTypes.SchemaSimpleType IDREFS
public static final SchemaTypes.SchemaSimpleType INT
public static final SchemaTypes.SchemaSimpleType INTEGER
public static final SchemaTypes.SchemaSimpleType LANGUAGE
public static final SchemaTypes.SchemaSimpleType LONG
public static final SchemaTypes.SchemaSimpleType NAME
public static final SchemaTypes.SchemaSimpleType NEGATIVE_INTEGER
public static final SchemaTypes.SchemaSimpleType NON_NEGATIVE_INTEGER
public static final SchemaTypes.SchemaSimpleType NON_POSITIVE_INTEGER
public static final SchemaTypes.SchemaSimpleType NORMALIZED_STRING
public static final SchemaTypes.SchemaSimpleType NCNAME
public static final SchemaTypes.SchemaSimpleType NMTOKEN
public static final SchemaTypes.SchemaSimpleType NMTOKENS
public static final SchemaTypes.SchemaSimpleType NOTATION
public static final SchemaTypes.SchemaSimpleType POSITIVE_INTEGER
public static final SchemaTypes.SchemaSimpleType QNAME
public static final SchemaTypes.SchemaSimpleType SHORT
public static final SchemaTypes.SchemaSimpleType STRING
public static final SchemaTypes.SchemaSimpleType TIME
public static final SchemaTypes.SchemaSimpleType TOKEN
public static final SchemaTypes.SchemaSimpleType UNSIGNED_BYTE
public static final SchemaTypes.SchemaSimpleType UNSIGNED_INT
public static final SchemaTypes.SchemaSimpleType UNSIGNED_LONG
public static final SchemaTypes.SchemaSimpleType UNSIGNED_SHORT
private static SchemaTypes.SchemaSimpleType addType(java.lang.String name, boolean isstring)
name
- type local nameisstring
- type derived from string flagpublic static CommonTypeDefinition getSchemaType(java.lang.String name)
name
- local namenull
if none