org.apache.axis.wsdl.toJava
Class ElementDecl

java.lang.Object
  |
  +--org.apache.axis.wsdl.toJava.ElementDecl

public class ElementDecl
extends java.lang.Object

Simple utility struct for holding element declarations. This simply correlates a QName to a TypeEntry.

Author:
Glen Daniels (gdaniels@apache.org), Tom Jordahl (tomj@apache.org)

Constructor Summary
ElementDecl()
           
ElementDecl(TypeEntry type, QName name)
           
 
Method Summary
 QName getName()
           
 TypeEntry getType()
           
 void setName(QName name)
           
 void setType(TypeEntry type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementDecl

public ElementDecl()

ElementDecl

public ElementDecl(TypeEntry type,
                   QName name)
Method Detail

getType

public TypeEntry getType()

setType

public void setType(TypeEntry type)

getName

public QName getName()

setName

public void setName(QName name)


Copyright © 2001 Apache XML Project. All Rights Reserved.