public class JavaType extends Object
SchemaTypes. As a special case, an instance of this class is also used to represent
the special <any> schema component.| Modifier and Type | Field and Description |
|---|---|
static JavaType |
s_anyAttributeType
<anyAttribute> schema component type.
|
static JavaType |
s_anyType
<any> schema component type.
|
| Constructor and Description |
|---|
JavaType(String slname,
String pname,
String fqname,
String format,
String ser,
String dser,
String check)
Constructor supporting special handling.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCheckMethod()
Get check method name.
|
String |
getClassName()
Get fully-qualified object type name.
|
String |
getDeserializerMethod()
Get deserializer method name.
|
String |
getFormat()
Get format.
|
String |
getPrimitiveName()
Get primitive type name.
|
String |
getSchemaName()
Get schema type local name.
|
String |
getSerializerMethod()
Get serializer method name.
|
static Map |
getTypeMap()
Get map from schema type local name to Java type.
|
public static final JavaType s_anyType
public static final JavaType s_anyAttributeType
public JavaType(String slname, String pname, String fqname, String format, String ser, String dser, String check)
slname - schema type local namepname - primitive type name (null if none)fqname - object type fully-qualified name (non-null)format - JiBX format name (null if none)ser - fully-qualified serializer class and method name (null if none)dser - fully-qualified deserializer class and method name (null if none)check - fully-qualified check class and method name (null if none)public static Map getTypeMap()
public String getSchemaName()
public String getClassName()
public String getPrimitiveName()
null if nonepublic String getFormat()
public String getSerializerMethod()
null if none)public String getDeserializerMethod()
null if none)public String getCheckMethod()
null if none)Copyright © 2005-2014 jibx.org. All Rights Reserved.