org.apache.wsif.compiler.schema.tools
Class SchemaAttributeGroup
java.lang.Object
|
+--org.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)
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)
Insert the method's description here. |
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. |
javax.xml.namespace.QName |
getRef()
Insert the method's description here. |
java.lang.String |
getTargetURI()
Insert the method's description here. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaAttributeGroup
public SchemaAttributeGroup(java.lang.String name,
javax.xml.namespace.QName ref,
java.util.Vector children,
java.lang.String targetURI)
- Insert the method's description here.
Creation date: (6/21/00 5:13:26 PM)
getChildren
public java.util.Vector getChildren()
- 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
Copyright © 2002, 2002 Apache XML Project. All Rights Reserved.