Interface WSDefinitions
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- WSDefinitionsImpl
 
 public interface WSDefinitions extends org.eclipse.emf.ecore.EObjectA representation of the model object 'WS Definitions'.The following features are supported: - See Also:
- WsDefinitionsPackage.getWSDefinitions()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDocumentation()Returns the value of the 'Documentation' attribute.InnerModelgetModel()Returns the value of the 'Model' containment reference.org.eclipse.emf.common.util.EList<Service>getServices()Returns the value of the 'Services' containment reference list.voidsetDocumentation(String value)Sets the value of the 'Documentation' attribute.voidsetModel(InnerModel value)Sets the value of the 'Model' containment reference.
 
- 
- 
- 
Method Detail- 
getModelInnerModel getModel() Returns the value of the 'Model' containment reference.- Returns:
- the value of the 'Model' containment reference.
- See Also:
- setModel(InnerModel),- WsDefinitionsPackage.getWSDefinitions_Model()
 
 - 
setModelvoid setModel(InnerModel value) Sets the value of the 'Model' containment reference.- Parameters:
- value- the new value of the 'Model' containment reference.
- See Also:
- getModel()
 
 - 
getServicesorg.eclipse.emf.common.util.EList<Service> getServices() Returns the value of the 'Services' containment reference list. The list contents are of typeService.- Returns:
- the value of the 'Services' containment reference list.
- See Also:
- WsDefinitionsPackage.getWSDefinitions_Services()
 
 - 
getDocumentationString getDocumentation() Returns the value of the 'Documentation' attribute.- Returns:
- the value of the 'Documentation' attribute.
- See Also:
- setDocumentation(String),- WsDefinitionsPackage.getWSDefinitions_Documentation()
 
 - 
setDocumentationvoid setDocumentation(String value) Sets the value of the 'Documentation' attribute.- Parameters:
- value- the new value of the 'Documentation' attribute.
- See Also:
- getDocumentation()
 
 
- 
 
-