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() |
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, toStringgetAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributesaddMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURIpublic 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 XmlSchemaTypepublic void setMixed(boolean b)
setMixed in class XmlSchemaTypepublic XmlSchemaParticle getParticle()
public void setParticle(XmlSchemaParticle particle)
public String toString(String prefix, int tab)
toString in class XmlSchemaObjectpublic QName getBaseSchemaTypeName()
getBaseSchemaTypeName in class XmlSchemaTypeCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.