org.apache.axis.schema
public interface SchemaVersion extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static SchemaVersion |
SCHEMA_1999 |
static SchemaVersion |
SCHEMA_2000 |
static SchemaVersion |
SCHEMA_2001 |
Modifier and Type | Method and Description |
---|---|
QName |
getNilQName()
Get the appropriate QName for the "null"/"nil" attribute for this
Schema version.
|
java.lang.String |
getXsdURI()
The XSD URI
|
java.lang.String |
getXsiURI()
The XSI URI
|
void |
registerSchemaSpecificTypes(TypeMappingImpl tm)
Register the schema specific type mappings
|
static final SchemaVersion SCHEMA_1999
static final SchemaVersion SCHEMA_2000
static final SchemaVersion SCHEMA_2001
QName getNilQName()
java.lang.String getXsiURI()
java.lang.String getXsdURI()
void registerSchemaSpecificTypes(TypeMappingImpl tm)
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.