|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ohf.ihe.atna.audit.messages.AuditMessage
public class AuditMessage
| Field Summary | |
|---|---|
static java.lang.String |
DB_AuditMessage
|
static int |
VARCHAR_LENGTH
|
| Constructor Summary | |
|---|---|
AuditMessage()
Constructor AuditMessage. |
|
| Method Summary | |
|---|---|
java.util.List |
getAuditSourceIdentification()
Gets the value of the auditSourceIdentification property. |
EventIdentificationType |
getEventIdentification()
|
java.util.List |
getParticipantObjectIdentification()
Gets the value of the participantObjectIdentification property. |
static boolean |
IsValid(org.w3c.dom.Element el)
|
static void |
main(java.lang.String[] args)
|
void |
parse(org.w3c.dom.Element el)
|
void |
setActiveParticipant(ActiveParticipantType participant)
|
void |
setAuditSourceId(java.lang.String auditSourceId)
|
void |
setAuditSourceIdentification(AuditSourceIdentificationType identificationType)
|
void |
setEventDateTime(java.lang.String eventDateTime)
|
void |
setEventIdentification(EventIdentificationType value)
Sets the value of the eventIdentification property. |
void |
setEventOutcomeIndicator(int eventOutcomeIndicator)
|
void |
setParticipantObjectId(java.lang.String participantObjectId)
|
void |
setParticipantObjectQuery(java.lang.String participantObjectQuery)
|
void |
setParticipationObjectIdentification(ParticipantObjectIdentificationType participantObject)
|
void |
setUserIDActiveParticipantConsumer(java.lang.String userIDActiveParticipantRegistry)
|
void |
setUserIDActiveParticipantRegistry(java.lang.String userIDActiveParticipantConsumer)
|
java.lang.String |
toHtml()
Java class for anonymous complex type. |
java.lang.String |
toXml()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String DB_AuditMessage
public static int VARCHAR_LENGTH
| Constructor Detail |
|---|
public AuditMessage()
throws javax.xml.parsers.ParserConfigurationException,
javax.xml.parsers.FactoryConfigurationError
javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.FactoryConfigurationError - Construct an empty AuditMessage object. Create the XML tree with DOM.| Method Detail |
|---|
public void setEventOutcomeIndicator(int eventOutcomeIndicator)
public void setEventDateTime(java.lang.String eventDateTime)
public EventIdentificationType getEventIdentification()
public void setEventIdentification(EventIdentificationType value)
value - allowed object is
EventIdentificationTypepublic void setActiveParticipant(ActiveParticipantType participant)
public 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
public void setAuditSourceIdentification(AuditSourceIdentificationType identificationType)
public 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
public void setParticipationObjectIdentification(ParticipantObjectIdentificationType participantObject)
public java.lang.String toHtml()
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{}ActiveParticipantType">
</extension>
</complexContent>
</complexType>
public java.lang.String toXml()
public static boolean IsValid(org.w3c.dom.Element el)
public void parse(org.w3c.dom.Element el)
throws javax.xml.parsers.ParserConfigurationException,
javax.xml.parsers.FactoryConfigurationError,
ATNAException
javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.FactoryConfigurationError
ATNAExceptionpublic static void main(java.lang.String[] args)
public void setUserIDActiveParticipantConsumer(java.lang.String userIDActiveParticipantRegistry)
public void setUserIDActiveParticipantRegistry(java.lang.String userIDActiveParticipantConsumer)
public void setAuditSourceId(java.lang.String auditSourceId)
public void setParticipantObjectId(java.lang.String participantObjectId)
public void setParticipantObjectQuery(java.lang.String participantObjectQuery)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||