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

All Superinterfaces:
SchemaElement, java.io.Serializable
All Known Subinterfaces:
AbsItfComplexType<A,S>, AbsItfSimpleType<A>, ComplexType, SimpleType, Type
All Known Implementing Classes:
AbstractComplexTypeImpl, AbstractSimpleTypeImpl, AbstractTypeImpl, ComplexTypeImpl, SimpleTypeImpl

public interface AbsItfType<A extends AbsItfAttribute>
extends SchemaElement


Method Summary
 void addAttribute(A attr)
           
 A getAttribute(java.lang.String attr)
           
 java.util.List<A> getAttributes()
           
 javax.xml.namespace.QName getQName()
           
 void setQName(javax.xml.namespace.QName name)
           
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Method Detail

getQName

javax.xml.namespace.QName getQName()

setQName

void setQName(javax.xml.namespace.QName name)

getAttributes

java.util.List<A> getAttributes()

addAttribute

void addAttribute(A attr)

getAttribute

A getAttribute(java.lang.String attr)


Copyright © 2008 eBM WebSourcing. All Rights Reserved.