Uses of Interface
org.eclipse.ohf.ihe.common.hl7v2.XON

Packages that use XON
org.eclipse.ohf.ihe.common.hl7v2   
org.eclipse.ohf.ihe.common.hl7v2.format   
org.eclipse.ohf.ihe.common.hl7v2.impl   
org.eclipse.ohf.ihe.common.hl7v2.util   
 

Uses of XON in org.eclipse.ohf.ihe.common.hl7v2
 

Methods in org.eclipse.ohf.ihe.common.hl7v2 that return XON
 XON Hl7v2Factory.createXON()
          Returns a new object of class 'XON'.
 XON DocumentRoot.getXon()
          Returns the value of the 'Xon' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.hl7v2 with parameters of type XON
 void DocumentRoot.setXon(XON value)
          Sets the value of the 'Xon' containment reference.
 

Uses of XON in org.eclipse.ohf.ihe.common.hl7v2.format
 

Methods in org.eclipse.ohf.ihe.common.hl7v2.format that return XON
static XON HL7V2MessageFormat.buildXONFromMessageString(java.lang.String msg, char componentSeparator, char subComponentSeparator)
          Constructs a model instance of the XON type from the delimited message string
 

Methods in org.eclipse.ohf.ihe.common.hl7v2.format with parameters of type XON
static java.lang.String HL7V2MessageFormat.toMessageString(XON xon, char componentSeparator, char subComponentSeparator)
          Converts a model instance of the XON type to a HL7v2.5 standard delimited string.
 

Uses of XON in org.eclipse.ohf.ihe.common.hl7v2.impl
 

Classes in org.eclipse.ohf.ihe.common.hl7v2.impl that implement XON
 class XONImpl
          An implementation of the model object 'XON'.
 

Methods in org.eclipse.ohf.ihe.common.hl7v2.impl that return XON
 XON Hl7v2FactoryImpl.createXON()
           
 XON DocumentRootImpl.getXon()
           
 

Methods in org.eclipse.ohf.ihe.common.hl7v2.impl with parameters of type XON
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetXon(XON newXon, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setXon(XON newXon)
           
 

Uses of XON in org.eclipse.ohf.ihe.common.hl7v2.util
 

Methods in org.eclipse.ohf.ihe.common.hl7v2.util with parameters of type XON
 java.lang.Object Hl7v2Switch.caseXON(XON object)
          Returns the result of interpretting the object as an instance of 'XON'.
 boolean Hl7v2Validator.validateXON(XON xon, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)