Interface Service
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ServiceImpl
public interface Service extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Service'.The following features are supported:
- See Also:
WsDefinitionsPackage.getService()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDocumentation()
Returns the value of the 'Documentation' attribute.org.eclipse.emf.common.util.EList<Endpoint>
getEndpoints()
Returns the value of the 'Endpoints' containment reference list.String
getName()
Returns the value of the 'Name' attribute.String
getNamespace()
Returns the value of the 'Namespace' attribute.void
setDocumentation(String value)
Sets the value of the 'Documentation
' attribute.void
setName(String value)
Sets the value of the 'Name
' attribute.void
setNamespace(String value)
Sets the value of the 'Namespace
' attribute.
-
-
-
Method Detail
-
getNamespace
String getNamespace()
Returns the value of the 'Namespace' attribute.- Returns:
- the value of the 'Namespace' attribute.
- See Also:
setNamespace(String)
,WsDefinitionsPackage.getService_Namespace()
-
setNamespace
void setNamespace(String value)
Sets the value of the 'Namespace
' attribute.- Parameters:
value
- the new value of the 'Namespace' attribute.- See Also:
getNamespace()
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,WsDefinitionsPackage.getService_Name()
-
setName
void setName(String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
-
getEndpoints
org.eclipse.emf.common.util.EList<Endpoint> getEndpoints()
Returns the value of the 'Endpoints' containment reference list. The list contents are of typeEndpoint
.- Returns:
- the value of the 'Endpoints' containment reference list.
- See Also:
WsDefinitionsPackage.getService_Endpoints()
-
getDocumentation
String getDocumentation()
Returns the value of the 'Documentation' attribute.- Returns:
- the value of the 'Documentation' attribute.
- See Also:
setDocumentation(String)
,WsDefinitionsPackage.getService_Documentation()
-
setDocumentation
void setDocumentation(String value)
Sets the value of the 'Documentation
' attribute.- Parameters:
value
- the new value of the 'Documentation' attribute.- See Also:
getDocumentation()
-
-