org.apache.wsif.compiler.schema.tools
Interface SchemaType

All Known Implementing Classes:
SchemaAny, SchemaAnyAttribute, SchemaAttribute, SchemaAttributeGroup, SchemaComplexType, SchemaElement, SchemaGroup, SchemaMGS, SchemaSimpleType

Deprecated.

public interface SchemaType

Insert the type's description here. Creation date: (6/21/00 5:21:48 PM)


Field Summary
static int ALL
          Deprecated.  
static int ANY
          Deprecated.  
static int ANYATTRIBUTE
          Deprecated.  
static int ATTRIBUTE
          Deprecated.  
static int ATTRIBUTEGROUP
          Deprecated.  
static int CHOICE
          Deprecated.  
static int COMPLEXTYPE
          Deprecated.  
static int ELEMENT
          Deprecated.  
static int GROUP
          Deprecated.  
static int SEQUENCE
          Deprecated.  
static int SIMPLETYPE
          Deprecated.  
 
Method Summary
 int getElementType()
          Deprecated. Insert the method's description here.
 java.lang.String getName()
          Deprecated. Insert the method's description here.
 java.lang.String getTargetURI()
          Deprecated. Insert the method's description here.
 

Field Detail

COMPLEXTYPE

static final int COMPLEXTYPE
Deprecated. 
See Also:
Constant Field Values

SIMPLETYPE

static final int SIMPLETYPE
Deprecated. 
See Also:
Constant Field Values

ELEMENT

static final int ELEMENT
Deprecated. 
See Also:
Constant Field Values

ATTRIBUTE

static final int ATTRIBUTE
Deprecated. 
See Also:
Constant Field Values

ATTRIBUTEGROUP

static final int ATTRIBUTEGROUP
Deprecated. 
See Also:
Constant Field Values

GROUP

static final int GROUP
Deprecated. 
See Also:
Constant Field Values

ANY

static final int ANY
Deprecated. 
See Also:
Constant Field Values

ANYATTRIBUTE

static final int ANYATTRIBUTE
Deprecated. 
See Also:
Constant Field Values

ALL

static final int ALL
Deprecated. 
See Also:
Constant Field Values

CHOICE

static final int CHOICE
Deprecated. 
See Also:
Constant Field Values

SEQUENCE

static final int SEQUENCE
Deprecated. 
See Also:
Constant Field Values
Method Detail

getElementType

int getElementType()
Deprecated. 
Insert the method's description here. Creation date: (6/21/00 5:26:52 PM)

Returns:
int

getName

java.lang.String getName()
Deprecated. 
Insert the method's description here. Creation date: (6/22/00 3:58:18 PM)

Returns:
java.lang.String

getTargetURI

java.lang.String getTargetURI()
Deprecated. 
Insert the method's description here. Creation date: (6/25/00 5:04:56 PM)

Returns:
java.lang.String


Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.