org.eclipse.stp.core.sca
Interface SCACoreRoot

All Superinterfaces:
SCAObject

public interface SCACoreRoot
extends SCAObject

A representation of the model object 'Core Root'.

This interface is not intended to be implemented by clients.

The following features are supported:

See Also:
SCAPackage.getSCACoreRoot()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 Component getAbstractComponent()
          Returns the value of the 'Abstract Component' containment reference.
 Binding getBinding()
          Returns the value of the 'Binding' containment reference.
 SLSBBinding getBindingEjb()
          Returns the value of the 'Binding Ejb' containment reference.
 SCABinding getBindingSca()
          Returns the value of the 'Binding Sca' containment reference.
 WebServiceBinding getBindingWs()
          Returns the value of the 'Binding Ws' containment reference.
 ImplementationComponent getComponent()
          Returns the value of the 'Component' containment reference.
 ComponentType getComponentType()
          Returns the value of the 'Component Type' containment reference.
 Composite getComposite()
          Returns the value of the 'Composite' containment reference.
 Implementation getImplementation()
          Returns the value of the 'Implementation' containment reference.
 AbstractImplementation getImplementationAbstract()
          Returns the value of the 'Implementation Abstract' containment reference.
 JavaImplementation getImplementationJava()
          Returns the value of the 'Implementation Java' containment reference.
 UnknownImplementation getImplementationUnknown()
          Returns the value of the 'Implementation Unknown' containment reference.
 Interface getInterface()
          Returns the value of the 'Interface' containment reference.
 JavaInterface getInterfaceJava()
          Returns the value of the 'Interface Java' containment reference.
 WSDLPortType getInterfaceWsdl()
          Returns the value of the 'Interface Wsdl' containment reference.
 FeatureMap getMixed()
          Returns the value of the 'Mixed' attribute list.
 Module getModule()
          Returns the value of the 'Module' containment reference.
 ModuleComponent getModuleComponent()
          Returns the value of the 'Module Component' containment reference.
 ModuleFragment getModuleFragment()
          Returns the value of the 'Module Fragment' containment reference.
 java.lang.Object getSource()
          Returns the value of the 'Source' containment reference.
 java.lang.Object getSourceEpr()
          Returns the value of the 'Source Epr' containment reference.
 java.lang.String getSourceUri()
          Returns the value of the 'Source Uri' attribute.
 Subsystem getSubsystem()
          Returns the value of the 'Subsystem' containment reference.
 java.lang.Object getTarget()
          Returns the value of the 'Target' containment reference.
 java.lang.Object getTargetEpr()
          Returns the value of the 'Target Epr' containment reference.
 java.lang.String getTargetUri()
          Returns the value of the 'Target Uri' attribute.
 java.util.Map getXMLNSPrefixMap()
          Returns the value of the 'XMLNS Prefix Map' map.
 java.util.Map getXSISchemaLocation()
          Returns the value of the 'XSI Schema Location' map.
 void setAbstractComponent(Component value)
          Sets the value of the 'Abstract Component' containment reference.
 void setBinding(Binding value)
          Sets the value of the 'Binding' containment reference.
 void setBindingEjb(SLSBBinding value)
          Sets the value of the 'Binding Ejb' containment reference.
 void setBindingSca(SCABinding value)
          Sets the value of the 'Binding Sca' containment reference.
 void setBindingWs(WebServiceBinding value)
          Sets the value of the 'Binding Ws' containment reference.
 void setComponent(ImplementationComponent value)
          Sets the value of the 'Component' containment reference.
 void setComponentType(ComponentType value)
          Sets the value of the 'Component Type' containment reference.
 void setComposite(Composite value)
          Sets the value of the 'Composite' containment reference.
 void setImplementation(Implementation value)
          Sets the value of the 'Implementation' containment reference.
 void setImplementationAbstract(AbstractImplementation value)
          Sets the value of the 'Implementation Abstract' containment reference.
 void setImplementationJava(JavaImplementation value)
          Sets the value of the 'Implementation Java' containment reference.
 void setImplementationUnknown(UnknownImplementation value)
          Sets the value of the 'Implementation Unknown' containment reference.
 void setInterface(Interface value)
          Sets the value of the 'Interface' containment reference.
 void setInterfaceJava(JavaInterface value)
          Sets the value of the 'Interface Java' containment reference.
 void setInterfaceWsdl(WSDLPortType value)
          Sets the value of the 'Interface Wsdl' containment reference.
 void setModule(Module value)
          Sets the value of the 'Module' containment reference.
 void setModuleComponent(ModuleComponent value)
          Sets the value of the 'Module Component' containment reference.
 void setModuleFragment(ModuleFragment value)
          Sets the value of the 'Module Fragment' containment reference.
 void setSource(java.lang.Object value)
          Sets the value of the 'Source' containment reference.
 void setSourceEpr(java.lang.Object value)
          Sets the value of the 'Source Epr' containment reference.
 void setSourceUri(java.lang.String value)
          Sets the value of the 'Source Uri' attribute.
 void setSubsystem(Subsystem value)
          Sets the value of the 'Subsystem' containment reference.
 void setTarget(java.lang.Object value)
          Sets the value of the 'Target' containment reference.
 void setTargetEpr(java.lang.Object value)
          Sets the value of the 'Target Epr' containment reference.
 void setTargetUri(java.lang.String value)
          Sets the value of the 'Target Uri' attribute.
 
