org.ow2.easywsdl.schema.api.absItf
Interface AbsItfSimpleType<A extends AbsItfAttribute,R extends AbsItfRestriction>

All Superinterfaces:
AbsItfType, SchemaElement, java.io.Serializable
All Known Subinterfaces:
SimpleType
All Known Implementing Classes:
AbstractSimpleTypeImpl, SimpleTypeImpl

public interface AbsItfSimpleType<A extends AbsItfAttribute,R extends AbsItfRestriction>
extends AbsItfType


Method Summary
 R createRestriction()
           
 R getRestriction()
           
 void setRestriction(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
 

Method Detail

getRestriction

R getRestriction()

setRestriction

void setRestriction(R restriction)

createRestriction

R createRestriction()


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