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 Summary
All 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
-
getModel
InnerModel getModel()
Returns the value of the 'Model' containment reference.- Returns:
- the value of the 'Model' containment reference.
- See Also:
setModel(InnerModel),WsDefinitionsPackage.getWSDefinitions_Model()
-
setModel
void setModel(InnerModel value)
Sets the value of the 'Model' containment reference.- Parameters:
value- the new value of the 'Model' containment reference.- See Also:
getModel()
-
getServices
org.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()
-
getDocumentation
String getDocumentation()
Returns the value of the 'Documentation' attribute.- Returns:
- the value of the 'Documentation' attribute.
- See Also:
setDocumentation(String),WsDefinitionsPackage.getWSDefinitions_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()
-
-