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

Packages that use AssociationType1
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.xds.metadata.extract   
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim that return AssociationType1
 AssociationType1 RimFactory.createAssociationType1()
          Returns a new object of class 'Association Type1'.
 AssociationType1 DocumentRoot.getAssociation()
          Returns the value of the 'Association' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim with parameters of type AssociationType1
 void DocumentRoot.setAssociation(AssociationType1 value)
          Sets the value of the 'Association' containment reference.
 

Uses of AssociationType1 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 AssociationType1
 class AssociationType1Impl
          An implementation of the model object 'Association Type1'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl that return AssociationType1
 AssociationType1 RimFactoryImpl.createAssociationType1()
           
 AssociationType1 DocumentRootImpl.getAssociation()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl with parameters of type AssociationType1
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetAssociation(AssociationType1 newAssociation, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setAssociation(AssociationType1 newAssociation)
           
 

Uses of AssociationType1 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 AssociationType1
 java.lang.Object RimSwitch.caseAssociationType1(AssociationType1 object)
          Returns the result of interpretting the object as an instance of 'Association Type1'.
 boolean RimValidator.validateAssociationType1(AssociationType1 associationType1, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of AssociationType1 in org.eclipse.ohf.ihe.xds.metadata.extract
 

Constructors in org.eclipse.ohf.ihe.xds.metadata.extract with parameters of type AssociationType1
EbXML_3_0DocumentEntryExtractor(ExtrinsicObjectType docData, AssociationType1 parentData)
          Loads the ebXML structures containing Document Entry metadata.