public interface XSDParticle
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.
| Modifier and Type | Method and Description |
|---|---|
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.
|
int getMaxoccurs()
int setMaxoccurs(int newValue)
newValue - the new value to setint setMinoccurs(int newValue)
newValue - the new value to setint getMinoccurs()
org.jdom.Element generateElement(org.jdom.Namespace xsNs)
throws XBRLSerializationException
xsNs - namespaceXBRLSerializationException - in case of problems