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

Packages that use ExternalIdentifierType
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   
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim that return ExternalIdentifierType
 ExternalIdentifierType RimFactory.createExternalIdentifierType()
          Returns a new object of class 'External Identifier Type'.
 ExternalIdentifierType DocumentRoot.getExternalIdentifier()
          Returns the value of the 'External Identifier' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim with parameters of type ExternalIdentifierType
 void DocumentRoot.setExternalIdentifier(ExternalIdentifierType value)
          Sets the value of the 'External Identifier' containment reference.
 

Uses of ExternalIdentifierType 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 ExternalIdentifierType
 class ExternalIdentifierTypeImpl
          An implementation of the model object 'External Identifier Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl that return ExternalIdentifierType
 ExternalIdentifierType RimFactoryImpl.createExternalIdentifierType()
           
 ExternalIdentifierType DocumentRootImpl.getExternalIdentifier()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl with parameters of type ExternalIdentifierType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetExternalIdentifier(ExternalIdentifierType newExternalIdentifier, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setExternalIdentifier(ExternalIdentifierType newExternalIdentifier)
           
 

Uses of ExternalIdentifierType 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 ExternalIdentifierType
 java.lang.Object RimSwitch.caseExternalIdentifierType(ExternalIdentifierType object)
          Returns the result of interpretting the object as an instance of 'External Identifier Type'.
 boolean RimValidator.validateExternalIdentifierType(ExternalIdentifierType externalIdentifierType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)