au.net.electronichealth.ns.pcehr.xsd.interfaces.getauditview._1
Class GetAuditViewResponse.AuditView.EventTrail.AuditEvent

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.getauditview._1.GetAuditViewResponse.AuditView.EventTrail.AuditEvent
Enclosing class:
GetAuditViewResponse.AuditView.EventTrail

public static class GetAuditViewResponse.AuditView.EventTrail.AuditEvent
extends java.lang.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="auditEventID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="participantDetails" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}participantDetailsType" minOccurs="0"/>
         <element name="accessedEntity" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}accessedEntityType" minOccurs="0"/>
         <element name="participantAction" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}participantActionType" minOccurs="0"/>
         <element name="accessConditions" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}accessConditionsType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  AccessConditionsType accessConditions
           
protected  AccessedEntityType accessedEntity
           
protected  java.lang.String auditEventID
           
protected  ParticipantActionType participantAction
           
protected  ParticipantDetailsType participantDetails
           
 
Constructor Summary
GetAuditViewResponse.AuditView.EventTrail.AuditEvent()
           
 
Method Summary
 AccessConditionsType getAccessConditions()
          Gets the value of the accessConditions property.
 AccessedEntityType getAccessedEntity()
          Gets the value of the accessedEntity property.
 java.lang.String getAuditEventID()
          Gets the value of the auditEventID property.
 ParticipantActionType getParticipantAction()
          Gets the value of the participantAction property.
 ParticipantDetailsType getParticipantDetails()
          Gets the value of the participantDetails property.
 void setAccessConditions(AccessConditionsType value)
          Sets the value of the accessConditions property.
 void setAccessedEntity(AccessedEntityType value)
          Sets the value of the accessedEntity property.
 void setAuditEventID(java.lang.String value)
          Sets the value of the auditEventID property.
 void setParticipantAction(ParticipantActionType value)
          Sets the value of the participantAction property.
 void setParticipantDetails(ParticipantDetailsType value)
          Sets the value of the participantDetails property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

auditEventID

protected java.lang.String auditEventID

participantDetails

protected ParticipantDetailsType participantDetails

accessedEntity

protected AccessedEntityType accessedEntity

participantAction

protected ParticipantActionType participantAction

accessConditions

protected AccessConditionsType accessConditions
Constructor Detail

GetAuditViewResponse.AuditView.EventTrail.AuditEvent

public GetAuditViewResponse.AuditView.EventTrail.AuditEvent()
Method Detail

getAuditEventID

public java.lang.String getAuditEventID()
Gets the value of the auditEventID property.

Returns:
possible object is String

setAuditEventID

public void setAuditEventID(java.lang.String value)
Sets the value of the auditEventID property.

Parameters:
value - allowed object is String

getParticipantDetails

public ParticipantDetailsType getParticipantDetails()
Gets the value of the participantDetails property.

Returns:
possible object is ParticipantDetailsType

setParticipantDetails

public void setParticipantDetails(ParticipantDetailsType value)
Sets the value of the participantDetails property.

Parameters:
value - allowed object is ParticipantDetailsType

getAccessedEntity

public AccessedEntityType getAccessedEntity()
Gets the value of the accessedEntity property.

Returns:
possible object is AccessedEntityType

setAccessedEntity

public void setAccessedEntity(AccessedEntityType value)
Sets the value of the accessedEntity property.

Parameters:
value - allowed object is AccessedEntityType

getParticipantAction

public ParticipantActionType getParticipantAction()
Gets the value of the participantAction property.

Returns:
possible object is ParticipantActionType

setParticipantAction

public void setParticipantAction(ParticipantActionType value)
Sets the value of the participantAction property.

Parameters:
value - allowed object is ParticipantActionType

getAccessConditions

public AccessConditionsType getAccessConditions()
Gets the value of the accessConditions property.

Returns:
possible object is AccessConditionsType

setAccessConditions

public void setAccessConditions(AccessConditionsType value)
Sets the value of the accessConditions property.

Parameters:
value - allowed object is AccessConditionsType