|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xml.xml.schema._7f0d86bd.healthcare_security_audit.AuditMessage
public class AuditMessage
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>
| Nested Class Summary | |
|---|---|
static class |
AuditMessage.ActiveParticipant
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected List<AuditMessage.ActiveParticipant> |
activeParticipant
|
protected List<AuditSourceIdentificationType> |
auditSourceIdentification
|
protected EventIdentificationType |
eventIdentification
|
protected List<ParticipantObjectIdentificationType> |
participantObjectIdentification
|
| Constructor Summary | |
|---|---|
AuditMessage()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EventIdentificationType eventIdentification
protected List<AuditMessage.ActiveParticipant> activeParticipant
protected List<AuditSourceIdentificationType> auditSourceIdentification
protected List<ParticipantObjectIdentificationType> participantObjectIdentification
| Constructor Detail |
|---|
public AuditMessage()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||