com.ebmwebsourcing.commons.schema.impl
Class Redefine

java.lang.Object
  extended by com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractSchemaElement<E>
      extended by com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractInclude<Redefine>
          extended by com.ebmwebsourcing.commons.schema.impl.Redefine
All Implemented Interfaces:
Include, Redefine, SchemaElement, java.io.Serializable

public class Redefine
extends AbstractInclude<Redefine>
implements Redefine

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

Field Summary
 
Fields inherited from class com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractInclude
parent, schema
 
Fields inherited from class com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractSchemaElement
documentation, model
 
Constructor Summary
Redefine(Redefine model, Schema parent)
           
 
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 com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractInclude
getParentSchema, getSchema, setParentSchema, setSchema
 
Methods inherited from class com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractSchemaElement
createDocumentation, getDocumentation, getModel, setDocumentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.commons.schema.api.Include
getSchema, setSchema
 
Methods inherited from interface com.ebmwebsourcing.commons.schema.api.SchemaElement
createDocumentation, getDocumentation, setDocumentation
 

Constructor Detail

Redefine

public Redefine(Redefine model,
                Schema parent)
Method Detail

getLocationURI

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

Specified by:
getLocationURI in interface Include

setLocationURI

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

Specified by:
setLocationURI in interface Include
Parameters:
locationURI - the desired location URI


Copyright © 2008 eBM WebSourcing. All Rights Reserved.