public class EventIdentificationType
extends java.lang.Object
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="{http://www.xml.org/xml/schema/7f0d86bd/healthcare-security-audit}CodedValueType"/>
<element name="EventTypeCode" type="{http://www.xml.org/xml/schema/7f0d86bd/healthcare-security-audit}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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
eventActionCode |
protected javax.xml.datatype.XMLGregorianCalendar |
eventDateTime |
protected CodedValueType |
eventID |
protected java.math.BigInteger |
eventOutcomeIndicator |
protected java.util.List<CodedValueType> |
eventTypeCode |
| Constructor and Description |
|---|
EventIdentificationType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEventActionCode()
Gets the value of the eventActionCode property.
|
javax.xml.datatype.XMLGregorianCalendar |
getEventDateTime()
Gets the value of the eventDateTime property.
|
CodedValueType |
getEventID()
Gets the value of the eventID property.
|
java.math.BigInteger |
getEventOutcomeIndicator()
Gets the value of the eventOutcomeIndicator property.
|
java.util.List<CodedValueType> |
getEventTypeCode()
Gets the value of the eventTypeCode property.
|
void |
setEventActionCode(java.lang.String value)
Sets the value of the eventActionCode property.
|
void |
setEventDateTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the eventDateTime property.
|
void |
setEventID(CodedValueType value)
Sets the value of the eventID property.
|
void |
setEventOutcomeIndicator(java.math.BigInteger value)
Sets the value of the eventOutcomeIndicator property.
|
protected CodedValueType eventID
protected java.util.List<CodedValueType> eventTypeCode
protected java.lang.String eventActionCode
protected javax.xml.datatype.XMLGregorianCalendar eventDateTime
protected java.math.BigInteger eventOutcomeIndicator
public CodedValueType getEventID()
CodedValueTypepublic void setEventID(CodedValueType value)
value - allowed object is
CodedValueTypepublic java.util.List<CodedValueType> 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 java.lang.String getEventActionCode()
Stringpublic void setEventActionCode(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getEventDateTime()
XMLGregorianCalendarpublic void setEventDateTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.math.BigInteger getEventOutcomeIndicator()
BigIntegerpublic void setEventOutcomeIndicator(java.math.BigInteger value)
value - allowed object is
BigIntegerCopyright © 2010-2021 HNIN Direct. All Rights Reserved.