Package org.ow2.easywsdl.schema.impl
Class RedefineImpl
- java.lang.Object
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractIncludeImpl<org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Redefine,Schema>
-
- org.ow2.easywsdl.schema.impl.RedefineImpl
-
- All Implemented Interfaces:
Serializable,AbsItfInclude<Schema>,AbsItfRedefine<Schema>,Redefine,SchemaElement
public class RedefineImpl extends AbstractIncludeImpl<org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Redefine,Schema> implements Redefine
- Author:
- Nicolas Salatge - EBM WebSourcing
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
-
-
Constructor Summary
Constructors Constructor Description RedefineImpl(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Redefine model, AbstractSchemaElementImpl parent, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URIgetLocationURI()Get the location URI of this import.voidsetLocationURI(URI 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, equals, getDocumentation, getModel, getOtherAttributes, getParent, getTopParent, hashCode, setDocumentation, setParent
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, 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, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
-
-
-
-
Constructor Detail
-
RedefineImpl
public RedefineImpl(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Redefine model, AbstractSchemaElementImpl parent, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader) throws SchemaException, URISyntaxException- Parameters:
model-parent-imports-reader-- Throws:
SchemaExceptionURISyntaxException- If the schemaLocation attribute of the redefine is not a valid URI.
-
-
Method Detail
-
getLocationURI
public URI getLocationURI()
Get the location URI of this import.- Specified by:
getLocationURIin interfaceAbsItfInclude<Schema>- Returns:
- the schema location
URIof this import ornullif undefined.
-
setLocationURI
public void setLocationURI(URI locationURI)
Description copied from interface:AbsItfIncludeSet the location URI of this import.- Specified by:
setLocationURIin interfaceAbsItfInclude<Schema>- Parameters:
locationURI- the desired location URI
-
-