|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.wsdl.symbolTable.SymTabEntry
org.apache.axis.wsdl.symbolTable.ContainedEntry
org.apache.axis.wsdl.symbolTable.ElementDecl
Simple utility struct for holding element declarations.
This simply correlates a QName to a TypeEntry.
Field Summary |
Fields inherited from class org.apache.axis.wsdl.symbolTable.ContainedEntry |
type |
Fields inherited from class org.apache.axis.wsdl.symbolTable.SymTabEntry |
name, qname |
Constructor Summary | |
ElementDecl(TypeEntry type,
QName name)
Constructor ElementDecl |
Method Summary | |
boolean |
getAnyElement()
Method getAnyElement |
java.lang.String |
getDocumentation()
Method getDocumentation |
boolean |
getMaxOccursIsExactlyOne()
Method getMaxOccursIsExactlyOne |
boolean |
getMaxOccursIsUnbounded()
Method getMaxOccursIsUnbounded |
boolean |
getMinOccursIs0()
Method getMinOccursIs0 |
boolean |
getNillable()
Method getNillable |
boolean |
getOptional()
Method getOptional |
void |
setAnyElement(boolean anyElement)
Method setAnyElement |
void |
setDocumentation(java.lang.String documentation)
Method setDocumentation |
void |
setMaxOccursIsExactlyOne(boolean exactOne)
Method setMaxOccursIsExactlyOne |
void |
setMaxOccursIsUnbounded(boolean maxOccursIsUnbounded)
Method setMaxOccursIsUnbounded |
void |
setMinOccursIs0(boolean minOccursIs0)
Method setMinOccursIs0 |
void |
setNillable(boolean nillable)
Method setNillable |
void |
setOptional(boolean optional)
Method setOptional |
Methods inherited from class org.apache.axis.wsdl.symbolTable.ContainedEntry |
getType, setType |
Methods inherited from class org.apache.axis.wsdl.symbolTable.SymTabEntry |
getDynamicVar, getName, getQName, isReferenced, setDynamicVar, setIsReferenced, setName, toString, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ElementDecl(TypeEntry type, QName name)
type
- name
- Method Detail |
public boolean getMinOccursIs0()
public void setMinOccursIs0(boolean minOccursIs0)
minOccursIs0
- public boolean getMaxOccursIsUnbounded()
public void setMaxOccursIsUnbounded(boolean maxOccursIsUnbounded)
maxOccursIsUnbounded
- public boolean getMaxOccursIsExactlyOne()
public void setMaxOccursIsExactlyOne(boolean exactOne)
exactOne
- public void setNillable(boolean nillable)
nillable
- public boolean getNillable()
public void setOptional(boolean optional)
optional
- public boolean getOptional()
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 |