Interface AbsItfAttribute<T extends AbsItfType>
-
- All Superinterfaces:
SchemaElement,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
Nested Classes Modifier and Type Interface Description static classAbsItfAttribute.Use
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()StringgetNamespaceUri()TgetType()AbsItfAttribute.UsegetUse()StringgetValue()voidsetType(T type)-
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
-
-