Methods inherited from interface org.eclipse.stp.core.sca.SCAObject
addStatus, clearStatus, getEObject, getFlags, getName, getStatus, setName
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getMixed

FeatureMap getMixed()
Returns the value of the 'Mixed' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Mixed' attribute list.
See Also:
SCAPackage.getSCACoreRoot_Mixed()

getXMLNSPrefixMap

java.util.Map getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map. The key is of type String, and the value is of type String,

If the meaning of the 'XMLNS Prefix Map' map isn't clear, there really should be more of a description here...

Returns:
the value of the 'XMLNS Prefix Map' map.
See Also:
SCAPackage.getSCACoreRoot_XMLNSPrefixMap()

getXSISchemaLocation

java.util.Map getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map. The key is of type String, and the value is of type String,

If the meaning of the 'XSI Schema Location' map isn't clear, there really should be more of a description here...

Returns:
the value of the 'XSI Schema Location' map.
See Also:
SCAPackage.getSCACoreRoot_XSISchemaLocation()

getAbstractComponent

Component getAbstractComponent()
Returns the value of the 'Abstract Component' containment reference.

If the meaning of the 'Abstract Component' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Abstract Component' containment reference.
See Also:
setAbstractComponent(Component), SCAPackage.getSCACoreRoot_AbstractComponent()

setAbstractComponent

void setAbstractComponent(Component value)
Sets the value of the 'Abstract Component' containment reference.

Parameters:
value - the new value of the 'Abstract Component' containment reference.
See Also:
getAbstractComponent()

getBinding

Binding getBinding()
Returns the value of the 'Binding' containment reference.

If the meaning of the 'Binding' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Binding' containment reference.
See Also:
setBinding(Binding), SCAPackage.getSCACoreRoot_Binding()

setBinding

void setBinding(Binding value)
Sets the value of the 'Binding' containment reference.

Parameters:
value - the new value of the 'Binding' containment reference.
See Also:
getBinding()

getBindingSca

SCABinding getBindingSca()
Returns the value of the 'Binding Sca' containment reference.

If the meaning of the 'Binding Sca' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Binding Sca' containment reference.
See Also:
setBindingSca(SCABinding), SCAPackage.getSCACoreRoot_BindingSca()

setBindingSca

void setBindingSca(SCABinding value)
Sets the value of the 'Binding Sca' containment reference.

Parameters:
value - the new value of the 'Binding Sca' containment reference.
See Also:
getBindingSca()

getComponent

ImplementationComponent getComponent()
Returns the value of the 'Component' containment reference.

If the meaning of the 'Component' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Component' containment reference.
See Also:
setComponent(ImplementationComponent), SCAPackage.getSCACoreRoot_Component()

setComponent

void setComponent(ImplementationComponent value)
Sets the value of the 'Component' containment reference.

Parameters:
value - the new value of the 'Component' containment reference.
See Also:
getComponent()

getComponentType

ComponentType getComponentType()
Returns the value of the 'Component Type' containment reference.

If the meaning of the 'Component Type' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Component Type' containment reference.
See Also:
setComponentType(ComponentType), SCAPackage.getSCACoreRoot_ComponentType()

setComponentType

void setComponentType(ComponentType value)
Sets the value of the 'Component Type' containment reference.

Parameters:
value - the new value of the 'Component Type' containment reference.
See Also:
getComponentType()

getComposite

Composite getComposite()
Returns the value of the 'Composite' containment reference.

If the meaning of the 'Composite' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Composite' containment reference.
See Also:
setComposite(Composite), SCAPackage.getSCACoreRoot_Composite()

setComposite

void setComposite(Composite value)
Sets the value of the 'Composite' containment reference.

Parameters:
value - the new value of the 'Composite' containment reference.
See Also:
getComposite()

getImplementation

Implementation getImplementation()
Returns the value of the 'Implementation' containment reference.

If the meaning of the 'Implementation' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Implementation' containment reference.
See Also:
setImplementation(Implementation), SCAPackage.getSCACoreRoot_Implementation()

