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

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.

Author:
mukund

Field Summary
(package private)  XmlSchemaAnyAttribute anyAttribute
           
(package private)  XmlSchemaObjectCollection attributes
           
(package private)  javax.xml.namespace.QName baseTypeName
           
(package private)  XmlSchemaParticle particle
           
 
Fields inherited from class org.apache.ws.commons.schema.XmlSchemaAnnotated
annotation, id, unhandledAttributes
 
Fields inherited from class org.apache.ws.commons.schema.XmlSchemaObject
lineNumber, linePosition, sourceURI
 
Constructor Summary
XmlSchemaComplexContentExtension()
          Creates new XmlSchemaComplexContentExtension
 
Method Summary
 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)
           
 java.lang.String toString(java.lang.String prefix, int tab)
           
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaAnnotated
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject
equals, getLineNumber, getLinePosition, getSourceURI, setLineNumber, setLinePosition, setSourceURI
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

anyAttribute

XmlSchemaAnyAttribute anyAttribute

attributes

XmlSchemaObjectCollection attributes

baseTypeName

javax.xml.namespace.QName baseTypeName

particle

XmlSchemaParticle particle
Constructor Detail

XmlSchemaComplexContentExtension

public XmlSchemaComplexContentExtension()
Creates new XmlSchemaComplexContentExtension

Method Detail

setAnyAttribute

public void setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)

getAnyAttribute

public XmlSchemaAnyAttribute getAnyAttribute()

getAttributes

public XmlSchemaObjectCollection getAttributes()

setBaseTypeName

public void setBaseTypeName(javax.xml.namespace.QName baseTypeName)

getBaseTypeName

public javax.xml.namespace.QName getBaseTypeName()

getParticle

public XmlSchemaParticle getParticle()

setParticle

public void setParticle(XmlSchemaParticle particle)

toString

public java.lang.String toString(java.lang.String prefix,
                                 int tab)
Overrides:
toString in class XmlSchemaObject


Copyright 2004-2004-2006 Apache Software Foundation. All Rights Reserved.