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<Redefine,Schema>
org.ow2.easywsdl.schema.impl.RedefineImpl
- All Implemented Interfaces:
- java.io.Serializable, AbsItfInclude<Schema>, AbsItfRedefine<Schema>, Redefine, SchemaElement
public class RedefineImpl
- extends AbstractIncludeImpl<Redefine,Schema>
- implements Redefine
- Author:
- Nicolas Salatge - eBM WebSourcing
- See Also:
- Serialized Form
Method Summary |
java.net.URI |
getLocationURI()
Get the location URI of this import. |
void |
setLocationURI(java.net.URI locationURI)
Set the location URI of this import. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
RedefineImpl
public RedefineImpl(Redefine model,
AbstractSchemaElementImpl parent,
java.util.Map<java.net.URI,AbsItfSchema> imports,
java.net.URI baseURI,
AbstractSchemaReader reader)
throws SchemaException,
java.net.URISyntaxException
- Parameters:
model
- parent
- imports
- reader
-
- Throws:
SchemaException
java.net.URISyntaxException
- If the schemaLocation attribute of the redefine is not a valid
URI.
getLocationURI
public java.net.URI getLocationURI()
- Get the location URI of this import.
- Specified by:
getLocationURI
in interface AbsItfInclude<Schema>
- Returns:
- the schema location
URI
of this import or
null
if undefined.
setLocationURI
public void setLocationURI(java.net.URI 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-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.