org.apache.ws.commons.schema
Class XmlSchemaComplexContentExtension
java.lang.Object
org.apache.ws.commons.schema.XmlSchemaObject
org.apache.ws.commons.schema.XmlSchemaAnnotated
org.apache.ws.commons.schema.XmlSchemaContent
org.apache.ws.commons.schema.XmlSchemaComplexContentExtension
- All Implemented Interfaces:
- XmlSchemaObjectBase
public class XmlSchemaComplexContentExtension
- extends XmlSchemaContent
Class for complex types with a complex content model derived by extension. Extends the complex type by
adding attributes or elements. Represents the World Wide Web Consortium (W3C) extension element for complex
content.
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject |
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI |
XmlSchemaComplexContentExtension
public XmlSchemaComplexContentExtension()
- Creates new XmlSchemaComplexContentExtension
setAnyAttribute
public void setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
getAnyAttribute
public XmlSchemaAnyAttribute getAnyAttribute()
getAttributes
public List<XmlSchemaAttributeOrGroupRef> getAttributes()
setBaseTypeName
public void setBaseTypeName(QName baseTypeName)
getBaseTypeName
public QName getBaseTypeName()
getParticle
public XmlSchemaParticle getParticle()
setParticle
public void setParticle(XmlSchemaParticle particle)
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.