public class XSDElementWildcard extends java.lang.Object implements XSDParticle
| Constructor and Description |
|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
org.jdom.Element |
generateElement(org.jdom.Namespace xsNs)
Generates an XML representation of this particle.
|
java.util.Set<java.lang.String> |
getAllowedNamespaces()
Gets the allowed namespaces.
|
java.util.Set<java.lang.String> |
getDisallowedNamespace()
Gets the disallowed namespace.
|
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()
Gets the process contents.
|
boolean |
isAllowsAny()
Checks if is allows any.
|
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.
|
public XSDElementWildcard(boolean allowsAny,
java.util.Set<java.lang.String> allowedSet,
java.util.Set<java.lang.String> disallowedSet,
java.lang.String processContents)
allowsAny - the allows anyallowedSet - the allowed setdisallowedSet - the disallowed setprocessContents - the process contentspublic 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
XSDParticlegenerateElement in interface XSDParticlexsNs - namespaceXBRLSerializationException - in case of problemspublic int getMaxoccurs()
XSDParticlegetMaxoccurs in interface XSDParticlepublic int getMinoccurs()
XSDParticlegetMinoccurs in interface XSDParticlepublic int setMaxoccurs(int newValue)
XSDParticlesetMaxoccurs in interface XSDParticlenewValue - the new value to setpublic int setMinoccurs(int newValue)
XSDParticlesetMinoccurs in interface XSDParticlenewValue - the new value to set