org.apache.ws.commons.schema
Class XmlSchemaComplexContentExtension

java.lang.Object
  extended by org.apache.ws.commons.schema.XmlSchemaObject
      extended by org.apache.ws.commons.schema.XmlSchemaAnnotated
          extended by org.apache.ws.commons.schema.XmlSchemaContent
              extended by 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.


Constructor Summary
XmlSchemaComplexContentExtension()
          Creates new XmlSchemaComplexContentExtension
 
Method Summary
 XmlSchemaAnyAttribute getAnyAttribute()
           
 List<XmlSchemaAttributeOrGroupRef> getAttributes()
           
 QName getBaseTypeName()
           
 XmlSchemaParticle getParticle()
           
 void setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
           
 void setBaseTypeName(QName baseTypeName)
           
 void setParticle(XmlSchemaParticle particle)
           
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaAnnotated
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toString
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlSchemaComplexContentExtension

public XmlSchemaComplexContentExtension()
Creates new XmlSchemaComplexContentExtension

Method Detail

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.