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

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

public class SchemaComplexType
extends java.lang.Object
implements SchemaType

Processed information of a XML Schema complexType 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
SchemaComplexType(java.lang.String name, javax.xml.namespace.QName base, boolean isAbstract, boolean isFinal, java.util.Vector children, java.lang.String targetURI)
          Deprecated. Insert the method's description here.
 
Method Summary
 javax.xml.namespace.QName getBase()
          Deprecated. Insert the method's description here.
 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.
 java.lang.String getTargetURI()
          Deprecated. Insert the method's description here.
 boolean isAbstract()
          Deprecated. Insert the method's description here.
 boolean isFinal()
          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

SchemaComplexType

public SchemaComplexType(java.lang.String name,
                         javax.xml.namespace.QName base,
                         boolean isAbstract,
                         boolean isFinal,
                         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

getBase

public javax.xml.namespace.QName getBase()
Deprecated. 
Insert the method's description here. Creation date: (6/21/00 5:15:20 PM)

Returns:
org.apache.soap.util.xml.QName

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

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

isAbstract

public boolean isAbstract()
Deprecated. 
Insert the method's description here. Creation date: (6/21/00 5:15:40 PM)

Returns:
boolean

isFinal

public boolean isFinal()
Deprecated. 
Insert the method's description here. Creation date: (6/21/00 5:16:16 PM)

Returns:
boolean


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