|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuditMessageType
Java content class for anonymous complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/J:/workspace/connect_refactor_ihe/src/com/misyshealthcare/connect/ihe/audit/AuditMessage.xsd line 5)
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EventIdentification" type="{}EventIdentificationType"/>
<element name="ActiveParticipant" maxOccurs="unbounded">
<complexType>
<complexContent>
<extension base="{}ActiveParticipantType">
</extension>
</complexContent>
</complexType>
</element>
<element name="AuditSourceIdentification" type="{}AuditSourceIdentificationType" maxOccurs="unbounded"/>
<element name="ParticipantObjectIdentification" type="{}ParticipantObjectIdentificationType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static interface |
AuditMessageType.ActiveParticipantType
Java content class for anonymous complex type. |
| Method Summary | |
|---|---|
java.util.List |
getActiveParticipant()
Gets the value of the ActiveParticipant property. |
java.util.List |
getAuditSourceIdentification()
Gets the value of the AuditSourceIdentification property. |
EventIdentificationType |
getEventIdentification()
Gets the value of the eventIdentification property. |
java.util.List |
getParticipantObjectIdentification()
Gets the value of the ParticipantObjectIdentification property. |
void |
setEventIdentification(EventIdentificationType value)
Sets the value of the eventIdentification property. |
| Method Detail |
|---|
java.util.List 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
java.util.List 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
java.util.List 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
AuditMessageType.ActiveParticipantType
EventIdentificationType getEventIdentification()
EventIdentificationTypevoid setEventIdentification(EventIdentificationType value)
value - allowed object is
EventIdentificationType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||