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

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

public interface RemoveObjectsRequestType
extends RegistryRequestType

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

The following features are supported:

See Also:
LCMPackage.getRemoveObjectsRequestType()

Method Summary
 AdhocQueryType getAdhocQuery()
          Returns the value of the 'Adhoc Query' containment reference.
 java.lang.String getDeletionScope()
          Returns the value of the 'Deletion Scope' attribute.
 ObjectRefListType getObjectRefList()
          Returns the value of the 'Object Ref List' containment reference.
 boolean isSetDeletionScope()
          Returns whether the value of the 'Deletion Scope' attribute is set.
 void setAdhocQuery(AdhocQueryType value)
          Sets the value of the 'Adhoc Query' containment reference.
 void setDeletionScope(java.lang.String value)
          Sets the value of the 'Deletion Scope' attribute.
 void setObjectRefList(ObjectRefListType value)
          Sets the value of the 'Object Ref List' containment reference.
 void unsetDeletionScope()
          Unsets the value of the 'Deletion Scope' attribute.
 
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.getRemoveObjectsRequestType_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.getRemoveObjectsRequestType_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()

getDeletionScope

java.lang.String getDeletionScope()
Returns the value of the 'Deletion Scope' attribute. The default value is "urn:oasis:names:tc:ebxml-regrep:DeletionScopeType:DeleteAll".

If the meaning of the 'Deletion Scope' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Deletion Scope' attribute.
See Also:
isSetDeletionScope(), unsetDeletionScope(), setDeletionScope(String), LCMPackage.getRemoveObjectsRequestType_DeletionScope()

setDeletionScope

void setDeletionScope(java.lang.String value)
Sets the value of the 'Deletion Scope' attribute.

Parameters:
value - the new value of the 'Deletion Scope' attribute.
See Also:
isSetDeletionScope(), unsetDeletionScope(), getDeletionScope()

unsetDeletionScope

void unsetDeletionScope()
Unsets the value of the 'Deletion Scope' attribute.

See Also:
isSetDeletionScope(), getDeletionScope(), setDeletionScope(String)

isSetDeletionScope

boolean isSetDeletionScope()
Returns whether the value of the 'Deletion Scope' attribute is set.

Returns:
whether the value of the 'Deletion Scope' attribute is set.
See Also:
unsetDeletionScope(), getDeletionScope(), setDeletionScope(String)