org.apache.ws.commons.schema
Class XmlSchemaSimpleContentExtension

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.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.


Field Summary
 
Fields inherited from class org.apache.ws.commons.schema.XmlSchemaAnnotated
unhandledAttributes
 
Constructor Summary
XmlSchemaSimpleContentExtension()
          Creates new XmlSchemaSimpleContentExtension
 
Method Summary
 XmlSchemaAnyAttribute getAnyAttribute()
           
 XmlSchemaObjectCollection getAttributes()
           
 javax.xml.namespace.QName getBaseTypeName()
           
 void setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
           
 void setBaseTypeName(javax.xml.namespace.QName baseTypeName)
           
 
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, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlSchemaSimpleContentExtension

public XmlSchemaSimpleContentExtension()
Creates new XmlSchemaSimpleContentExtension

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()


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.