Class DecoratorImportImpl<S extends AbsItfSchema>
- java.lang.Object
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
-
- org.ow2.easywsdl.schema.decorator.Decorator<AbsItfImport<S>>
-
- org.ow2.easywsdl.schema.decorator.DecoratorImportImpl<S>
-
- All Implemented Interfaces:
Serializable,SchemaElement
public abstract class DecoratorImportImpl<S extends AbsItfSchema> extends Decorator<AbsItfImport<S>>
- Author:
- Nicolas Salatge - EBM WebSourcing
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.ow2.easywsdl.schema.decorator.Decorator
internalObject
-
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
-
-
Constructor Summary
Constructors Constructor Description DecoratorImportImpl(AbsItfImport<S> impt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URIgetLocationURI()StringgetNamespaceURI()SgetSchema()voidsetLocationURI(URI locationURI)voidsetNamespaceURI(String namespaceURI)voidsetSchema(S schema)-
Methods inherited from class org.ow2.easywsdl.schema.decorator.Decorator
createDocumentation, equals, getDocumentation, getInternalObject, getModel, getOtherAttributes, getParent, hashCode, setDocumentation
-
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
getTopParent, setParent
-
-
-
-
Constructor Detail
-
DecoratorImportImpl
public DecoratorImportImpl(AbsItfImport<S> impt)
-
-
Method Detail
-
getNamespaceURI
public String getNamespaceURI()
-
setNamespaceURI
public void setNamespaceURI(String namespaceURI)
-
getLocationURI
public URI getLocationURI()
-
getSchema
public S getSchema()
- Overrides:
getSchemain classAbstractSchemaElementImpl
-
setLocationURI
public void setLocationURI(URI locationURI)
-
setSchema
public void setSchema(S schema)
-
-