|
|||||||||
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
public class GetAuditViewResponse
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 |
---|
protected ResponseStatusType responseStatus
protected GetAuditViewResponse.AuditView auditView
Constructor Detail |
---|
public GetAuditViewResponse()
Method Detail |
---|
public ResponseStatusType getResponseStatus()
ResponseStatusType
public void setResponseStatus(ResponseStatusType value)
value
- allowed object is
ResponseStatusType
public GetAuditViewResponse.AuditView getAuditView()
GetAuditViewResponse.AuditView
public void setAuditView(GetAuditViewResponse.AuditView value)
value
- allowed object is
GetAuditViewResponse.AuditView
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |