Interface Endpoint
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- EndpointImpl
 
 public interface Endpoint extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Endpoint'.The following features are supported: - See Also:
- WsDefinitionsPackage.getEndpoint()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDocumentation()Returns the value of the 'Documentation' attribute.StringgetName()Returns the value of the 'Name' attribute.org.eclipse.emf.common.util.EList<Operation>getOperations()Returns the value of the 'Operations' containment reference list.booleanisSoap()Returns the value of the 'Soap' attribute.voidsetDocumentation(String value)Sets the value of the 'Documentation' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.voidsetSoap(boolean value)Sets the value of the 'Soap' attribute.
 
- 
- 
- 
Method Detail- 
getNameString getName() Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
- setName(String),- WsDefinitionsPackage.getEndpoint_Name()
 
 - 
setNamevoid setName(String value) Sets the value of the 'Name' attribute.- Parameters:
- value- the new value of the 'Name' attribute.
- See Also:
- getName()
 
 - 
getOperationsorg.eclipse.emf.common.util.EList<Operation> getOperations() Returns the value of the 'Operations' containment reference list. The list contents are of typeOperation.- Returns:
- the value of the 'Operations' containment reference list.
- See Also:
- WsDefinitionsPackage.getEndpoint_Operations()
 
 - 
getDocumentationString getDocumentation() Returns the value of the 'Documentation' attribute.- Returns:
- the value of the 'Documentation' attribute.
- See Also:
- setDocumentation(String),- WsDefinitionsPackage.getEndpoint_Documentation()
 
 - 
setDocumentationvoid setDocumentation(String value) Sets the value of the 'Documentation' attribute.- Parameters:
- value- the new value of the 'Documentation' attribute.
- See Also:
- getDocumentation()
 
 - 
isSoapboolean isSoap() Returns the value of the 'Soap' attribute.- Returns:
- the value of the 'Soap' attribute.
- See Also:
- setSoap(boolean),- WsDefinitionsPackage.getEndpoint_Soap()
 
 
- 
 
-