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

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

public class GetAuditViewResponse
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="responseStatus" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}responseStatusType"/>
         <element name="auditView" minOccurs="0">
           <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>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class GetAuditViewResponse.AuditView
          Java class for anonymous complex type.
 
Field Summary
protected  GetAuditViewResponse.AuditView auditView
           
protected  ResponseStatusType responseStatus
           
 
Constructor Summary
GetAuditViewResponse()
           
 
Method Summary
 GetAuditViewResponse.AuditView getAuditView()
          Gets the value of the auditView property.
 ResponseStatusType getResponseStatus()
          Gets the value of the responseStatus property.
 void setAuditView(GetAuditViewResponse.AuditView value)
          Sets the value of the auditView property.
 void setResponseStatus(ResponseStatusType value)
          Sets the value of the responseStatus property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

responseStatus

protected ResponseStatusType responseStatus

auditView

protected GetAuditViewResponse.AuditView auditView
Constructor Detail

GetAuditViewResponse

public GetAuditViewResponse()
Method Detail

getResponseStatus

public ResponseStatusType getResponseStatus()
Gets the value of the responseStatus property.

Returns:
possible object is ResponseStatusType

setResponseStatus

public void setResponseStatus(ResponseStatusType value)
Sets the value of the responseStatus property.

Parameters:
value - allowed object is ResponseStatusType

getAuditView

public GetAuditViewResponse.AuditView getAuditView()
Gets the value of the auditView property.

Returns:
possible object is GetAuditViewResponse.AuditView

setAuditView

public void setAuditView(GetAuditViewResponse.AuditView value)
Sets the value of the auditView property.

Parameters:
value - allowed object is GetAuditViewResponse.AuditView