org.apache.wsif.schema
Class SimpleType

java.lang.Object
  |
  +--org.apache.wsif.schema.SchemaType
        |
        +--org.apache.wsif.schema.SimpleType

public class SimpleType
extends SchemaType

A class to represent a <simpleType> element in a schema

Author:
Owen Burroughs

Method Summary
 javax.xml.namespace.QName getTypeName()
          Get the "name" attribute of this type
 boolean isComplex()
          Get a flag to indicate if this type is a complexType
 boolean isSimple()
          Get a flag to indicate if this type is a simpleType
 
Methods inherited from class org.apache.wsif.schema.SchemaType
getArrayDimension, getArrayType, getChildren, isArray, isElement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isComplex

public boolean isComplex()
Description copied from class: SchemaType
Get a flag to indicate if this type is a complexType
Overrides:
isComplex in class SchemaType
See Also:
SchemaType.isComplex()

getTypeName

public javax.xml.namespace.QName getTypeName()
Description copied from class: SchemaType
Get the "name" attribute of this type
Overrides:
getTypeName in class SchemaType
See Also:
SchemaType.getTypeName()

isSimple

public boolean isSimple()
Description copied from class: SchemaType
Get a flag to indicate if this type is a simpleType
Overrides:
isSimple in class SchemaType
See Also:
SchemaType.isSimple()


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