org.eclipse.ohf.ihe.common.ebxml._2._1.query
Interface ServiceQueryType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, RegistryEntryQueryType, RegistryObjectQueryType
All Known Implementing Classes:
ServiceQueryTypeImpl

public interface ServiceQueryType
extends RegistryEntryQueryType

A representation of the model object 'Service Query Type'.

The following features are supported:

See Also:
QueryPackage.getServiceQueryType()

Method Summary
 org.eclipse.emf.common.util.EList getServiceBindingBranch()
          Returns the value of the 'Service Binding Branch' containment reference list.
 FilterType getServiceFilter()
          Returns the value of the 'Service Filter' containment reference.
 void setServiceFilter(FilterType value)
          Sets the value of the 'Service Filter' containment reference.
 
Methods inherited from interface org.eclipse.ohf.ihe.common.ebxml._2._1.query.RegistryEntryQueryType
getRegistryEntryFilter, setRegistryEntryFilter
 
Methods inherited from interface org.eclipse.ohf.ihe.common.ebxml._2._1.query.RegistryObjectQueryType
getAuditableEventQuery, getClassifiedByBranch, getDescriptionBranch, getExternalIdentifierFilter, getNameBranch, getRegistryObjectFilter, getSlotBranch, getSourceAssociationBranch, getTargetAssociationBranch, setDescriptionBranch, setNameBranch, setRegistryObjectFilter
 
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

getServiceFilter

FilterType getServiceFilter()
Returns the value of the 'Service Filter' containment reference.

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

Returns:
the value of the 'Service Filter' containment reference.
See Also:
setServiceFilter(FilterType), QueryPackage.getServiceQueryType_ServiceFilter()

setServiceFilter

void setServiceFilter(FilterType value)
Sets the value of the 'Service Filter' containment reference.

Parameters:
value - the new value of the 'Service Filter' containment reference.
See Also:
getServiceFilter()

getServiceBindingBranch

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

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

Returns:
the value of the 'Service Binding Branch' containment reference list.
See Also:
QueryPackage.getServiceQueryType_ServiceBindingBranch()