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

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

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

public static final int COMPLEXTYPE
Deprecated. 

SIMPLETYPE

public static final int SIMPLETYPE
Deprecated. 

ELEMENT

public static final int ELEMENT
Deprecated. 

ATTRIBUTE

public static final int ATTRIBUTE
Deprecated. 

ATTRIBUTEGROUP

public static final int ATTRIBUTEGROUP
Deprecated. 

GROUP

public static final int GROUP
Deprecated. 

ANY

public static final int ANY
Deprecated. 

ANYATTRIBUTE

public static final int ANYATTRIBUTE
Deprecated. 

ALL

public static final int ALL
Deprecated. 

CHOICE

public static final int CHOICE
Deprecated. 

SEQUENCE

public static final int SEQUENCE
Deprecated. 
Method Detail

getElementType

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

getName

public 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

public 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, 2003 Apache XML Project. All Rights Reserved.