public class XmlSchemaAny extends XmlSchemaParticle
unhandledAttributes
Constructor and Description |
---|
XmlSchemaAny()
Creates new XmlSchemaAny
|
Modifier and Type | Method and Description |
---|---|
String |
getNamespace() |
XmlSchemaContentProcessing |
getProcessContent() |
void |
setNamespace(String namespace) |
void |
setProcessContent(XmlSchemaContentProcessing processContent) |
getMaxOccurs, getMinOccurs, setMaxOccurs, setMinOccurs
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toString
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI, toString
public String getNamespace()
public void setNamespace(String namespace)
public XmlSchemaContentProcessing getProcessContent()
public void setProcessContent(XmlSchemaContentProcessing processContent)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.