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

Packages that use RegistryErrorListType
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 RegistryErrorListType in org.eclipse.ohf.ihe.common.ebxml._2._1.rs
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs that return RegistryErrorListType
 RegistryErrorListType RegistryFactory.createRegistryErrorListType()
          Returns a new object of class 'Error List Type'.
 RegistryErrorListType RegistryResponseType.getRegistryErrorList()
          Returns the value of the 'Registry Error List' containment reference.
 RegistryErrorListType DocumentRoot.getRegistryErrorList()
          Returns the value of the 'Registry Error List' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs with parameters of type RegistryErrorListType
 void RegistryResponseType.setRegistryErrorList(RegistryErrorListType value)
          Sets the value of the 'Registry Error List' containment reference.
 void DocumentRoot.setRegistryErrorList(RegistryErrorListType value)
          Sets the value of the 'Registry Error List' containment reference.
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl that return RegistryErrorListType
 RegistryErrorListType RegistryFactoryImpl.createRegistryErrorListType()
           
 RegistryErrorListType RegistryResponseTypeImpl.getRegistryErrorList()
           
 RegistryErrorListType DocumentRootImpl.getRegistryErrorList()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl with parameters of type RegistryErrorListType
 org.eclipse.emf.common.notify.NotificationChain RegistryResponseTypeImpl.basicSetRegistryErrorList(RegistryErrorListType newRegistryErrorList, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetRegistryErrorList(RegistryErrorListType newRegistryErrorList, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void RegistryResponseTypeImpl.setRegistryErrorList(RegistryErrorListType newRegistryErrorList)
           
 void DocumentRootImpl.setRegistryErrorList(RegistryErrorListType newRegistryErrorList)
           
 

Uses of RegistryErrorListType 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 RegistryErrorListType
 java.lang.Object RegistrySwitch.caseRegistryErrorListType(RegistryErrorListType object)
          Returns the result of interpretting the object as an instance of 'Error List Type'.