|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ihr.xbrl.om.taxonomy.XSDElementRef
public class XSDElementRef
Element reference used inside a tuple definition
| Constructor Summary | |
|---|---|
XSDElementRef(XMLElementDefinition el,
int minOccurs,
int maxOccurs)
|
|
| Method Summary | |
|---|---|
org.jdom.Element |
generateElement(org.jdom.Namespace xsNs)
Generates an XML representation of this particle |
XMLElementDefinition |
getElement()
The Element definition of this XSDElement |
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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XSDElementRef(XMLElementDefinition el,
int minOccurs,
int maxOccurs)
| Method Detail |
|---|
public int getMaxoccurs()
XSDParticle
getMaxoccurs in interface XSDParticlepublic int getMinoccurs()
XSDParticle
getMinoccurs in interface XSDParticlepublic int setMaxoccurs(int newValue)
XSDParticle
setMaxoccurs in interface XSDParticlenewValue - the new value to set
public int setMinoccurs(int newValue)
XSDParticle
setMinoccurs in interface XSDParticlenewValue - the new value to set
public XMLElementDefinition getElement()
public org.jdom.Element generateElement(org.jdom.Namespace xsNs)
XSDParticle
generateElement in interface XSDParticlexsNs - namespace
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||