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
type
- name
-
getAnyElement
public boolean getAnyElement()
Method getAnyElement
getDocumentation
public String getDocumentation()
Method getDocumentation
- string
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
anyElement
-
setDocumentation
public void setDocumentation(String documentation)
Method setDocumentation
documentation
-
setMaxOccursIsExactlyOne
public void setMaxOccursIsExactlyOne(boolean exactOne)
Method setMaxOccursIsExactlyOne
exactOne
-
setMaxOccursIsUnbounded
public void setMaxOccursIsUnbounded(boolean maxOccursIsUnbounded)
Method setMaxOccursIsUnbounded
maxOccursIsUnbounded
-
setMinOccursIs0
public void setMinOccursIs0(boolean minOccursIs0)
Method setMinOccursIs0
minOccursIs0
-
setNillable
public void setNillable(boolean nillable)
Method setNillable
nillable
-
setOptional
public void setOptional(boolean optional)
Method setOptional
optional
-
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.