|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.wsdl.symbolTable.ElementDecl
Simple utility struct for holding element declarations.
This simply correlates a QName to a TypeEntry.
Constructor Summary | |
ElementDecl()
Constructor ElementDecl |
|
ElementDecl(TypeEntry type,
QName name)
Constructor ElementDecl |
Method Summary | |
boolean |
getAnyElement()
Method getAnyElement |
java.lang.String |
getDocumentation()
Method getDocumentation |
boolean |
getMinOccursIs0()
Method getMinOccursIs0 |
QName |
getName()
Method getName |
boolean |
getNillable()
Method getNillable |
TypeEntry |
getType()
Method getType |
void |
setAnyElement(boolean anyElement)
Method setAnyElement |
void |
setDocumentation(java.lang.String documentation)
Method setDocumentation |
void |
setMinOccursIs0(boolean minOccursIs0)
Method setMinOccursIs0 |
void |
setName(QName name)
Method setName |
void |
setNillable(boolean nillable)
Method setNillable |
void |
setType(TypeEntry type)
Method setType |
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)
type
- name
- Method Detail |
public TypeEntry getType()
public void setType(TypeEntry type)
type
- public QName getName()
public void setName(QName name)
name
- public boolean getMinOccursIs0()
public void setMinOccursIs0(boolean minOccursIs0)
minOccursIs0
- public void setNillable(boolean nillable)
nillable
- public boolean getNillable()
public boolean getAnyElement()
public void setAnyElement(boolean anyElement)
anyElement
- public java.lang.String getDocumentation()
public void setDocumentation(java.lang.String documentation)
documentation
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |