站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

SchemaVersion (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


org.apache.axis.schema
Interface SchemaVersion

All Superinterfaces:
Serializable
All Known Implementing Classes:
SchemaVersion1999, SchemaVersion2000, SchemaVersion2001

public interface SchemaVersion
extends Serializable

The SchemaVersion interface allows us to abstract out the differences between the 1999, 2000, and 2001 versions of XML Schema.

Author:
Glen Daniels (gdaniels@apache.org)

Field Summary
static SchemaVersion SCHEMA_1999
           
static SchemaVersion SCHEMA_2000
           
static SchemaVersion SCHEMA_2001
           
 
Method Summary
 javax.xml.namespace.QName getNilQName()
          Get the appropriate QName for the "null"/"nil" attribute for this Schema version.
 String getXsdURI()
          The XSD URI
 String getXsiURI()
          The XSI URI
 void registerSchemaSpecificTypes(TypeMapping tm)
          Register the schema specific type mappings
 

Field Detail

SCHEMA_1999

public static final SchemaVersion SCHEMA_1999

SCHEMA_2000

public static final SchemaVersion SCHEMA_2000

SCHEMA_2001

public static final SchemaVersion SCHEMA_2001
Method Detail

getNilQName

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

Returns:
the appropriate "null"/"nil" QName

getXsiURI

public String getXsiURI()
The XSI URI

Returns:
the XSI URI

getXsdURI

public String getXsdURI()
The XSD URI

Returns:
the XSD URI

registerSchemaSpecificTypes

public void registerSchemaSpecificTypes(TypeMapping tm)
Register the schema specific type mappings



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.