|
|||||||||
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.AuditEvent
public static class GetAuditViewResponse.AuditView.EventTrail.AuditEvent
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="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>
Field Summary | |
---|---|
protected AccessConditionsType |
accessConditions
|
protected AccessedEntityType |
accessedEntity
|
protected java.lang.String |
auditEventID
|
protected ParticipantActionType |
participantAction
|
protected ParticipantDetailsType |
participantDetails
|
Constructor Summary | |
---|---|
GetAuditViewResponse.AuditView.EventTrail.AuditEvent()
|
Method Summary | |
---|---|
AccessConditionsType |
getAccessConditions()
Gets the value of the accessConditions property. |
AccessedEntityType |
getAccessedEntity()
Gets the value of the accessedEntity property. |
java.lang.String |
getAuditEventID()
Gets the value of the auditEventID property. |
ParticipantActionType |
getParticipantAction()
Gets the value of the participantAction property. |
ParticipantDetailsType |
getParticipantDetails()
Gets the value of the participantDetails property. |
void |
setAccessConditions(AccessConditionsType value)
Sets the value of the accessConditions property. |
void |
setAccessedEntity(AccessedEntityType value)
Sets the value of the accessedEntity property. |
void |
setAuditEventID(java.lang.String value)
Sets the value of the auditEventID property. |
void |
setParticipantAction(ParticipantActionType value)
Sets the value of the participantAction property. |
void |
setParticipantDetails(ParticipantDetailsType value)
Sets the value of the participantDetails 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 auditEventID
protected ParticipantDetailsType participantDetails
protected AccessedEntityType accessedEntity
protected ParticipantActionType participantAction
protected AccessConditionsType accessConditions
Constructor Detail |
---|
public GetAuditViewResponse.AuditView.EventTrail.AuditEvent()
Method Detail |
---|
public java.lang.String getAuditEventID()
String
public void setAuditEventID(java.lang.String value)
value
- allowed object is
String
public ParticipantDetailsType getParticipantDetails()
ParticipantDetailsType
public void setParticipantDetails(ParticipantDetailsType value)
value
- allowed object is
ParticipantDetailsType
public AccessedEntityType getAccessedEntity()
AccessedEntityType
public void setAccessedEntity(AccessedEntityType value)
value
- allowed object is
AccessedEntityType
public ParticipantActionType getParticipantAction()
ParticipantActionType
public void setParticipantAction(ParticipantActionType value)
value
- allowed object is
ParticipantActionType
public AccessConditionsType getAccessConditions()
AccessConditionsType
public void setAccessConditions(AccessConditionsType value)
value
- allowed object is
AccessConditionsType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |