Package org.apache.axis.schema
Class SchemaVersion1999
- java.lang.Object
-
- org.apache.axis.schema.SchemaVersion1999
-
- All Implemented Interfaces:
java.io.Serializable
,SchemaVersion
public class SchemaVersion1999 extends java.lang.Object implements SchemaVersion
1999 Schema characteristics.- Author:
- Glen Daniels (gdaniels@apache.org)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
QNAME_NIL
-
Fields inherited from interface org.apache.axis.schema.SchemaVersion
SCHEMA_1999, SCHEMA_2000, SCHEMA_2001
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getNilQName()
Get the appropriate QName for the "null"/"nil" attribute for this Schema version.java.lang.String
getXsdURI()
The XSD URIjava.lang.String
getXsiURI()
The XSI URIvoid
registerSchemaSpecificTypes(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.- Specified by:
getNilQName
in interfaceSchemaVersion
- Returns:
- {http://www.w3.org/1999/XMLSchema-instance}null
-
getXsiURI
public java.lang.String getXsiURI()
The XSI URI- Specified by:
getXsiURI
in interfaceSchemaVersion
- Returns:
- the XSI URI
-
getXsdURI
public java.lang.String getXsdURI()
The XSD URI- Specified by:
getXsdURI
in interfaceSchemaVersion
- Returns:
- the XSD URI
-
registerSchemaSpecificTypes
public void registerSchemaSpecificTypes(TypeMappingImpl tm)
Register the schema specific type mappings- Specified by:
registerSchemaSpecificTypes
in interfaceSchemaVersion
-
-