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 | 
|---|---|
| XMLFragment | generateElement(DTSContainer dts,
               net.sf.saxon.om.NamespaceBinding xsNs)Generate element. | 
| java.util.Set<java.lang.String> | getAllowedNamespaces()Gets the allowed namespaces. | 
| java.util.Set<java.lang.String> | getDisallowedNamespace()Gets the disallowed namespace. | 
| int | getMaxoccurs()Gets the maxoccurs. | 
| int | getMinoccurs()Gets the minoccurs. | 
| java.lang.String | getProcessContents()Gets the process contents. | 
| boolean | isAllowsAny()Checks if is allows any. | 
| int | setMaxoccurs(int newValue)Sets the maxoccurs. | 
| int | setMinoccurs(int newValue)Sets the minoccurs. | 
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 XMLFragment generateElement(DTSContainer dts, net.sf.saxon.om.NamespaceBinding xsNs) throws XBRLSerializationException
generateElement in interface XSDParticledts - the dtsxsNs - the xs nsXBRLSerializationException - the XBRL serialization exceptionpublic int getMaxoccurs()
getMaxoccurs in interface XSDParticlepublic int getMinoccurs()
getMinoccurs in interface XSDParticlepublic int setMaxoccurs(int newValue)
setMaxoccurs in interface XSDParticlenewValue - the new valuepublic int setMinoccurs(int newValue)
setMinoccurs in interface XSDParticlenewValue - the new valueCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa