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
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.