org.jboss.axis.wsdl.symbolTable
Class ElementDecl

java.lang.Object
  extended byorg.jboss.axis.wsdl.symbolTable.ElementDecl

public class ElementDecl
extends java.lang.Object

Simple utility struct for holding element declarations.

This simply correlates a QName to a TypeEntry.


Constructor Summary
ElementDecl()
           
ElementDecl(TypeEntry (src)  type, QName (src)  name)
           
 
Method Summary
 boolean getAnyElement()
           
 boolean getMinOccursIs0()
           
 QName (src) getName()
           
 TypeEntry (src) getType()
           
 void setAnyElement(boolean anyElement)
           
 void setMinOccursIs0(boolean minOccursIs0)
           
 void setName(QName (src)  name)
           
 void setType(TypeEntry (src)  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 (src)  type,
                   QName (src)  name)
Method Detail

getType

public TypeEntry (src)  getType()

setType

public void setType(TypeEntry (src)  type)

getName

public QName (src)  getName()

setName

public void setName(QName (src)  name)

getMinOccursIs0

public boolean getMinOccursIs0()

setMinOccursIs0

public void setMinOccursIs0(boolean minOccursIs0)

getAnyElement

public boolean getAnyElement()

setAnyElement

public void setAnyElement(boolean anyElement)