public class XmlSchemaComplexContentExtension extends XmlSchemaContent
unhandledAttributes| Constructor and Description |
|---|
XmlSchemaComplexContentExtension()
Creates new XmlSchemaComplexContentExtension
|
| Modifier and Type | Method and Description |
|---|---|
XmlSchemaAnyAttribute |
getAnyAttribute() |
XmlSchemaObjectCollection |
getAttributes() |
javax.xml.namespace.QName |
getBaseTypeName() |
XmlSchemaParticle |
getParticle() |
void |
setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) |
void |
setBaseTypeName(javax.xml.namespace.QName baseTypeName) |
void |
setParticle(XmlSchemaParticle particle) |
String |
toString(String prefix,
int tab) |
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toStringaddMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURIpublic XmlSchemaComplexContentExtension()
public void setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
public XmlSchemaAnyAttribute getAnyAttribute()
public XmlSchemaObjectCollection getAttributes()
public void setBaseTypeName(javax.xml.namespace.QName baseTypeName)
public javax.xml.namespace.QName getBaseTypeName()
public XmlSchemaParticle getParticle()
public void setParticle(XmlSchemaParticle particle)
public String toString(String prefix, int tab)
toString in class XmlSchemaObjectCopyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.