public class AuditMessage extends Object
Java class for AuditMessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuditMessageType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}EventIdentification"/> <element ref="{}ActiveParticipant" maxOccurs="unbounded"/> <element ref="{}AuditSourceIdentification" maxOccurs="unbounded"/> <element ref="{}ParticipantObjectIdentification" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<ActiveParticipant> |
activeParticipant |
protected List<AuditSourceIdentification> |
auditSourceIdentification |
protected EventIdentification |
eventIdentification |
protected List<ParticipantObjectIdentification> |
participantObjectIdentification |
Constructor and Description |
---|
AuditMessage() |
Modifier and Type | Method and Description |
---|---|
List<ActiveParticipant> |
getActiveParticipant()
Gets the value of the activeParticipant property.
|
List<AuditSourceIdentification> |
getAuditSourceIdentification()
Gets the value of the auditSourceIdentification property.
|
EventIdentification |
getEventIdentification()
Gets the value of the eventIdentification property.
|
List<ParticipantObjectIdentification> |
getParticipantObjectIdentification()
Gets the value of the participantObjectIdentification property.
|
void |
setEventIdentification(EventIdentification value)
Sets the value of the eventIdentification property.
|
protected EventIdentification eventIdentification
protected List<ActiveParticipant> activeParticipant
protected List<AuditSourceIdentification> auditSourceIdentification
protected List<ParticipantObjectIdentification> participantObjectIdentification
public AuditMessage()
public EventIdentification getEventIdentification()
EventIdentification
public void setEventIdentification(EventIdentification value)
value
- allowed object is
EventIdentification
public List<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
ActiveParticipant
public List<AuditSourceIdentification> 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
AuditSourceIdentification
public List<ParticipantObjectIdentification> 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
ParticipantObjectIdentification
Copyright © 2017 dcm4che.org. All rights reserved.