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)
Method Summary |
int |
getElementType()
Insert the method's description here. |
java.lang.String |
getName()
Insert the method's description here. |
java.lang.String |
getTargetURI()
Insert the method's description here. |
COMPLEXTYPE
public static final int COMPLEXTYPE
SIMPLETYPE
public static final int SIMPLETYPE
ELEMENT
public static final int ELEMENT
ATTRIBUTE
public static final int ATTRIBUTE
ATTRIBUTEGROUP
public static final int ATTRIBUTEGROUP
GROUP
public static final int GROUP
ANY
public static final int ANY
ANYATTRIBUTE
public static final int ANYATTRIBUTE
ALL
public static final int ALL
CHOICE
public static final int CHOICE
SEQUENCE
public static final int SEQUENCE
getElementType
public int getElementType()
- Insert the method's description here.
Creation date: (6/21/00 5:26:52 PM)
- Returns:
- int
getName
public java.lang.String getName()
- 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()
- Insert the method's description here.
Creation date: (6/25/00 5:04:56 PM)
- Returns:
- java.lang.String
Copyright © 2002, 2002 Apache XML Project. All Rights Reserved.