org.apache.ws.commons.schema
Class XmlSchemaSimpleContentExtension
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.XmlSchemaSimpleContentExtension
public class XmlSchemaSimpleContentExtension
- extends XmlSchemaContent
Class for simple types that are derived by extension. Extends the simple
type content of the element by adding attributes. Represents the World Wide
Web Consortium (W3C) extension element for simple content.
- Author:
- mukund
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
anyAttribute
XmlSchemaAnyAttribute anyAttribute
attributes
XmlSchemaObjectCollection attributes
baseTypeName
javax.xml.namespace.QName baseTypeName
XmlSchemaSimpleContentExtension
public XmlSchemaSimpleContentExtension()
- Creates new XmlSchemaSimpleContentExtension
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()
Copyright 2004-2004-2006 Apache Software Foundation. All Rights Reserved.