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.EObjectA representation of the model object 'Service'.The following features are supported: - See Also:
- WsDefinitionsPackage.getService()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDocumentation()Returns the value of the 'Documentation' attribute.org.eclipse.emf.common.util.EList<Endpoint>getEndpoints()Returns the value of the 'Endpoints' containment reference list.StringgetName()Returns the value of the 'Name' attribute.StringgetNamespace()Returns the value of the 'Namespace' attribute.voidsetDocumentation(String value)Sets the value of the 'Documentation' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.voidsetNamespace(String value)Sets the value of the 'Namespace' attribute.
 
- 
- 
- 
Method Detail- 
getNamespaceString getNamespace() Returns the value of the 'Namespace' attribute.- Returns:
- the value of the 'Namespace' attribute.
- See Also:
- setNamespace(String),- WsDefinitionsPackage.getService_Namespace()
 
 - 
setNamespacevoid setNamespace(String value) Sets the value of the 'Namespace' attribute.- Parameters:
- value- the new value of the 'Namespace' attribute.
- See Also:
- getNamespace()
 
 - 
getNameString getName() Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
- setName(String),- WsDefinitionsPackage.getService_Name()
 
 - 
setNamevoid setName(String value) Sets the value of the 'Name' attribute.- Parameters:
- value- the new value of the 'Name' attribute.
- See Also:
- getName()
 
 - 
getEndpointsorg.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()
 
 - 
getDocumentationString getDocumentation() Returns the value of the 'Documentation' attribute.- Returns:
- the value of the 'Documentation' attribute.
- See Also:
- setDocumentation(String),- WsDefinitionsPackage.getService_Documentation()
 
 - 
setDocumentationvoid setDocumentation(String value) Sets the value of the 'Documentation' attribute.- Parameters:
- value- the new value of the 'Documentation' attribute.
- See Also:
- getDocumentation()
 
 
- 
 
-