public abstract class ExternalObjectType extends Object
Constructor and Description |
---|
ExternalObjectType() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getName()
Get the name of this type.
|
abstract int |
getPrimitiveType()
Return the integer fingerprint of the underlying primitive type
|
abstract String |
getTargetNamespace()
Get the target namespace of this type.
|
abstract StructuredQName |
getTypeName()
Get the name of this type
|
boolean |
isExternalType()
Ask whether this is an external type
|
boolean |
isPlainType()
Ask whether this is a plain type (a type whose instances are always atomic values)
|
public abstract String getName()
public abstract String getTargetNamespace()
NamespaceConstant.JAVA_TYPE
.
For .net it is always NamespaceConstant.DOT_NET_TYPE
public boolean isExternalType()
public abstract StructuredQName getTypeName()
public final boolean isPlainType()
public abstract int getPrimitiveType()
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.