|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XSDParticle
This interface represents an element inside a complex content model.
Elements in a content model have values for minOccurs and maxOccurs.
Starting with version 2.6.7, it is allowed to modify the content of the minOccurs and maxOccurs on particles, so new functions has been added.
| Method Summary | |
|---|---|
org.jdom.Element |
generateElement(org.jdom.Namespace xsNs)
Generates an XML representation of this particle |
int |
getMaxoccurs()
Access to the value of the maxOccurs variable on this particle |
int |
getMinoccurs()
Access to the value of the minOccurs variable on this particle |
int |
setMaxoccurs(int newValue)
Sets the value of the maxOccurs on this particle |
int |
setMinoccurs(int newValue)
Sets the value of the minOccurs on this particle |
| Method Detail |
|---|
int getMaxoccurs()
int setMaxoccurs(int newValue)
newValue - the new value to set
int setMinoccurs(int newValue)
newValue - the new value to set
int getMinoccurs()
org.jdom.Element generateElement(org.jdom.Namespace xsNs)
throws XBRLSerializationException
xsNs - namespace
XBRLSerializationException - in case of problems
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||