Interface AbsItfSimpleType<A extends AbsItfAttribute,R extends AbsItfRestriction>
-
- All Superinterfaces:
AbsItfType,SchemaElement,Serializable
- All Known Subinterfaces:
SimpleType
- All Known Implementing Classes:
AbstractSimpleTypeImpl,SimpleTypeImpl
public interface AbsItfSimpleType<A extends AbsItfAttribute,R extends AbsItfRestriction> extends AbsItfType
- Author:
- Nicolas Salatge - EBM WebSourcing
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RcreateRestriction()RgetRestriction()voidsetRestriction(R restriction)-
Methods inherited from interface org.ow2.easywsdl.schema.api.absItf.AbsItfType
getQName, setQName
-
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
-
-