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

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

public static class GetAuditViewResponse.AuditView
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="eventTrail" maxOccurs="unbounded">
           <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>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class GetAuditViewResponse.AuditView.EventTrail
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<GetAuditViewResponse.AuditView.EventTrail> eventTrails
           
 
Constructor Summary
GetAuditViewResponse.AuditView()
           
 
Method Summary
 java.util.List<GetAuditViewResponse.AuditView.EventTrail> getEventTrails()
          Gets the value of the eventTrails property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventTrails

protected java.util.List<GetAuditViewResponse.AuditView.EventTrail> eventTrails
Constructor Detail

GetAuditViewResponse.AuditView

public GetAuditViewResponse.AuditView()
Method Detail

getEventTrails

public java.util.List<GetAuditViewResponse.AuditView.EventTrail> getEventTrails()
Gets the value of the eventTrails 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 eventTrails property.

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

    getEventTrails().add(newItem);
 

Objects of the following type(s) are allowed in the list GetAuditViewResponse.AuditView.EventTrail