Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._3._0.rs.RegistryErrorType

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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rs that return RegistryErrorType
 RegistryErrorType RegistryFactory.createRegistryErrorType()
          Returns a new object of class 'Error Type'.
 RegistryErrorType DocumentRoot.getRegistryError()
          Returns the value of the 'Registry Error' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rs with parameters of type RegistryErrorType
 void DocumentRoot.setRegistryError(RegistryErrorType value)
          Sets the value of the 'Registry Error' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.ebxml._3._0.rs.impl that implement RegistryErrorType
 class RegistryErrorTypeImpl
          An implementation of the model object 'Error Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rs.impl that return RegistryErrorType
 RegistryErrorType RegistryFactoryImpl.createRegistryErrorType()
           
 RegistryErrorType DocumentRootImpl.getRegistryError()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rs.impl with parameters of type RegistryErrorType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetRegistryError(RegistryErrorType newRegistryError, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setRegistryError(RegistryErrorType newRegistryError)
           
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rs.util with parameters of type RegistryErrorType
 java.lang.Object RegistrySwitch.caseRegistryErrorType(RegistryErrorType object)
          Returns the result of interpretting the object as an instance of 'Error Type'.