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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetExternalIntegrationServiceChannelName()Returns the value of the 'External Integration Service Channel Name' attribute.IntegrationServiceChannelMessageDirectiongetMessageDirection()Returns the value of the 'Message Direction' attribute.IntegrationServiceChannelTypesgetProducedTypes()Returns the value of the 'Produced Types' containment reference.StringgetReceiveMessageProcessing()Returns the value of the 'Receive Message Processing' attribute.booleanisTransactioned()Returns the value of the 'Transactioned' attribute.voidsetExternalIntegrationServiceChannelName(String value)Sets the value of the 'External Integration Service Channel Name' attribute.voidsetMessageDirection(IntegrationServiceChannelMessageDirection value)Sets the value of the 'Message Direction' attribute.voidsetProducedTypes(IntegrationServiceChannelTypes value)Sets the value of the 'Produced Types' containment reference.voidsetReceiveMessageProcessing(String value)Sets the value of the 'Receive Message Processing' attribute.voidsetTransactioned(boolean value)Sets the value of the 'Transactioned' attribute.- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, 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.MdObjectgetComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
 
- 
 
- 
- 
- 
Method Detail- 
getProducedTypesIntegrationServiceChannelTypes 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()
 
 - 
setProducedTypesvoid 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()
 
 - 
getExternalIntegrationServiceChannelNameString 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()
 
 - 
setExternalIntegrationServiceChannelNamevoid 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()
 
 - 
getMessageDirectionIntegrationServiceChannelMessageDirection 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()
 
 - 
setMessageDirectionvoid 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()
 
 - 
getReceiveMessageProcessingString 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()
 
 - 
setReceiveMessageProcessingvoid 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()
 
 - 
isTransactionedboolean isTransactioned() Returns the value of the 'Transactioned' attribute.- Returns:
- the value of the 'Transactioned' attribute.
- See Also:
- setTransactioned(boolean),- MdClassPackage.getIntegrationServiceChannel_Transactioned()
 
 - 
setTransactionedvoid setTransactioned(boolean value) Sets the value of the 'Transactioned' attribute.- Parameters:
- value- the new value of the 'Transactioned' attribute.
- See Also:
- isTransactioned()
 
 
- 
 
-