Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.ExtrinsicObjectType

Packages that use ExtrinsicObjectType
org.eclipse.ohf.ihe.common.ebxml._2._1.rim   
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl   
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util   
org.eclipse.ohf.ihe.xds.metadata.extract   
org.eclipse.ohf.ihe.xds.metadata.transform   
org.eclipse.ohf.ihe.xds.source   
 

Uses of ExtrinsicObjectType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim that return ExtrinsicObjectType
 ExtrinsicObjectType RimFactory.createExtrinsicObjectType()
          Returns a new object of class 'Extrinsic Object Type'.
 ExtrinsicObjectType DocumentRoot.getExtrinsicObject()
          Returns the value of the 'Extrinsic Object' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim with parameters of type ExtrinsicObjectType
 void DocumentRoot.setExtrinsicObject(ExtrinsicObjectType value)
          Sets the value of the 'Extrinsic Object' containment reference.
 

Uses of ExtrinsicObjectType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that implement ExtrinsicObjectType
 class ExtrinsicObjectTypeImpl
          An implementation of the model object 'Extrinsic Object Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that return ExtrinsicObjectType
 ExtrinsicObjectType RimFactoryImpl.createExtrinsicObjectType()
           
 ExtrinsicObjectType DocumentRootImpl.getExtrinsicObject()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl with parameters of type ExtrinsicObjectType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetExtrinsicObject(ExtrinsicObjectType newExtrinsicObject, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setExtrinsicObject(ExtrinsicObjectType newExtrinsicObject)
           
 

Uses of ExtrinsicObjectType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util with parameters of type ExtrinsicObjectType
 java.lang.Object RimSwitch.caseExtrinsicObjectType(ExtrinsicObjectType object)
          Returns the result of interpretting the object as an instance of 'Extrinsic Object Type'.
 boolean RimValidator.validateExtrinsicObjectType(ExtrinsicObjectType extrinsicObjectType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

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

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

Uses of ExtrinsicObjectType in org.eclipse.ohf.ihe.xds.metadata.transform
 

Methods in org.eclipse.ohf.ihe.xds.metadata.transform that return ExtrinsicObjectType
 ExtrinsicObjectType EbXML_2_1DocumentEntryTransformer.getExtrinsicObject()
          Returns the ExtrinsicObjectType containing the document entry metadata values.
 

Uses of ExtrinsicObjectType in org.eclipse.ohf.ihe.xds.source
 

Methods in org.eclipse.ohf.ihe.xds.source with parameters of type ExtrinsicObjectType
 java.lang.String SubmitTransactionData.loadDocumentWithEbXMLMetadata(Document document, ExtrinsicObjectType docData, AssociationType1 parentData)
          Loads the DocumentEntry metadata from the ebXML objects specified, INCLUDING the entryUUID of the document entry, if present.