Interface IntegrationServiceChannel
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
IntegrationServiceChannelImpl
public interface IntegrationServiceChannel extends MdObject
A representation of the model object 'Integration Service Channel'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getExternalIntegrationServiceChannelName()
Returns the value of the 'External Integration Service Channel Name' attribute.IntegrationServiceChannelMessageDirection
getMessageDirection()
Returns the value of the 'Message Direction' attribute.IntegrationServiceChannelTypes
getProducedTypes()
Returns the value of the 'Produced Types' containment reference.String
getReceiveMessageProcessing()
Returns the value of the 'Receive Message Processing' attribute.boolean
isTransactioned()
Returns the value of the 'Transactioned' attribute.void
setExternalIntegrationServiceChannelName(String value)
Sets the value of the 'External Integration Service Channel Name
' attribute.void
setMessageDirection(IntegrationServiceChannelMessageDirection value)
Sets the value of the 'Message Direction
' attribute.void
setProducedTypes(IntegrationServiceChannelTypes value)
Sets the value of the 'Produced Types
' containment reference.void
setReceiveMessageProcessing(String value)
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
-
-
-
-
Method Detail
-
getProducedTypes
IntegrationServiceChannelTypes getProducedTypes()
Returns the value of the 'Produced Types' containment reference.- Returns:
- the value of the 'Produced Types' containment reference.
- See Also:
setProducedTypes(IntegrationServiceChannelTypes)
,MdClassPackage.getIntegrationServiceChannel_ProducedTypes()
-
setProducedTypes
void setProducedTypes(IntegrationServiceChannelTypes value)
Sets the value of the 'Produced Types
' containment reference.- Parameters:
value
- the new value of the 'Produced Types' containment reference.- See Also:
getProducedTypes()
-
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(String)
,MdClassPackage.getIntegrationServiceChannel_ExternalIntegrationServiceChannelName()
-
setExternalIntegrationServiceChannelName
void setExternalIntegrationServiceChannelName(String value)
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:
getExternalIntegrationServiceChannelName()
-
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:
IntegrationServiceChannelMessageDirection
,setMessageDirection(IntegrationServiceChannelMessageDirection)
,MdClassPackage.getIntegrationServiceChannel_MessageDirection()
-
setMessageDirection
void setMessageDirection(IntegrationServiceChannelMessageDirection value)
Sets the value of the 'Message Direction
' attribute.- Parameters:
value
- the new value of the 'Message Direction' attribute.- See Also:
IntegrationServiceChannelMessageDirection
,getMessageDirection()
-
getReceiveMessageProcessing
String getReceiveMessageProcessing()
Returns the value of the 'Receive Message Processing' attribute.- Returns:
- the value of the 'Receive Message Processing' attribute.
- See Also:
setReceiveMessageProcessing(String)
,MdClassPackage.getIntegrationServiceChannel_ReceiveMessageProcessing()
-
setReceiveMessageProcessing
void setReceiveMessageProcessing(String value)
Sets the value of the 'Receive Message Processing
' attribute.- Parameters:
value
- the new value of the 'Receive Message Processing' attribute.- See Also:
getReceiveMessageProcessing()
-
isTransactioned
boolean isTransactioned()
Returns the value of the 'Transactioned' attribute.- Returns:
- the value of the 'Transactioned' attribute.
- See Also:
setTransactioned(boolean)
,MdClassPackage.getIntegrationServiceChannel_Transactioned()
-
setTransactioned
void setTransactioned(boolean value)
Sets the value of the 'Transactioned
' attribute.- Parameters:
value
- the new value of the 'Transactioned' attribute.- See Also:
isTransactioned()
-
-