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

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

public class SchemaSimpleType
extends java.lang.Object
implements SchemaType

Insert the type's description here. Creation date: (6/21/00 5:32:11 PM)


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

Constructor Detail

SchemaSimpleType

public SchemaSimpleType(java.lang.String name,
                        javax.xml.namespace.QName base,
                        boolean isList,
                        java.lang.String targetURI)
Insert the method's description here. Creation date: (6/21/00 5:40:04 PM)
Method Detail

getBase

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

getElementType

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

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

isList

public boolean isList()
Insert the method's description here. Creation date: (6/21/00 5:43:08 PM)
Returns:
boolean


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