Interface IntegrationServiceChannel
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
IntegrationServiceChannelImpl
A representation of the model object 'Integration Service Channel'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'External Integration Service Channel Name' attribute.Returns the value of the 'Message Direction' attribute.Returns the value of the 'Produced Types' containment reference.Returns the value of the 'Receive Message Processing' attribute.boolean
Returns the value of the 'Transactioned' attribute.void
Sets the value of the 'External Integration Service Channel Name
' attribute.void
Sets the value of the 'Message Direction
' attribute.void
Sets the value of the 'Produced Types
' containment reference.void
Sets the value of the 'Receive Message Processing
' attribute.void
setTransactioned
(boolean value) Sets the value of the 'Transactioned
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getProducedTypes
IntegrationServiceChannelTypes getProducedTypes()Returns the value of the 'Produced Types' containment reference.- Returns:
- the value of the 'Produced Types' containment reference.
- See Also:
-
setProducedTypes
Sets the value of the 'Produced Types
' containment reference.- Parameters:
value
- the new value of the 'Produced Types' containment reference.- See Also:
-
getExternalIntegrationServiceChannelName
String getExternalIntegrationServiceChannelName()Returns the value of the 'External Integration Service Channel Name' attribute.- Returns:
- the value of the 'External Integration Service Channel Name' attribute.
- See Also:
-
setExternalIntegrationServiceChannelName
Sets the value of the 'External Integration Service Channel Name
' attribute.- Parameters:
value
- the new value of the 'External Integration Service Channel Name' attribute.- See Also:
-
getMessageDirection
IntegrationServiceChannelMessageDirection getMessageDirection()Returns the value of the 'Message Direction' attribute. The literals are from the enumerationIntegrationServiceChannelMessageDirection
.- Returns:
- the value of the 'Message Direction' attribute.
- See Also:
-
setMessageDirection
Sets the value of the 'Message Direction
' attribute.- Parameters:
value
- the new value of the 'Message Direction' attribute.- See Also:
-
getReceiveMessageProcessing
String getReceiveMessageProcessing()Returns the value of the 'Receive Message Processing' attribute.- Returns:
- the value of the 'Receive Message Processing' attribute.
- See Also:
-
setReceiveMessageProcessing
Sets the value of the 'Receive Message Processing
' attribute.- Parameters:
value
- the new value of the 'Receive Message Processing' attribute.- See Also:
-
isTransactioned
boolean isTransactioned()Returns the value of the 'Transactioned' attribute.- Returns:
- the value of the 'Transactioned' attribute.
- See Also:
-
setTransactioned
void setTransactioned(boolean value) Sets the value of the 'Transactioned
' attribute.- Parameters:
value
- the new value of the 'Transactioned' attribute.- See Also:
-