org.apache.axis.schema

Class SchemaVersion1999

public class SchemaVersion1999 extends Object implements SchemaVersion

1999 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/1999/XMLSchema-instance}null

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.