org.ow2.easywsdl.schema.api.absItf
Interface AbsItfRestriction<En extends AbsItfEnumeration>

All Superinterfaces:
SchemaElement, java.io.Serializable
All Known Subinterfaces:
Restriction
All Known Implementing Classes:
AbstractRestrictionImpl, RestrictionImpl

public interface AbsItfRestriction<En extends AbsItfEnumeration>
extends SchemaElement


Method Summary
 void addEnumeration(En enumeration)
           
 En createEnumeration()
           
 javax.xml.namespace.QName getBase()
           
 java.util.List<En> getEnumerations()
           
 void setBase(javax.xml.namespace.QName base)
           
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 

Method Detail

getEnumerations

java.util.List<En> getEnumerations()

addEnumeration

void addEnumeration(En enumeration)

createEnumeration

En createEnumeration()

getBase

javax.xml.namespace.QName getBase()

setBase

void setBase(javax.xml.namespace.QName base)


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