public class XmlSchemaComplexType extends XmlSchemaType
| Modifier and Type | Field and Description |
|---|---|
private XmlSchemaAnyAttribute |
anyAttribute |
private java.util.List<XmlSchemaAttributeOrGroupRef> |
attributes |
private XmlSchemaAnyAttribute |
attributeWildcard |
private XmlSchemaDerivationMethod |
block |
private XmlSchemaDerivationMethod |
blockResolved |
private XmlSchemaContentModel |
contentModel |
private XmlSchemaContentType |
contentType |
private boolean |
isAbstract |
private boolean |
isMixed |
private XmlSchemaParticle |
particle |
private XmlSchemaParticle |
particleType |
lineNumber, linePosition, sourceURI| Constructor and Description |
|---|
XmlSchemaComplexType(XmlSchema schema,
boolean topLevel)
Creates new XmlSchemaComplexType
|
equals, getDeriveBy, getFinal, getFinalDerivation, getFinalResolved, getName, getParent, getQName, hashCode, isAnonymous, isTopLevel, setDeriveBy, setFinal, setFinalDerivation, setFinalResolved, setName, toStringgetAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributesaddMetaInfo, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURIprivate XmlSchemaAnyAttribute anyAttribute
private XmlSchemaAnyAttribute attributeWildcard
private java.util.List<XmlSchemaAttributeOrGroupRef> attributes
private XmlSchemaDerivationMethod block
private XmlSchemaDerivationMethod blockResolved
private XmlSchemaContentModel contentModel
private XmlSchemaContentType contentType
private XmlSchemaParticle particleType
private XmlSchemaParticle particle
private boolean isAbstract
private boolean isMixed
public XmlSchemaComplexType(XmlSchema schema, boolean topLevel)
public XmlSchemaAnyAttribute getAnyAttribute()
public void setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
public java.util.List<XmlSchemaAttributeOrGroupRef> getAttributes()
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 javax.xml.namespace.QName getBaseSchemaTypeName()
void setAttributeWildcard(XmlSchemaAnyAttribute attributeWildcard)
void setAttributes(java.util.List<XmlSchemaAttributeOrGroupRef> attributes)
void setBlockResolved(XmlSchemaDerivationMethod blockResolved)
void setParticleType(XmlSchemaParticle particleType)
XmlSchemaParticle getParticleType()