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

java.lang.Object
  extended by org.apache.wsif.compiler.schema.tools.SchemaAttribute
All Implemented Interfaces:
SchemaType

Deprecated.

public class SchemaAttribute
extends java.lang.Object
implements SchemaType

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


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
SchemaAttribute(java.lang.String name, javax.xml.namespace.QName ref, javax.xml.namespace.QName type, SchemaSimpleType child, java.lang.String targetURI)
          Deprecated. Insert the method's description here.
 
Method Summary
 SchemaSimpleType getChild()
          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.
 javax.xml.namespace.QName getType()
          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

SchemaAttribute

public SchemaAttribute(java.lang.String name,
                       javax.xml.namespace.QName ref,
                       javax.xml.namespace.QName type,
                       SchemaSimpleType child,
                       java.lang.String targetURI)
Deprecated. 
Insert the method's description here. Creation date: (6/21/00 5:40:04 PM)

Method Detail

getChild

public SchemaSimpleType getChild()
Deprecated. 
Insert the method's description here. Creation date: (6/21/00 6:48:04 PM)

Returns:
org.apache.wsif.compiler.schema.newtools.SchemaSimpleType

getElementType

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

getRef

public javax.xml.namespace.QName getRef()
Deprecated. 
Insert the method's description here. Creation date: (6/21/00 5:42:49 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

getType

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

Returns:
boolean


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