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

java.lang.Object
  extended byorg.apache.wsif.compiler.schema.tools.SchemaAttributeGroup
All Implemented Interfaces:
SchemaType

public class SchemaAttributeGroup
extends java.lang.Object
implements SchemaType

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


Field Summary
 
Fields inherited from interface org.apache.wsif.compiler.schema.tools.SchemaType
ALL, ANY, ANYATTRIBUTE, ATTRIBUTE, ATTRIBUTEGROUP, CHOICE, COMPLEXTYPE, ELEMENT, GROUP, SEQUENCE, SIMPLETYPE
 
Constructor Summary
SchemaAttributeGroup(java.lang.String name, javax.xml.namespace.QName ref, java.util.Vector children, java.lang.String targetURI)
          Deprecated. Insert the method's description here.
 
Method Summary
 java.util.Vector getChildren()
          Deprecated. Insert the method's description here.
 int getElementType()
          Deprecated. Insert the method's description here.
 java.lang.String getName()
          Deprecated. Insert the method's description here.
 javax.xml.namespace.QName getRef()
          Deprecated. Insert the method's description here.
 java.lang.String getTargetURI()
          Deprecated. Insert the method's description here.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaAttributeGroup

public SchemaAttributeGroup(java.lang.String name,
                            javax.xml.namespace.QName ref,
                            java.util.Vector children,
                            java.lang.String targetURI)
Deprecated. 
Insert the method's description here. Creation date: (6/21/00 5:13:26 PM)

Method Detail

getChildren

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

Returns:
java.util.Vector

getElementType

public int getElementType()
Deprecated. 
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()
Deprecated. 
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()
Deprecated. 
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()
Deprecated. 
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


Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.