org.ow2.easywsdl.schema.decorator
Class DecoratorSimpleTypeImpl<A extends AbsItfAttribute,R extends AbsItfRestriction>

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
      extended by org.ow2.easywsdl.schema.decorator.Decorator<T>
          extended by org.ow2.easywsdl.schema.decorator.DecoratorTypeImpl<AbsItfSimpleType<A,R>>
              extended by org.ow2.easywsdl.schema.decorator.DecoratorSimpleTypeImpl<A,R>
All Implemented Interfaces:
java.io.Serializable, SchemaElement

public abstract class DecoratorSimpleTypeImpl<A extends AbsItfAttribute,R extends AbsItfRestriction>
extends DecoratorTypeImpl<AbsItfSimpleType<A,R>>

Author:
Nicolas Salatge - eBM WebSourcing
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.decorator.Decorator
internalObject
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
DecoratorSimpleTypeImpl(AbsItfSimpleType<A,R> simpleType, java.lang.Class<? extends R> rImpl)
           
 
Method Summary
 R createRestriction()
           
 R getRestriction()
           
 void setRestriction(R restriction)
           
 
Methods inherited from class org.ow2.easywsdl.schema.decorator.DecoratorTypeImpl
getQName, setQName
 
Methods inherited from class org.ow2.easywsdl.schema.decorator.Decorator
createDocumentation, equals, getDocumentation, getInternalObject, getModel, getOtherAttributes, getParent, hashCode, setDocumentation
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
getSchema, getTopParent, setParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecoratorSimpleTypeImpl

public DecoratorSimpleTypeImpl(AbsItfSimpleType<A,R> simpleType,
                               java.lang.Class<? extends R> rImpl)
                        throws SchemaException
Throws:
SchemaException
Method Detail

createRestriction

public R createRestriction()

getRestriction

public R getRestriction()

setRestriction

public void setRestriction(R restriction)


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