org.ow2.easywsdl.schema.decorator
Class DecoratorImportImpl<S extends AbsItfSchema>

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

public abstract class DecoratorImportImpl<S extends AbsItfSchema>
extends Decorator<AbsItfImport<S>>

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
DecoratorImportImpl(AbsItfImport<S> impt)
           
 
Method Summary
 java.net.URI getLocationURI()
           
 java.lang.String getNamespaceURI()
           
 S getSchema()
           
 void setLocationURI(java.net.URI locationURI)
           
 void setNamespaceURI(java.lang.String namespaceURI)
           
 void setSchema(S schema)
           
 
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
getTopParent, setParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecoratorImportImpl

public DecoratorImportImpl(AbsItfImport<S> impt)
Method Detail

getNamespaceURI

public java.lang.String getNamespaceURI()

setNamespaceURI

public void setNamespaceURI(java.lang.String namespaceURI)

getLocationURI

public java.net.URI getLocationURI()

getSchema

public S getSchema()
Overrides:
getSchema in class AbstractSchemaElementImpl

setLocationURI

public void setLocationURI(java.net.URI locationURI)

setSchema

public void setSchema(S schema)


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