public class AuditMessage
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="EventIdentification" type="{http://www.xml.org/xml/schema/7f0d86bd/healthcare-security-audit}EventIdentificationType"/>
<element name="ActiveParticipant" maxOccurs="unbounded">
<complexType>
<complexContent>
<extension base="{http://www.xml.org/xml/schema/7f0d86bd/healthcare-security-audit}ActiveParticipantType">
</extension>
</complexContent>
</complexType>
</element>
<element name="AuditSourceIdentification" type="{http://www.xml.org/xml/schema/7f0d86bd/healthcare-security-audit}AuditSourceIdentificationType" maxOccurs="unbounded"/>
<element name="ParticipantObjectIdentification" type="{http://www.xml.org/xml/schema/7f0d86bd/healthcare-security-audit}ParticipantObjectIdentificationType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AuditMessage.ActiveParticipant
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<AuditMessage.ActiveParticipant> |
activeParticipant |
protected java.util.List<AuditSourceIdentificationType> |
auditSourceIdentification |
protected EventIdentificationType |
eventIdentification |
protected java.util.List<ParticipantObjectIdentificationType> |
participantObjectIdentification |
| Constructor and Description |
|---|
AuditMessage() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AuditMessage.ActiveParticipant> |
getActiveParticipant()
Gets the value of the activeParticipant property.
|
java.util.List<AuditSourceIdentificationType> |
getAuditSourceIdentification()
Gets the value of the auditSourceIdentification property.
|
EventIdentificationType |
getEventIdentification()
Gets the value of the eventIdentification property.
|
java.util.List<ParticipantObjectIdentificationType> |
getParticipantObjectIdentification()
Gets the value of the participantObjectIdentification property.
|
void |
setEventIdentification(EventIdentificationType value)
Sets the value of the eventIdentification property.
|
protected EventIdentificationType eventIdentification
protected java.util.List<AuditMessage.ActiveParticipant> activeParticipant
protected java.util.List<AuditSourceIdentificationType> auditSourceIdentification
protected java.util.List<ParticipantObjectIdentificationType> participantObjectIdentification
public EventIdentificationType getEventIdentification()
EventIdentificationTypepublic void setEventIdentification(EventIdentificationType value)
value - allowed object is
EventIdentificationTypepublic java.util.List<AuditMessage.ActiveParticipant> getActiveParticipant()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the activeParticipant property.
For example, to add a new item, do as follows:
getActiveParticipant().add(newItem);
Objects of the following type(s) are allowed in the list
AuditMessage.ActiveParticipant
public java.util.List<AuditSourceIdentificationType> getAuditSourceIdentification()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the auditSourceIdentification property.
For example, to add a new item, do as follows:
getAuditSourceIdentification().add(newItem);
Objects of the following type(s) are allowed in the list
AuditSourceIdentificationType
public java.util.List<ParticipantObjectIdentificationType> getParticipantObjectIdentification()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the participantObjectIdentification property.
For example, to add a new item, do as follows:
getParticipantObjectIdentification().add(newItem);
Objects of the following type(s) are allowed in the list
ParticipantObjectIdentificationType
Copyright © 2010-2021 HNIN Direct. All Rights Reserved.