org.apache.axis.wsdl.symbolTable
Class ElementDecl
Simple utility struct for holding element declarations.
This simply correlates a QName to a TypeEntry.
- Glen Daniels (gdaniels@apache.org)
- Tom Jordahl (tomj@apache.org)
ElementDecl
public ElementDecl(TypeEntry type,
QName name)
Constructor ElementDecl
getAnyElement
public boolean getAnyElement()
Method getAnyElement
getDocumentation
public String getDocumentation()
Method getDocumentation
getMaxOccursIsExactlyOne
public boolean getMaxOccursIsExactlyOne()
Method getMaxOccursIsExactlyOne
getMaxOccursIsUnbounded
public boolean getMaxOccursIsUnbounded()
Method getMaxOccursIsUnbounded
getMinOccursIs0
public boolean getMinOccursIs0()
Method getMinOccursIs0
getNillable
public boolean getNillable()
Method getNillable
getOptional
public boolean getOptional()
Method getOptional
setAnyElement
public void setAnyElement(boolean anyElement)
Method setAnyElement
setDocumentation
public void setDocumentation(String documentation)
Method setDocumentation
setMaxOccursIsExactlyOne
public void setMaxOccursIsExactlyOne(boolean exactOne)
Method setMaxOccursIsExactlyOne
setMaxOccursIsUnbounded
public void setMaxOccursIsUnbounded(boolean maxOccursIsUnbounded)
Method setMaxOccursIsUnbounded
setMinOccursIs0
public void setMinOccursIs0(boolean minOccursIs0)
Method setMinOccursIs0
setNillable
public void setNillable(boolean nillable)
Method setNillable
setOptional
public void setOptional(boolean optional)
Method setOptional
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.