com.ebmwebsourcing.commons.schema.api
Interface Attribute

All Superinterfaces:
SchemaElement, java.io.Serializable
All Known Implementing Classes:
AbstractAttribute, Attribute

public interface Attribute
extends SchemaElement

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 java.lang.String getName()
           
 java.lang.String getNamespaceUri()
           
 java.lang.String getValue()
           
 
Methods inherited from interface com.ebmwebsourcing.commons.schema.api.SchemaElement
createDocumentation, getDocumentation, setDocumentation
 

Method Detail

getName

java.lang.String getName()

getValue

java.lang.String getValue()

getNamespaceUri

java.lang.String getNamespaceUri()


Copyright © 2008 eBM WebSourcing. All Rights Reserved.