com.ebmwebsourcing.commons.schema.impl
Class Attribute

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

public class Attribute
extends AbstractAttribute<Attribute>
implements Attribute

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractAttribute
referencedAttribute, schema, type
 
Fields inherited from class com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractSchemaElement
documentation, model
 
Constructor Summary
Attribute(Attribute model, Schema schema)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getNamespaceUri()
           
 java.lang.String getValue()
           
 
Methods inherited from class com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractAttribute
generateAttribute, getSchema, getType, 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.SchemaElement
createDocumentation, getDocumentation, setDocumentation
 

Constructor Detail

Attribute

public Attribute(Attribute model,
                 Schema schema)
Parameters:
model -
schema -
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Attribute

getNamespaceUri

public java.lang.String getNamespaceUri()
Specified by:
getNamespaceUri in interface Attribute

getValue

public java.lang.String getValue()
Specified by:
getValue in interface Attribute


Copyright © 2008 eBM WebSourcing. All Rights Reserved.