|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
org.ow2.easywsdl.schema.api.abstractElmt.AbstractIncludeImpl<Redefine,Schema>
org.ow2.easywsdl.schema.impl.RedefineImpl
public class RedefineImpl
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 | |
---|---|
RedefineImpl(Redefine model,
AbstractSchemaElementImpl parent,
java.util.Map<java.net.URI,AbsItfSchema> imports,
java.net.URI baseURI,
AbstractSchemaReader reader)
|
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 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 |
---|
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
model
- parent
- imports
- reader
-
SchemaException
java.net.URISyntaxException
- If the schemaLocation attribute of the redefine is not a valid
URI.Method Detail |
---|
public java.net.URI getLocationURI()
getLocationURI
in interface AbsItfInclude<Schema>
URI
of this import or
null
if undefined.public void setLocationURI(java.net.URI locationURI)
AbsItfInclude
setLocationURI
in interface AbsItfInclude<Schema>
locationURI
- the desired location URI
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |