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

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

public static class GetAuditViewResponse.AuditView.EventTrail
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="businessEvent" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="eventTimeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="auditEvent" minOccurs="0">
           <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>
         </element>
         <element name="logEvent" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="messageLogLevel">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         <enumeration value="WARN"/>
                         <enumeration value="ERROR"/>
                         <enumeration value="DEBUG"/>
                         <enumeration value="AUDIT"/>
                         <enumeration value="FATAL"/>
                         <enumeration value="INFO"/>
                       </restriction>
                     </simpleType>
                   </element>
                   <element name="statusDetails" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}responseStatusType"/>
                   <element name="errorDetails" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}responseStatusType" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class GetAuditViewResponse.AuditView.EventTrail.AuditEvent
          Java class for anonymous complex type.
static class GetAuditViewResponse.AuditView.EventTrail.LogEvent
          Java class for anonymous complex type.
 
Field Summary
protected  GetAuditViewResponse.AuditView.EventTrail.AuditEvent auditEvent
           
protected  java.lang.String businessEvent
           
protected  javax.xml.datatype.XMLGregorianCalendar eventTimeStamp
           
protected  GetAuditViewResponse.AuditView.EventTrail.LogEvent logEvent
           
 
Constructor Summary
GetAuditViewResponse.AuditView.EventTrail()
           
 
Method Summary
 GetAuditViewResponse.AuditView.EventTrail.AuditEvent getAuditEvent()
          Gets the value of the auditEvent property.
 java.lang.String getBusinessEvent()
          Gets the value of the businessEvent property.
 javax.xml.datatype.XMLGregorianCalendar getEventTimeStamp()
          Gets the value of the eventTimeStamp property.
 GetAuditViewResponse.AuditView.EventTrail.LogEvent getLogEvent()
          Gets the value of the logEvent property.
 void setAuditEvent(GetAuditViewResponse.AuditView.EventTrail.AuditEvent value)
          Sets the value of the auditEvent property.
 void setBusinessEvent(java.lang.String value)
          Sets the value of the businessEvent property.
 void setEventTimeStamp(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the eventTimeStamp property.
 void setLogEvent(GetAuditViewResponse.AuditView.EventTrail.LogEvent value)
          Sets the value of the logEvent property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

businessEvent

protected java.lang.String businessEvent

eventTimeStamp

protected javax.xml.datatype.XMLGregorianCalendar eventTimeStamp

auditEvent

protected GetAuditViewResponse.AuditView.EventTrail.AuditEvent auditEvent

logEvent

protected GetAuditViewResponse.AuditView.EventTrail.LogEvent logEvent
Constructor Detail

GetAuditViewResponse.AuditView.EventTrail

public GetAuditViewResponse.AuditView.EventTrail()
Method Detail

getBusinessEvent

public java.lang.String getBusinessEvent()
Gets the value of the businessEvent property.

Returns:
possible object is String

setBusinessEvent

public void setBusinessEvent(java.lang.String value)
Sets the value of the businessEvent property.

Parameters:
value - allowed object is String

getEventTimeStamp

public javax.xml.datatype.XMLGregorianCalendar getEventTimeStamp()
Gets the value of the eventTimeStamp property.

Returns:
possible object is XMLGregorianCalendar

setEventTimeStamp

public void setEventTimeStamp(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the eventTimeStamp property.

Parameters:
value - allowed object is XMLGregorianCalendar

getAuditEvent

public GetAuditViewResponse.AuditView.EventTrail.AuditEvent getAuditEvent()
Gets the value of the auditEvent property.

Returns:
possible object is GetAuditViewResponse.AuditView.EventTrail.AuditEvent

setAuditEvent

public void setAuditEvent(GetAuditViewResponse.AuditView.EventTrail.AuditEvent value)
Sets the value of the auditEvent property.

Parameters:
value - allowed object is GetAuditViewResponse.AuditView.EventTrail.AuditEvent

getLogEvent

public GetAuditViewResponse.AuditView.EventTrail.LogEvent getLogEvent()
Gets the value of the logEvent property.

Returns:
possible object is GetAuditViewResponse.AuditView.EventTrail.LogEvent

setLogEvent

public void setLogEvent(GetAuditViewResponse.AuditView.EventTrail.LogEvent value)
Sets the value of the logEvent property.

Parameters:
value - allowed object is GetAuditViewResponse.AuditView.EventTrail.LogEvent