org.apache.axis.schema

Class SchemaVersion2001

public class SchemaVersion2001 extends Object implements SchemaVersion

2001 Schema characteristics.

Author: Glen Daniels (gdaniels@apache.org)

Field Summary
static QNameQNAME_NIL
Method Summary
QNamegetNilQName()
Get the appropriate QName for the "null"/"nil" attribute for this Schema version.
StringgetXsdURI()
The XSD URI
StringgetXsiURI()
The XSI URI
voidregisterSchemaSpecificTypes(TypeMappingImpl tm)
Register the schema specific type mappings

Field Detail

QNAME_NIL

public static QName QNAME_NIL

Method Detail

getNilQName

public QName getNilQName()
Get the appropriate QName for the "null"/"nil" attribute for this Schema version.

Returns: {http://www.w3.org/2001/XMLSchema-instance}nil

getXsdURI

public String getXsdURI()
The XSD URI

Returns: the XSD URI

getXsiURI

public String getXsiURI()
The XSI URI

Returns: the XSI URI

registerSchemaSpecificTypes

public void registerSchemaSpecificTypes(TypeMappingImpl tm)
Register the schema specific type mappings
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.