org.xml.xml.schema._7f0d86bd.healthcare_security_audit
Class AuditMessage

java.lang.Object
  extended by org.xml.xml.schema._7f0d86bd.healthcare_security_audit.AuditMessage

public class AuditMessage
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

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


Nested Class Summary
static class AuditMessage.ActiveParticipant
          Java class for anonymous complex type.
 
Field Summary
protected  List<AuditMessage.ActiveParticipant> activeParticipant
           
protected  List<AuditSourceIdentificationType> auditSourceIdentification
           
protected  EventIdentificationType eventIdentification
           
protected  List<ParticipantObjectIdentificationType> participantObjectIdentification
           
 
Constructor Summary
AuditMessage()
           
 
Method Summary
 List<AuditMessage.ActiveParticipant> getActiveParticipant()
          Gets the value of the activeParticipant property.
 List<AuditSourceIdentificationType> getAuditSourceIdentification()
          Gets the value of the auditSourceIdentification property.
 EventIdentificationType getEventIdentification()
          Gets the value of the eventIdentification property.
 List<ParticipantObjectIdentificationType> getParticipantObjectIdentification()
          Gets the value of the participantObjectIdentification property.
 void setEventIdentification(EventIdentificationType value)
          Sets the value of the eventIdentification property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventIdentification

protected EventIdentificationType eventIdentification

activeParticipant

protected List<AuditMessage.ActiveParticipant> activeParticipant

auditSourceIdentification

protected List<AuditSourceIdentificationType> auditSourceIdentification

participantObjectIdentification

protected List<ParticipantObjectIdentificationType> participantObjectIdentification
Constructor Detail

AuditMessage

public AuditMessage()
Method Detail

getEventIdentification

public EventIdentificationType getEventIdentification()
Gets the value of the eventIdentification property.

Returns:
possible object is EventIdentificationType

setEventIdentification

public void setEventIdentification(EventIdentificationType value)
Sets the value of the eventIdentification property.

Parameters:
value - allowed object is EventIdentificationType

getActiveParticipant

public List<AuditMessage.ActiveParticipant> getActiveParticipant()
Gets the value of the activeParticipant property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the activeParticipant property.

For example, to add a new item, do as follows:

    getActiveParticipant().add(newItem);
 

Objects of the following type(s) are allowed in the list AuditMessage.ActiveParticipant


getAuditSourceIdentification

public List<AuditSourceIdentificationType> getAuditSourceIdentification()
Gets the value of the auditSourceIdentification property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the auditSourceIdentification property.

For example, to add a new item, do as follows:

    getAuditSourceIdentification().add(newItem);
 

Objects of the following type(s) are allowed in the list AuditSourceIdentificationType


getParticipantObjectIdentification

public List<ParticipantObjectIdentificationType> getParticipantObjectIdentification()
Gets the value of the participantObjectIdentification property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the participantObjectIdentification property.

For example, to add a new item, do as follows:

    getParticipantObjectIdentification().add(newItem);
 

Objects of the following type(s) are allowed in the list ParticipantObjectIdentificationType



Copyright © 2010-2011 HNIN Direct. All Rights Reserved.