org.eclipse.ohf.ihe.common.ebxml._3._0.lcm
Interface SubmitObjectsRequestType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, RegistryRequestType
All Known Implementing Classes:
SubmitObjectsRequestTypeImpl

public interface SubmitObjectsRequestType
extends RegistryRequestType

A representation of the model object 'Submit Objects Request Type'.

The following features are supported:

See Also:
LCMPackage.getSubmitObjectsRequestType()

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._3._0.rs.RegistryRequestType
getComment, getId, getRequestSlotList, setComment, setId, setRequestSlotList
 
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), LCMPackage.getSubmitObjectsRequestType_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()