org.apache.ws.commons.schema
Class XmlSchemaComplexType
java.lang.Object
org.apache.ws.commons.schema.XmlSchemaObject
org.apache.ws.commons.schema.XmlSchemaAnnotated
org.apache.ws.commons.schema.XmlSchemaType
org.apache.ws.commons.schema.XmlSchemaComplexType
public class XmlSchemaComplexType
- extends XmlSchemaType
Class for complex types. Defines a complex type that determines the
set of attributes and content of an element. Represents the World Wide
Web Consortium (W3C) complexType element.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
anyAttribute
XmlSchemaAnyAttribute anyAttribute
attributeWildcard
XmlSchemaAnyAttribute attributeWildcard
attributes
XmlSchemaObjectCollection attributes
attributeUses
XmlSchemaObjectTable attributeUses
block
XmlSchemaDerivationMethod block
blockResolved
XmlSchemaDerivationMethod blockResolved
contentModel
XmlSchemaContentModel contentModel
contentType
XmlSchemaContentType contentType
particleType
XmlSchemaParticle particleType
particle
XmlSchemaParticle particle
isAbstract
boolean isAbstract
isMixed
boolean isMixed
XmlSchemaComplexType
public XmlSchemaComplexType(XmlSchema schema)
- Creates new XmlSchemaComplexType
getAnyAttribute
public XmlSchemaAnyAttribute getAnyAttribute()
setAnyAttribute
public void setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
getAttributes
public XmlSchemaObjectCollection getAttributes()
getAttributeUses
public XmlSchemaObjectTable getAttributeUses()
getAttributeWildcard
public XmlSchemaAnyAttribute getAttributeWildcard()
getBlock
public XmlSchemaDerivationMethod getBlock()
setBlock
public void setBlock(XmlSchemaDerivationMethod block)
getBlockResolved
public XmlSchemaDerivationMethod getBlockResolved()
getContentModel
public XmlSchemaContentModel getContentModel()
setContentModel
public void setContentModel(XmlSchemaContentModel contentModel)
getContentType
public XmlSchemaContentType getContentType()
setContentType
public void setContentType(XmlSchemaContentType contentType)
getContentTypeParticle
public XmlSchemaParticle getContentTypeParticle()
isAbstract
public boolean isAbstract()
setAbstract
public void setAbstract(boolean b)
isMixed
public boolean isMixed()
- Overrides:
isMixed
in class XmlSchemaType
setMixed
public void setMixed(boolean b)
- Overrides:
setMixed
in class XmlSchemaType
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.