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

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

public interface ApproveObjectsRequestType
extends RegistryRequestType

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

The following features are supported:

See Also:
LCMPackage.getApproveObjectsRequestType()

Method Summary
 AdhocQueryType getAdhocQuery()
          Returns the value of the 'Adhoc Query' containment reference.
 ObjectRefListType getObjectRefList()
          Returns the value of the 'Object Ref List' containment reference.
 void setAdhocQuery(AdhocQueryType value)
          Sets the value of the 'Adhoc Query' containment reference.
 void setObjectRefList(ObjectRefListType value)
          Sets the value of the 'Object Ref 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

getAdhocQuery

AdhocQueryType getAdhocQuery()
Returns the value of the 'Adhoc Query' containment reference.

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

Returns:
the value of the 'Adhoc Query' containment reference.
See Also:
setAdhocQuery(AdhocQueryType), LCMPackage.getApproveObjectsRequestType_AdhocQuery()

setAdhocQuery

void setAdhocQuery(AdhocQueryType value)
Sets the value of the 'Adhoc Query' containment reference.

Parameters:
value - the new value of the 'Adhoc Query' containment reference.
See Also:
getAdhocQuery()

getObjectRefList

ObjectRefListType getObjectRefList()
Returns the value of the 'Object Ref List' containment reference.

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

Returns:
the value of the 'Object Ref List' containment reference.
See Also:
setObjectRefList(ObjectRefListType), LCMPackage.getApproveObjectsRequestType_ObjectRefList()

setObjectRefList

void setObjectRefList(ObjectRefListType value)
Sets the value of the 'Object Ref List' containment reference.

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