public class XmlSchemaComplexContent extends XmlSchemaContentModel
| Modifier and Type | Field and Description |
|---|---|
(package private) XmlSchemaContent |
content |
private boolean |
mixed |
lineNumber, linePosition, sourceURI| 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) |
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toStringaddMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURIXmlSchemaContent content
private boolean mixed
public XmlSchemaComplexContent()
public XmlSchemaContent getContent()
getContent in class XmlSchemaContentModelpublic void setContent(XmlSchemaContent content)
setContent in class XmlSchemaContentModelpublic boolean isMixed()
public void setMixed(boolean mixed)