|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.axis.wsdl.toJava.ElementDecl
Simple utility struct for holding element declarations. This simply correlates a QName to a TypeEntry.
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 |
public ElementDecl()
public ElementDecl(TypeEntry type, QName name)
Method Detail |
public TypeEntry getType()
public void setType(TypeEntry type)
public QName getName()
public void setName(QName name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |