org.ow2.easywsdl.schema.impl
Class IncludeImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractIncludeImpl<Include,Schema>
          extended by org.ow2.easywsdl.schema.impl.IncludeImpl
All Implemented Interfaces:
java.io.Serializable, AbsItfInclude<Schema>, Include, SchemaElement

public class IncludeImpl
extends AbstractIncludeImpl<Include,Schema>
implements Include

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

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractIncludeImpl
schema
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
IncludeImpl(Include incl, AbstractSchemaElementImpl parent)
           
IncludeImpl(java.net.URI baseURI, Include incl, java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
           
 
Method Summary
 java.lang.String getLocationURI()
          Get the location URI of this import.
 void setLocationURI(java.lang.String locationURI)
          Set the location URI of this import.
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractIncludeImpl
getParentSchema, getSchema, setSchema
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, getDocumentation, getModel, getOtherAttributes, getParent, getTopParent, setDocumentation, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.easywsdl.schema.api.absItf.AbsItfInclude
getSchema, setSchema
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Constructor Detail

IncludeImpl

public IncludeImpl(java.net.URI baseURI,
                   Include incl,
                   java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)

IncludeImpl

public IncludeImpl(Include incl,
                   AbstractSchemaElementImpl parent)
Method Detail

getLocationURI

public java.lang.String getLocationURI()
Description copied from interface: AbsItfInclude
Get the location URI of this import.

Specified by:
getLocationURI in interface AbsItfInclude<Schema>

setLocationURI

public void setLocationURI(java.lang.String locationURI)
Description copied from interface: AbsItfInclude
Set the location URI of this import.

Specified by:
setLocationURI in interface AbsItfInclude<Schema>
Parameters:
locationURI - the desired location URI


Copyright © 2008 eBM WebSourcing. All Rights Reserved.