org.ow2.easywsdl.schema.api.absItf
Interface AbsItfAttribute<T extends AbsItfType>

All Superinterfaces:
SchemaElement, java.io.Serializable
All Known Subinterfaces:
Attribute
All Known Implementing Classes:
AbstractAttributeImpl, AttributeImpl

public interface AbsItfAttribute<T extends AbsItfType>
extends SchemaElement

Author:
Nicolas Salatge - eBM WebSourcing

Nested Class Summary
static class AbsItfAttribute.Use
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getNamespaceUri()
           
 T getType()
           
 AbsItfAttribute.Use getUse()
           
 java.lang.String getValue()
           
 void setType(T type)
           
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 

Method Detail

getName

java.lang.String getName()

getValue

java.lang.String getValue()

getUse

AbsItfAttribute.Use getUse()

getNamespaceUri

java.lang.String getNamespaceUri()

getType

T getType()

setType

void setType(T type)


Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.