public class ElementDecl extends ContainedEntry
type
name, qname
Constructor and Description |
---|
ElementDecl(TypeEntry type,
QName name)
Constructor ElementDecl
|
Modifier and Type | Method and Description |
---|---|
boolean |
getAnyElement()
Method getAnyElement
|
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(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
|
getType, setType
getDynamicVar, getName, getQName, isReferenced, setDynamicVar, setIsReferenced, setName, toString, toString
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 String getDocumentation()
public void setDocumentation(String documentation)
documentation
- Copyright © The Apache Software Foundation. All Rights Reserved.