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
All Implemented Interfaces:
XmlSchemaObjectBase

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.


Constructor Summary
XmlSchemaSimpleContentExtension()
          Creates new XmlSchemaSimpleContentExtension
 
Method Summary
 XmlSchemaAnyAttribute getAnyAttribute()
           
 List<XmlSchemaAttributeOrGroupRef> getAttributes()
           
 QName getBaseTypeName()
           
 void setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
           
 void setAttributes(List<XmlSchemaAttributeOrGroupRef> attributes)
           
 void setBaseTypeName(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, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlSchemaSimpleContentExtension

public XmlSchemaSimpleContentExtension()
Creates new XmlSchemaSimpleContentExtension

Method Detail

getAnyAttribute

public XmlSchemaAnyAttribute getAnyAttribute()

getAttributes

public List<XmlSchemaAttributeOrGroupRef> getAttributes()

getBaseTypeName

public QName getBaseTypeName()

setAnyAttribute

public void setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)

setBaseTypeName

public void setBaseTypeName(QName baseTypeName)

setAttributes

public void setAttributes(List<XmlSchemaAttributeOrGroupRef> attributes)


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