|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ohf.ihe.atna.audit.element.EventIdentificationType
public class EventIdentificationType
Java class for EventIdentificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EventIdentificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EventID" type="{}CodedValueType"/>
<element name="EventTypeCode" type="{}CodedValueType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="EventActionCode">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="C"/>
<enumeration value="R"/>
<enumeration value="U"/>
<enumeration value="D"/>
<enumeration value="E"/>
</restriction>
</simpleType>
</attribute>
<attribute name="EventDateTime" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="EventOutcomeIndicator" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="4"/>
<enumeration value="8"/>
<enumeration value="12"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
static java.lang.String |
DB_Event_Identification_Type
|
static java.lang.String |
DB_Event_Type_Code
|
| Constructor Summary | |
|---|---|
EventIdentificationType()
|
|
EventIdentificationType(int eventOutComeIndic)
|
|
| Method Summary | |
|---|---|
org.w3c.dom.Document |
getDoc()
|
java.lang.String |
getEventActionCode()
Gets the value of the eventActionCode property. |
java.lang.String |
getEventActionCodeName()
|
TimeStamp |
getEventDateTime()
Gets the value of the eventDateTime property. |
CodedValueType |
getEventID()
|
org.w3c.dom.Element |
getEventIdentificationNode()
|
int |
getEventOutcomeIndicator()
Gets the value of the eventOutcomeIndicator property. |
java.lang.String |
getEventOutcomeIndicatorName()
|
java.util.List |
getEventTypeCode()
Gets the value of the eventTypeCode property. |
static boolean |
isValidElement(org.w3c.dom.Element el)
|
static void |
main(java.lang.String[] args)
|
void |
parse(org.w3c.dom.Element el)
|
void |
setEventActionCode(java.lang.String s)
Sets the value of the eventActionCode property. |
void |
setEventDateTime()
|
void |
setEventDateTime(java.lang.String value)
|
void |
setEventDateTime(TimeStamp value)
Sets the value of the eventDateTime property. |
void |
setEventID(CodedValueType value)
Sets the value of the eventID property. |
void |
setEventOutcomeIndicator(int value)
Sets the value of the eventOutcomeIndicator property. |
void |
setEventOutcomeIndicator(java.lang.String value)
|
void |
setEventTypeCode(CodedValueType value)
|
java.lang.String |
toHtml()
|
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_Event_Identification_Type
public static java.lang.String DB_Event_Type_Code
| Constructor Detail |
|---|
public EventIdentificationType()
throws javax.xml.parsers.ParserConfigurationException,
javax.xml.parsers.FactoryConfigurationError
javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.FactoryConfigurationError
public EventIdentificationType(int eventOutComeIndic)
throws javax.xml.parsers.ParserConfigurationException,
javax.xml.parsers.FactoryConfigurationError,
ATNAException
javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.FactoryConfigurationError
ATNAException| Method Detail |
|---|
public void setEventID(CodedValueType value)
value - allowed object is
CodedValueTypepublic CodedValueType getEventID()
public java.util.List getEventTypeCode()
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 eventTypeCode property.
For example, to add a new item, do as follows:
getEventTypeCode().add(newItem);
Objects of the following type(s) are allowed in the list
CodedValueType
public void setEventTypeCode(CodedValueType value)
public java.lang.String getEventActionCode()
String
public void setEventActionCode(java.lang.String s)
throws ATNAException
value - allowed object is
String
ATNAExceptionpublic TimeStamp getEventDateTime()
XMLGregorianCalendar public void setEventDateTime(TimeStamp value)
value - allowed object is
XMLGregorianCalendar public void setEventDateTime()
public void setEventDateTime(java.lang.String value)
public int getEventOutcomeIndicator()
BigInteger
public void setEventOutcomeIndicator(int value)
throws ATNAException
value - allowed object is
BigInteger
ATNAException
SyslogException
public void setEventOutcomeIndicator(java.lang.String value)
throws ATNAException
ATNAExceptionpublic java.lang.String toXml()
public java.lang.String toHtml()
public java.lang.String getEventOutcomeIndicatorName()
public java.lang.String getEventActionCodeName()
public static void main(java.lang.String[] args)
public org.w3c.dom.Element getEventIdentificationNode()
public org.w3c.dom.Document getDoc()
public static boolean isValidElement(org.w3c.dom.Element el)
public void parse(org.w3c.dom.Element el)
throws ATNAException
ATNAException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||