setImplementation

void setImplementation(Implementation value)
Sets the value of the 'Implementation' containment reference.

Parameters:
value - the new value of the 'Implementation' containment reference.
See Also:
getImplementation()

getImplementationAbstract

AbstractImplementation getImplementationAbstract()
Returns the value of the 'Implementation Abstract' containment reference.

If the meaning of the 'Implementation Abstract' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Implementation Abstract' containment reference.
See Also:
setImplementationAbstract(AbstractImplementation), SCAPackage.getSCACoreRoot_ImplementationAbstract()

setImplementationAbstract

void setImplementationAbstract(AbstractImplementation value)
Sets the value of the 'Implementation Abstract' containment reference.

Parameters:
value - the new value of the 'Implementation Abstract' containment reference.
See Also:
getImplementationAbstract()

getImplementationUnknown

UnknownImplementation getImplementationUnknown()
Returns the value of the 'Implementation Unknown' containment reference.

If the meaning of the 'Implementation Unknown' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Implementation Unknown' containment reference.
See Also:
setImplementationUnknown(UnknownImplementation), SCAPackage.getSCACoreRoot_ImplementationUnknown()

setImplementationUnknown

void setImplementationUnknown(UnknownImplementation value)
Sets the value of the 'Implementation Unknown' containment reference.

Parameters:
value - the new value of the 'Implementation Unknown' containment reference.
See Also:
getImplementationUnknown()

getInterface

Interface getInterface()
Returns the value of the 'Interface' containment reference.

If the meaning of the 'Interface' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Interface' containment reference.
See Also:
setInterface(Interface), SCAPackage.getSCACoreRoot_Interface()

setInterface

void setInterface(Interface value)
Sets the value of the 'Interface' containment reference.

Parameters:
value - the new value of the 'Interface' containment reference.
See Also:
getInterface()

getModule

Module getModule()
Returns the value of the 'Module' containment reference.

If the meaning of the 'Module' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Module' containment reference.
See Also:
setModule(Module), SCAPackage.getSCACoreRoot_Module()

setModule

void setModule(Module value)
Sets the value of the 'Module' containment reference.

Parameters:
value - the new value of the 'Module' containment reference.
See Also:
getModule()

getModuleComponent

ModuleComponent getModuleComponent()
Returns the value of the 'Module Component' containment reference.

If the meaning of the 'Module Component' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Module Component' containment reference.
See Also:
setModuleComponent(ModuleComponent), SCAPackage.getSCACoreRoot_ModuleComponent()

setModuleComponent

void setModuleComponent(ModuleComponent value)
Sets the value of the 'Module Component' containment reference.

Parameters:
value - the new value of the 'Module Component' containment reference.
See Also:
getModuleComponent()

getModuleFragment

ModuleFragment getModuleFragment()
Returns the value of the 'Module Fragment' containment reference.

If the meaning of the 'Module Fragment' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Module Fragment' containment reference.
See Also:
setModuleFragment(ModuleFragment), SCAPackage.getSCACoreRoot_ModuleFragment()

setModuleFragment

void setModuleFragment(ModuleFragment value)
Sets the value of the 'Module Fragment' containment reference.

Parameters:
value - the new value of the 'Module Fragment' containment reference.
See Also:
getModuleFragment()

getSource

java.lang.Object getSource()
Returns the value of the 'Source' containment reference.

If the meaning of the 'Source' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Source' containment reference.
See Also:
setSource(Object), SCAPackage.getSCACoreRoot_Source()

setSource

void setSource(java.lang.Object value)
Sets the value of the 'Source' containment reference.

Parameters:
value - the new value of the 'Source' containment reference.
See Also:
getSource()

getSourceEpr

java.lang.Object getSourceEpr()
Returns the value of the 'Source Epr' containment reference.

If the meaning of the 'Source Epr' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Source Epr' containment reference.
See Also:
setSourceEpr(Object), SCAPackage.getSCACoreRoot_SourceEpr()

setSourceEpr

void setSourceEpr(java.lang.Object value)
Sets the value of the 'Source Epr' containment reference.

Parameters:
value - the new value of the 'Source Epr' containment reference.
See Also:
getSourceEpr()

getSourceUri

java.lang.String getSourceUri()
Returns the value of the 'Source Uri' attribute.

If the meaning of the 'Source Uri' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Source Uri' attribute.
See Also:
setSourceUri(String), SCAPackage.getSCACoreRoot_SourceUri()

setSourceUri

void setSourceUri(java.lang.String value)
Sets the value of the 'Source Uri' attribute.

Parameters:
value - the new value of the 'Source Uri' attribute.
See Also:
getSourceUri()

