org.apache.xerces.impl.xs
Interface XSTypeDecl

All Known Subinterfaces:
XSAtomicSimpleType, XSListSimpleType, XSSimpleType, XSUnionSimpleType
All Known Implementing Classes:
XSComplexTypeDecl

public interface XSTypeDecl

The XML representation for a type declaration schema component is a or element information item

Version:
$Id: XSTypeDecl.java,v 1.3 2002/01/29 01:15:14 lehors Exp $
Author:
Elena Litani, IBM

Field Summary
static short COMPLEX_TYPE
           
static short SIMPLE_TYPE
           
 
Method Summary
 XSTypeDecl getBaseType()
           
 short getFinalSet()
           
 java.lang.String getTargetNamespace()
           
 java.lang.String getTypeName()
           
 short getXSType()
           
 boolean isAnonymous()
           
 

Field Detail

COMPLEX_TYPE

public static final short COMPLEX_TYPE

SIMPLE_TYPE

public static final short SIMPLE_TYPE
Method Detail

getXSType

public short getXSType()

getTypeName

public java.lang.String getTypeName()

getTargetNamespace

public java.lang.String getTargetNamespace()

getBaseType

public XSTypeDecl getBaseType()

getFinalSet

public short getFinalSet()

isAnonymous

public boolean isAnonymous()


Copyright © 1999-2002 Apache XML Project. All Rights Reserved.