public class AuditMessage extends 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.
|
| Constructor and Description |
|---|
AuditMessage() |
| Modifier and Type | Method and Description |
|---|---|
List<AuditMessage.ActiveParticipant> |
getActiveParticipant()
Gets the value of the activeParticipant property.
|
List<AuditSourceIdentificationType> |
getAuditSourceIdentification()
Gets the value of the auditSourceIdentification property.
|
EventIdentificationType |
getEventIdentification()
Gets the value of the eventIdentification property.
|
List<ParticipantObjectIdentificationType> |
getParticipantObjectIdentification()
Gets the value of the participantObjectIdentification property.
|
void |
setEventIdentification(EventIdentificationType value)
Sets the value of the eventIdentification property.
|
public EventIdentificationType getEventIdentification()
EventIdentificationTypepublic void setEventIdentification(EventIdentificationType value)
value - allowed object is
EventIdentificationTypepublic 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 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 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 NHIN Direct. All rights reserved.