public class EventIdentificationType extends 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>
| Constructor and Description |
|---|
EventIdentificationType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEventActionCode()
Gets the value of the eventActionCode property.
|
XMLGregorianCalendar |
getEventDateTime()
Gets the value of the eventDateTime property.
|
CodedValueType |
getEventID()
Gets the value of the eventID property.
|
BigInteger |
getEventOutcomeIndicator()
Gets the value of the eventOutcomeIndicator property.
|
List<CodedValueType> |
getEventTypeCode()
Gets the value of the eventTypeCode property.
|
void |
setEventActionCode(String value)
Sets the value of the eventActionCode property.
|
void |
setEventDateTime(XMLGregorianCalendar value)
Sets the value of the eventDateTime property.
|
void |
setEventID(CodedValueType value)
Sets the value of the eventID property.
|
void |
setEventOutcomeIndicator(BigInteger value)
Sets the value of the eventOutcomeIndicator property.
|
public CodedValueType getEventID()
CodedValueTypepublic void setEventID(CodedValueType value)
value - allowed object is
CodedValueTypepublic 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 String getEventActionCode()
Stringpublic void setEventActionCode(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getEventDateTime()
XMLGregorianCalendarpublic void setEventDateTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic BigInteger getEventOutcomeIndicator()
BigIntegerpublic void setEventOutcomeIndicator(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2010–2021 NHIN Direct. All rights reserved.