org.ow2.easywsdl.wsdl.decorator
Class DecoratorIncludeImpl<D extends AbsItfDescription>

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
          extended by org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl
              extended by org.ow2.easywsdl.wsdl.decorator.Decorator<AbsItfInclude<D>>
                  extended by org.ow2.easywsdl.wsdl.decorator.DecoratorIncludeImpl<D>
All Implemented Interfaces:
java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement, WSDLElement

public abstract class DecoratorIncludeImpl<D extends AbsItfDescription>
extends Decorator<AbsItfInclude<D>>

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

Field Summary
 
Fields inherited from class org.ow2.easywsdl.wsdl.decorator.Decorator
internalObject
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
DecoratorIncludeImpl(AbsItfInclude<D> incl)
           
 
Method Summary
 D getDescription()
           
 java.net.URI getLocationURI()
           
 void setDescription(D arg0)
           
 void setLocationURI(java.net.URI arg0)
           
 
Methods inherited from class org.ow2.easywsdl.wsdl.decorator.Decorator
createDocumentation, equals, getDocumentation, getInternalObject, getModel, getOtherAttributes, getOtherElements, getParent, hashCode, setDocumentation
 
Methods inherited from class org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl
addOtherElements, toString
 
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, wait, wait, wait
 

Constructor Detail

DecoratorIncludeImpl

public DecoratorIncludeImpl(AbsItfInclude<D> incl)
                     throws WSDLException
Throws:
WSDLException
Method Detail

getDescription

public D getDescription()

getLocationURI

public java.net.URI getLocationURI()

setDescription

public void setDescription(D arg0)

setLocationURI

public void setLocationURI(java.net.URI arg0)


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