org.apache.wsif.compiler.schema.tools
Class SchemaGroup

java.lang.Object
  |
  +--org.apache.wsif.compiler.schema.tools.SchemaGroup
All Implemented Interfaces:
SchemaType

public class SchemaGroup
extends java.lang.Object
implements SchemaType

Processed information of a XML Schema group Creation date: (5/29/00 1:55:51 AM)


Fields inherited from interface org.apache.wsif.compiler.schema.tools.SchemaType
ALL, ANY, ANYATTRIBUTE, ATTRIBUTE, ATTRIBUTEGROUP, CHOICE, COMPLEXTYPE, ELEMENT, GROUP, SEQUENCE, SIMPLETYPE
 
Constructor Summary
SchemaGroup(java.lang.String name, javax.xml.namespace.QName ref, boolean isArray, SchemaMGS child, java.lang.String targetURI)
          Insert the method's description here.
 
Method Summary
 SchemaMGS getChild()
          Insert the method's description here.
 int getElementType()
          Insert the method's description here.
 java.lang.String getName()
          Insert the method's description here.
 javax.xml.namespace.QName getRef()
          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
 

Constructor Detail

SchemaGroup

public SchemaGroup(java.lang.String name,
                   javax.xml.namespace.QName ref,
                   boolean isArray,
                   SchemaMGS child,
                   java.lang.String targetURI)
Insert the method's description here. Creation date: (6/21/00 5:13:26 PM)
Method Detail

getChild

public SchemaMGS getChild()
Insert the method's description here. Creation date: (6/21/00 5:31:14 PM)
Returns:
java.util.Vector

getElementType

public int getElementType()
Insert the method's description here. Creation date: (6/21/00 5:29: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/21/00 5:14:57 PM)
Specified by:
getName in interface SchemaType
Returns:
java.lang.String

getRef

public javax.xml.namespace.QName getRef()
Insert the method's description here. Creation date: (6/21/00 5:15:20 PM)
Returns:
org.apache.soap.util.xml.QName

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 5:15:40 PM)
Returns:
boolean


Copyright © 2002, 2002 Apache XML Project. All Rights Reserved.