org.eclipse.ohf.ihe.common.ebxml._2._1.rim
Interface ServiceType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, RegistryEntryType, RegistryObjectType
All Known Implementing Classes:
ServiceTypeImpl

public interface ServiceType
extends RegistryEntryType

A representation of the model object 'Service Type'.

The following features are supported:

See Also:
RimPackage.getServiceType()

Method Summary
 org.eclipse.emf.common.util.EList getServiceBinding()
          Returns the value of the 'Service Binding' containment reference list.
 
Methods inherited from interface org.eclipse.ohf.ihe.common.ebxml._2._1.rim.RegistryEntryType
getExpiration, getMajorVersion, getMinorVersion, getStability, getStatus, getUserVersion, isSetMajorVersion, isSetMinorVersion, isSetStability, isSetStatus, setExpiration, setMajorVersion, setMinorVersion, setStability, setStatus, setUserVersion, unsetMajorVersion, unsetMinorVersion, unsetStability, unsetStatus
 
Methods inherited from interface org.eclipse.ohf.ihe.common.ebxml._2._1.rim.RegistryObjectType
getAccessControlPolicy, getClassification, getDescription, getExternalIdentifier, getId, getName, getObjectType, getSlot, setAccessControlPolicy, setDescription, setId, setName, setObjectType
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getServiceBinding

org.eclipse.emf.common.util.EList getServiceBinding()
Returns the value of the 'Service Binding' containment reference list. The list contents are of type ServiceBindingType.

If the meaning of the 'Service Binding' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Service Binding' containment reference list.
See Also:
RimPackage.getServiceType_ServiceBinding()