|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.interfaces.getauditview._1.GetAuditViewResponse.AuditView.EventTrail
public static class GetAuditViewResponse.AuditView.EventTrail
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 |
---|
protected java.lang.String businessEvent
protected javax.xml.datatype.XMLGregorianCalendar eventTimeStamp
protected GetAuditViewResponse.AuditView.EventTrail.AuditEvent auditEvent
protected GetAuditViewResponse.AuditView.EventTrail.LogEvent logEvent
Constructor Detail |
---|
public GetAuditViewResponse.AuditView.EventTrail()
Method Detail |
---|
public java.lang.String getBusinessEvent()
String
public void setBusinessEvent(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getEventTimeStamp()
XMLGregorianCalendar
public void setEventTimeStamp(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public GetAuditViewResponse.AuditView.EventTrail.AuditEvent getAuditEvent()
GetAuditViewResponse.AuditView.EventTrail.AuditEvent
public void setAuditEvent(GetAuditViewResponse.AuditView.EventTrail.AuditEvent value)
value
- allowed object is
GetAuditViewResponse.AuditView.EventTrail.AuditEvent
public GetAuditViewResponse.AuditView.EventTrail.LogEvent getLogEvent()
GetAuditViewResponse.AuditView.EventTrail.LogEvent
public void setLogEvent(GetAuditViewResponse.AuditView.EventTrail.LogEvent value)
value
- allowed object is
GetAuditViewResponse.AuditView.EventTrail.LogEvent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |