public interface PortComponentRefType
The following features are supported:
Webapp24Package.getPortComponentRefType()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
String |
getPortComponentLink()
Returns the value of the 'Port Component Link' containment reference.
|
FullyQualifiedClassType |
getServiceEndpointInterface()
Returns the value of the 'Service Endpoint Interface' containment reference.
|
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setPortComponentLink(String value)
Sets the value of the '
Port Component Link' containment reference. |
void |
setServiceEndpointInterface(FullyQualifiedClassType value)
Sets the value of the '
Service Endpoint Interface' containment reference. |
FullyQualifiedClassType getServiceEndpointInterface()
setServiceEndpointInterface(FullyQualifiedClassType),
Webapp24Package.getPortComponentRefType_ServiceEndpointInterface()void setServiceEndpointInterface(FullyQualifiedClassType value)
Service Endpoint Interface' containment reference.
value - the new value of the 'Service Endpoint Interface' containment reference.getServiceEndpointInterface()String getPortComponentLink()
setPortComponentLink(org.eclipse.modisco.jee.webapp.webapp24.String),
Webapp24Package.getPortComponentRefType_PortComponentLink()void setPortComponentLink(String value)
Port Component Link' containment reference.
value - the new value of the 'Port Component Link' containment reference.getPortComponentLink()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
Webapp24Package.getPortComponentRefType_Id()