org.apache.wsif.compiler.schema.tools
Class SchemaMGS
java.lang.Object
|
+--org.apache.wsif.compiler.schema.tools.SchemaMGS
- All Implemented Interfaces:
- SchemaType
- public class SchemaMGS
- extends java.lang.Object
- implements SchemaType
Insert the type's description here.
Creation date: (6/21/00 6:35:05 PM)
Fields inherited from interface org.apache.wsif.compiler.schema.tools.SchemaType |
ALL, ANY, ANYATTRIBUTE, ATTRIBUTE, ATTRIBUTEGROUP, CHOICE, COMPLEXTYPE, ELEMENT, GROUP, SEQUENCE, SIMPLETYPE |
Constructor Summary |
SchemaMGS(boolean isArray,
int elementType,
java.util.Vector children,
java.lang.String targetURI)
|
Method Summary |
java.util.Vector |
getChildren()
Insert the method's description here. |
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. |
boolean |
isArray()
Insert the method's description here. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaMGS
public SchemaMGS(boolean isArray,
int elementType,
java.util.Vector children,
java.lang.String targetURI)
getChildren
public java.util.Vector getChildren()
- Insert the method's description here.
Creation date: (6/21/00 10:00:01 PM)
- Returns:
- java.util.Vector
getElementType
public int getElementType()
- Insert the method's description here.
Creation date: (6/21/00 6:40:26 PM)
- Specified by:
getElementType
in interface SchemaType
- Returns:
- int
getName
public java.lang.String getName()
- Insert the method's description here.
Creation date: (6/22/00 3:59:15 PM)
- Specified by:
getName
in interface SchemaType
- Returns:
- java.lang.String
getTargetURI
public java.lang.String getTargetURI()
- Insert the method's description here.
Creation date: (6/25/00 5:06:30 PM)
- Specified by:
getTargetURI
in interface SchemaType
- Returns:
- java.lang.String
isArray
public boolean isArray()
- Insert the method's description here.
Creation date: (6/21/00 6:41:10 PM)
- Returns:
- boolean
Copyright © 2002, 2002 Apache XML Project. All Rights Reserved.