Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._2._1.rs.RemoveSlotsRequestType

Packages that use RemoveSlotsRequestType
org.eclipse.ohf.ihe.common.ebxml._2._1.rs   
org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl   
org.eclipse.ohf.ihe.common.ebxml._2._1.rs.util   
 

Uses of RemoveSlotsRequestType in org.eclipse.ohf.ihe.common.ebxml._2._1.rs
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs that return RemoveSlotsRequestType
 RemoveSlotsRequestType RegistryFactory.createRemoveSlotsRequestType()
          Returns a new object of class 'Remove Slots Request Type'.
 RemoveSlotsRequestType RootElementType.getRemoveSlotsRequest()
          Returns the value of the 'Remove Slots Request' containment reference.
 RemoveSlotsRequestType DocumentRoot.getRemoveSlotsRequest()
          Returns the value of the 'Remove Slots Request' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs with parameters of type RemoveSlotsRequestType
 void RootElementType.setRemoveSlotsRequest(RemoveSlotsRequestType value)
          Sets the value of the 'Remove Slots Request' containment reference.
 void DocumentRoot.setRemoveSlotsRequest(RemoveSlotsRequestType value)
          Sets the value of the 'Remove Slots Request' containment reference.
 

Uses of RemoveSlotsRequestType in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl that implement RemoveSlotsRequestType
 class RemoveSlotsRequestTypeImpl
          An implementation of the model object 'Remove Slots Request Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl that return RemoveSlotsRequestType
 RemoveSlotsRequestType RegistryFactoryImpl.createRemoveSlotsRequestType()
           
 RemoveSlotsRequestType RootElementTypeImpl.getRemoveSlotsRequest()
           
 RemoveSlotsRequestType DocumentRootImpl.getRemoveSlotsRequest()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl with parameters of type RemoveSlotsRequestType
 org.eclipse.emf.common.notify.NotificationChain RootElementTypeImpl.basicSetRemoveSlotsRequest(RemoveSlotsRequestType newRemoveSlotsRequest, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetRemoveSlotsRequest(RemoveSlotsRequestType newRemoveSlotsRequest, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void RootElementTypeImpl.setRemoveSlotsRequest(RemoveSlotsRequestType newRemoveSlotsRequest)
           
 void DocumentRootImpl.setRemoveSlotsRequest(RemoveSlotsRequestType newRemoveSlotsRequest)
           
 

Uses of RemoveSlotsRequestType in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.util with parameters of type RemoveSlotsRequestType
 java.lang.Object RegistrySwitch.caseRemoveSlotsRequestType(RemoveSlotsRequestType object)
          Returns the result of interpretting the object as an instance of 'Remove Slots Request Type'.