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

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

public static class GetAuditViewResponse.AuditView.EventTrail.LogEvent
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="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>
 


Nested Class Summary
static class GetAuditViewResponse.AuditView.EventTrail.LogEvent.MessageLogLevel
          Java class for null.
 
Field Summary
protected  ResponseStatusType errorDetails
           
protected  GetAuditViewResponse.AuditView.EventTrail.LogEvent.MessageLogLevel messageLogLevel
           
protected  ResponseStatusType statusDetails
           
 
Constructor Summary
GetAuditViewResponse.AuditView.EventTrail.LogEvent()
           
 
Method Summary
 ResponseStatusType getErrorDetails()
          Gets the value of the errorDetails property.
 GetAuditViewResponse.AuditView.EventTrail.LogEvent.MessageLogLevel getMessageLogLevel()
          Gets the value of the messageLogLevel property.
 ResponseStatusType getStatusDetails()
          Gets the value of the statusDetails property.
 void setErrorDetails(ResponseStatusType value)
          Sets the value of the errorDetails property.
 void setMessageLogLevel(GetAuditViewResponse.AuditView.EventTrail.LogEvent.MessageLogLevel value)
          Sets the value of the messageLogLevel property.
 void setStatusDetails(ResponseStatusType value)
          Sets the value of the statusDetails property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messageLogLevel

protected GetAuditViewResponse.AuditView.EventTrail.LogEvent.MessageLogLevel messageLogLevel

statusDetails

protected ResponseStatusType statusDetails

errorDetails

protected ResponseStatusType errorDetails
Constructor Detail

GetAuditViewResponse.AuditView.EventTrail.LogEvent

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

getMessageLogLevel

public GetAuditViewResponse.AuditView.EventTrail.LogEvent.MessageLogLevel getMessageLogLevel()
Gets the value of the messageLogLevel property.

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

setMessageLogLevel

public void setMessageLogLevel(GetAuditViewResponse.AuditView.EventTrail.LogEvent.MessageLogLevel value)
Sets the value of the messageLogLevel property.

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

getStatusDetails

public ResponseStatusType getStatusDetails()
Gets the value of the statusDetails property.

Returns:
possible object is ResponseStatusType

setStatusDetails

public void setStatusDetails(ResponseStatusType value)
Sets the value of the statusDetails property.

Parameters:
value - allowed object is ResponseStatusType

getErrorDetails

public ResponseStatusType getErrorDetails()
Gets the value of the errorDetails property.

Returns:
possible object is ResponseStatusType

setErrorDetails

public void setErrorDetails(ResponseStatusType value)
Sets the value of the errorDetails property.

Parameters:
value - allowed object is ResponseStatusType