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

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

public interface RegistryPackageType
extends RegistryEntryType

A representation of the model object 'Registry Package Type'. RegistryPackage is the mapping of the same named interface in ebRIM. It extends RegistryEntry. A RegistryPackage is a named collection of objects.

The following features are supported:

See Also:
RimPackage.getRegistryPackageType()

Method Summary
 RegistryObjectListType getRegistryObjectList()
          Returns the value of the 'Registry Object List' containment reference.
 void setRegistryObjectList(RegistryObjectListType value)
          Sets the value of the 'Registry Object List' containment reference.
 
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

getRegistryObjectList

RegistryObjectListType getRegistryObjectList()
Returns the value of the 'Registry Object List' containment reference.

If the meaning of the 'Registry Object List' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Registry Object List' containment reference.
See Also:
setRegistryObjectList(RegistryObjectListType), RimPackage.getRegistryPackageType_RegistryObjectList()

setRegistryObjectList

void setRegistryObjectList(RegistryObjectListType value)
Sets the value of the 'Registry Object List' containment reference.

Parameters:
value - the new value of the 'Registry Object List' containment reference.
See Also:
getRegistryObjectList()