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. 
See Also:
Constant Field Values

SIMPLETYPE

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

ELEMENT

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

ATTRIBUTE

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

ATTRIBUTEGROUP

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

GROUP

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

ANY

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

ANYATTRIBUTE

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

ALL

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

CHOICE

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

SEQUENCE

public static final int SEQUENCE
Deprecated. 
See Also:
Constant Field Values
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, 2006 Apache XML Project. All Rights Reserved.