Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._3._0.rim.SlotListType

Packages that use SlotListType
org.eclipse.ohf.ihe.common.ebxml._3._0.rim   
org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl   
org.eclipse.ohf.ihe.common.ebxml._3._0.rim.util   
org.eclipse.ohf.ihe.common.ebxml._3._0.rs   
org.eclipse.ohf.ihe.common.ebxml._3._0.rs.impl   
 

Uses of SlotListType in org.eclipse.ohf.ihe.common.ebxml._3._0.rim
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim that return SlotListType
 SlotListType RimFactory.createSlotListType()
          Returns a new object of class 'Slot List Type'.
 SlotListType DocumentRoot.getSlotList()
          Returns the value of the 'Slot List' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim with parameters of type SlotListType
 void DocumentRoot.setSlotList(SlotListType value)
          Sets the value of the 'Slot List' containment reference.
 

Uses of SlotListType in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl that implement SlotListType
 class SlotListTypeImpl
          An implementation of the model object 'Slot List Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl that return SlotListType
 SlotListType RimFactoryImpl.createSlotListType()
           
 SlotListType DocumentRootImpl.getSlotList()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl with parameters of type SlotListType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetSlotList(SlotListType newSlotList, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setSlotList(SlotListType newSlotList)
           
 

Uses of SlotListType in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.util with parameters of type SlotListType
 java.lang.Object RimSwitch.caseSlotListType(SlotListType object)
          Returns the result of interpretting the object as an instance of 'Slot List Type'.
 boolean RimValidator.validateSlotListType(SlotListType slotListType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of SlotListType in org.eclipse.ohf.ihe.common.ebxml._3._0.rs
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rs that return SlotListType
 SlotListType RegistryRequestType.getRequestSlotList()
          Returns the value of the 'Request Slot List' containment reference.
 SlotListType RegistryResponseType.getResponseSlotList()
          Returns the value of the 'Response Slot List' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rs with parameters of type SlotListType
 void RegistryRequestType.setRequestSlotList(SlotListType value)
          Sets the value of the 'Request Slot List' containment reference.
 void RegistryResponseType.setResponseSlotList(SlotListType value)
          Sets the value of the 'Response Slot List' containment reference.
 

Uses of SlotListType in org.eclipse.ohf.ihe.common.ebxml._3._0.rs.impl
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rs.impl that return SlotListType
 SlotListType RegistryRequestTypeImpl.getRequestSlotList()
           
 SlotListType RegistryResponseTypeImpl.getResponseSlotList()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rs.impl with parameters of type SlotListType
 org.eclipse.emf.common.notify.NotificationChain RegistryRequestTypeImpl.basicSetRequestSlotList(SlotListType newRequestSlotList, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain RegistryResponseTypeImpl.basicSetResponseSlotList(SlotListType newResponseSlotList, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void RegistryRequestTypeImpl.setRequestSlotList(SlotListType newRequestSlotList)
           
 void RegistryResponseTypeImpl.setResponseSlotList(SlotListType newResponseSlotList)