com.ebmwebsourcing.commons.schema.impl
Class Element

java.lang.Object
  extended by com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractSchemaElement<E>
      extended by com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractElement<Element>
          extended by com.ebmwebsourcing.commons.schema.impl.Element
All Implemented Interfaces:
Element, SchemaElement, java.io.Serializable

public class Element
extends AbstractElement<Element>
implements Element

Author:
Nicolas Salatge - eBM WebSourcing
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractElement
referencedElement, schema, type
 
Fields inherited from class com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractSchemaElement
documentation, model
 
Constructor Summary
Element(Element model, Schema schema)
           
 
Method Summary
 javax.xml.namespace.QName getQName()
           
 
Methods inherited from class com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractElement
generateElement, getSchema, getType, printXml, toString
 
Methods inherited from class com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractSchemaElement
createDocumentation, getDocumentation, getModel, setDocumentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.commons.schema.api.Element
getType, printXml
 
Methods inherited from interface com.ebmwebsourcing.commons.schema.api.SchemaElement
createDocumentation, getDocumentation, setDocumentation
 

Constructor Detail

Element

public Element(Element model,
               Schema schema)
        throws SchemaException
Parameters:
model -
schema -
Throws:
SchemaException
Method Detail

getQName

public javax.xml.namespace.QName getQName()
Specified by:
getQName in interface Element


Copyright © 2008 eBM WebSourcing. All Rights Reserved.