org.ow2.easywsdl.schema.decorator
Class DecoratorEnumerationImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
      extended by org.ow2.easywsdl.schema.decorator.Decorator<AbsItfEnumeration>
          extended by org.ow2.easywsdl.schema.decorator.DecoratorEnumerationImpl
All Implemented Interfaces:
java.io.Serializable, SchemaElement

public abstract class DecoratorEnumerationImpl
extends Decorator<AbsItfEnumeration>

Author:
Nicolas Boissel-Dallier - 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
DecoratorEnumerationImpl(AbsItfEnumeration enumeration)
           
 
Method Summary
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
           
 
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

DecoratorEnumerationImpl

public DecoratorEnumerationImpl(AbsItfEnumeration enumeration)
                         throws SchemaException
Throws:
SchemaException
Method Detail

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)


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