|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ihr.xbrl.om.taxonomy.XSDElementWildcard
public class XSDElementWildcard
| Constructor Summary | |
|---|---|
XSDElementWildcard(boolean allowsAny,
java.util.Set<java.lang.String> allowedSet,
java.util.Set<java.lang.String> disallowedSet,
java.lang.String processContents)
See saxonica documentation about com.saxonica.schema.Wildcard |
|
| Method Summary | |
|---|---|
org.jdom.Element |
generateElement(org.jdom.Namespace xsNs)
Generates an XML representation of this particle |
java.util.Set<java.lang.String> |
getAllowedNamespaces()
|
java.util.Set<java.lang.String> |
getDisallowedNamespace()
|
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 |
java.lang.String |
getProcessContents()
|
boolean |
isAllowsAny()
|
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 XSDElementWildcard(boolean allowsAny,
java.util.Set<java.lang.String> allowedSet,
java.util.Set<java.lang.String> disallowedSet,
java.lang.String processContents)
allowsAny - allowedSet - disallowedSet - processContents - | Method Detail |
|---|
public boolean isAllowsAny()
public java.util.Set<java.lang.String> getAllowedNamespaces()
public java.util.Set<java.lang.String> getDisallowedNamespace()
public java.lang.String getProcessContents()
public org.jdom.Element generateElement(org.jdom.Namespace xsNs)
throws XBRLSerializationException
XSDParticle
generateElement in interface XSDParticlexsNs - namespace
XBRLSerializationException - in case of problemspublic 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||