getSubsystem

Subsystem getSubsystem()
Returns the value of the 'Subsystem' containment reference.

If the meaning of the 'Subsystem' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Subsystem' containment reference.
See Also:
setSubsystem(Subsystem), SCAPackage.getSCACoreRoot_Subsystem()

setSubsystem

void setSubsystem(Subsystem value)
Sets the value of the 'Subsystem' containment reference.

Parameters:
value - the new value of the 'Subsystem' containment reference.
See Also:
getSubsystem()

getTarget

java.lang.Object getTarget()
Returns the value of the 'Target' containment reference.

If the meaning of the 'Target' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Target' containment reference.
See Also:
setTarget(Object), SCAPackage.getSCACoreRoot_Target()

setTarget

void setTarget(java.lang.Object value)
Sets the value of the 'Target' containment reference.

Parameters:
value - the new value of the 'Target' containment reference.
See Also:
getTarget()

getTargetEpr

java.lang.Object getTargetEpr()
Returns the value of the 'Target Epr' containment reference.

If the meaning of the 'Target Epr' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Target Epr' containment reference.
See Also:
setTargetEpr(Object), SCAPackage.getSCACoreRoot_TargetEpr()

setTargetEpr

void setTargetEpr(java.lang.Object value)
Sets the value of the 'Target Epr' containment reference.

Parameters:
value - the new value of the 'Target Epr' containment reference.
See Also:
getTargetEpr()

getTargetUri

java.lang.String getTargetUri()
Returns the value of the 'Target Uri' attribute.

If the meaning of the 'Target Uri' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Target Uri' attribute.
See Also:
setTargetUri(String), SCAPackage.getSCACoreRoot_TargetUri()

setTargetUri

void setTargetUri(java.lang.String value)
Sets the value of the 'Target Uri' attribute.

Parameters:
value - the new value of the 'Target Uri' attribute.
See Also:
getTargetUri()

getInterfaceWsdl

WSDLPortType getInterfaceWsdl()
Returns the value of the 'Interface Wsdl' containment reference.

If the meaning of the 'Interface Wsdl' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Interface Wsdl' containment reference.
See Also:
setInterfaceWsdl(WSDLPortType), SCAPackage.getSCACoreRoot_InterfaceWsdl()

setInterfaceWsdl

void setInterfaceWsdl(WSDLPortType value)
Sets the value of the 'Interface Wsdl' containment reference.

Parameters:
value - the new value of the 'Interface Wsdl' containment reference.
See Also:
getInterfaceWsdl()

getInterfaceJava

JavaInterface getInterfaceJava()
Returns the value of the 'Interface Java' containment reference.

If the meaning of the 'Interface Java' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Interface Java' containment reference.
See Also:
setInterfaceJava(JavaInterface), SCAPackage.getSCACoreRoot_InterfaceJava()

setInterfaceJava

void setInterfaceJava(JavaInterface value)
Sets the value of the 'Interface Java' containment reference.

Parameters:
value - the new value of the 'Interface Java' containment reference.
See Also:
getInterfaceJava()

getBindingWs

WebServiceBinding getBindingWs()
Returns the value of the 'Binding Ws' containment reference.

If the meaning of the 'Binding Ws' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Binding Ws' containment reference.
See Also:
setBindingWs(WebServiceBinding), SCAPackage.getSCACoreRoot_BindingWs()

setBindingWs

void setBindingWs(WebServiceBinding value)
Sets the value of the 'Binding Ws' containment reference.

Parameters:
value - the new value of the 'Binding Ws' containment reference.
See Also:
getBindingWs()

getImplementationJava

JavaImplementation getImplementationJava()
Returns the value of the 'Implementation Java' containment reference.

If the meaning of the 'Implementation Java' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Implementation Java' containment reference.
See Also:
setImplementationJava(JavaImplementation), SCAPackage.getSCACoreRoot_ImplementationJava()

setImplementationJava

void setImplementationJava(JavaImplementation value)
Sets the value of the 'Implementation Java' containment reference.

Parameters:
value - the new value of the 'Implementation Java' containment reference.
See Also:
getImplementationJava()

getBindingEjb

SLSBBinding getBindingEjb()
Returns the value of the 'Binding Ejb' containment reference.

If the meaning of the 'Binding Ejb' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Binding Ejb' containment reference.
See Also:
setBindingEjb(SLSBBinding), SCAPackage.getSCACoreRoot_BindingEjb()

setBindingEjb

void setBindingEjb(SLSBBinding value)
Sets the value of the 'Binding Ejb' containment reference.

Parameters:
value - the new value of the 'Binding Ejb' containment reference.
See Also:
getBindingEjb()