public class XmlSchemaComplexType extends XmlSchemaType
unhandledAttributes
Constructor and Description |
---|
XmlSchemaComplexType(XmlSchema schema)
Creates new XmlSchemaComplexType
|
Modifier and Type | Method and Description |
---|---|
XmlSchemaAnyAttribute |
getAnyAttribute() |
XmlSchemaObjectCollection |
getAttributes() |
XmlSchemaObjectTable |
getAttributeUses() |
XmlSchemaAnyAttribute |
getAttributeWildcard() |
javax.xml.namespace.QName |
getBaseSchemaTypeName()
Return the QName of the base schema type, if any, as defined in the content model.
|
XmlSchemaDerivationMethod |
getBlock() |
XmlSchemaDerivationMethod |
getBlockResolved() |
XmlSchemaContentModel |
getContentModel() |
XmlSchemaContentType |
getContentType() |
XmlSchemaParticle |
getContentTypeParticle() |
XmlSchemaParticle |
getParticle() |
boolean |
isAbstract() |
boolean |
isMixed() |
void |
setAbstract(boolean b) |
void |
setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) |
void |
setBlock(XmlSchemaDerivationMethod block) |
void |
setContentModel(XmlSchemaContentModel contentModel) |
void |
setContentType(XmlSchemaContentType contentType) |
void |
setMixed(boolean b) |
void |
setParticle(XmlSchemaParticle particle) |
String |
toString(String prefix,
int tab) |
getBaseSchemaType, getDataType, getDeriveBy, getFinal, getFinalResolved, getName, getQName, setFinal, setName, toString
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI
public XmlSchemaComplexType(XmlSchema schema)
public XmlSchemaAnyAttribute getAnyAttribute()
public void setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
public XmlSchemaObjectCollection getAttributes()
public XmlSchemaObjectTable getAttributeUses()
public XmlSchemaAnyAttribute getAttributeWildcard()
public XmlSchemaDerivationMethod getBlock()
public void setBlock(XmlSchemaDerivationMethod block)
public XmlSchemaDerivationMethod getBlockResolved()
public XmlSchemaContentModel getContentModel()
public void setContentModel(XmlSchemaContentModel contentModel)
public XmlSchemaContentType getContentType()
public void setContentType(XmlSchemaContentType contentType)
public XmlSchemaParticle getContentTypeParticle()
public boolean isAbstract()
public void setAbstract(boolean b)
public boolean isMixed()
isMixed
in class XmlSchemaType
public void setMixed(boolean b)
setMixed
in class XmlSchemaType
public XmlSchemaParticle getParticle()
public void setParticle(XmlSchemaParticle particle)
public String toString(String prefix, int tab)
toString
in class XmlSchemaObject
public javax.xml.namespace.QName getBaseSchemaTypeName()
getBaseSchemaTypeName
in class XmlSchemaType
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.