public class XmlSchemaComplexContent extends XmlSchemaContentModel
Modifier and Type | Field and Description |
---|---|
boolean |
mixed |
unhandledAttributes
Constructor and Description |
---|
XmlSchemaComplexContent()
Creates new XmlSchemaComplexContent
|
Modifier and Type | Method and Description |
---|---|
XmlSchemaContent |
getContent() |
boolean |
isMixed() |
void |
setContent(XmlSchemaContent content) |
void |
setMixed(boolean mixed) |
String |
toString(String prefix,
int tab) |
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toString
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI
public XmlSchemaComplexContent()
public XmlSchemaContent getContent()
getContent
in class XmlSchemaContentModel
public void setContent(XmlSchemaContent content)
setContent
in class XmlSchemaContentModel
public boolean isMixed()
public void setMixed(boolean mixed)
public String toString(String prefix, int tab)
toString
in class XmlSchemaObject
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.