org.openhealthexchange.openpixpdq.ihe.audit.jaxb
Interface AuditMessage

All Superinterfaces:
AuditMessageType, javax.xml.bind.Element
All Known Implementing Classes:
AuditMessageImpl

public interface AuditMessage
extends javax.xml.bind.Element, AuditMessageType

Java content class for AuditMessage element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/J:/workspace/connect_refactor_ihe/src/com/misyshealthcare/connect/ihe/audit/AuditMessage.xsd line 4)

 <element name="AuditMessage">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="EventIdentification" type="{}EventIdentificationType"/>
           <element name="ActiveParticipant" maxOccurs="unbounded">
             <complexType>
               <complexContent>
                 <extension base="{}ActiveParticipantType">
                 </extension>
               </complexContent>
             </complexType>
           </element>
           <element name="AuditSourceIdentification" type="{}AuditSourceIdentificationType" maxOccurs="unbounded"/>
           <element name="ParticipantObjectIdentification" type="{}ParticipantObjectIdentificationType" maxOccurs="unbounded" minOccurs="0"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openhealthexchange.openpixpdq.ihe.audit.jaxb.AuditMessageType
AuditMessageType.ActiveParticipantType
 
Method Summary
 
Methods inherited from interface org.openhealthexchange.openpixpdq.ihe.audit.jaxb.AuditMessageType
getActiveParticipant, getAuditSourceIdentification, getEventIdentification, getParticipantObjectIdentification, setEventIdentification