org.xml.xml.schema._7f0d86bd.healthcare_security_audit
Class EventIdentificationType

java.lang.Object
  extended by org.xml.xml.schema._7f0d86bd.healthcare_security_audit.EventIdentificationType

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>
 


Field Summary
protected  String eventActionCode
           
protected  XMLGregorianCalendar eventDateTime
           
protected  CodedValueType eventID
           
protected  BigInteger eventOutcomeIndicator
           
protected  List<CodedValueType> eventTypeCode
           
 
Constructor Summary
EventIdentificationType()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventID

protected CodedValueType eventID

eventTypeCode

protected List<CodedValueType> eventTypeCode

eventActionCode

protected String eventActionCode

eventDateTime

protected XMLGregorianCalendar eventDateTime

eventOutcomeIndicator

protected BigInteger eventOutcomeIndicator
Constructor Detail

EventIdentificationType

public EventIdentificationType()
Method Detail

getEventID

public CodedValueType getEventID()
Gets the value of the eventID property.

Returns:
possible object is CodedValueType

setEventID

public void setEventID(CodedValueType value)
Sets the value of the eventID property.

Parameters:
value - allowed object is CodedValueType

getEventTypeCode

public List<CodedValueType> getEventTypeCode()
Gets the value of the eventTypeCode property.

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


getEventActionCode

public String getEventActionCode()
Gets the value of the eventActionCode property.

Returns:
possible object is String

setEventActionCode

public void setEventActionCode(String value)
Sets the value of the eventActionCode property.

Parameters:
value - allowed object is String

getEventDateTime

public XMLGregorianCalendar getEventDateTime()
Gets the value of the eventDateTime property.

Returns:
possible object is XMLGregorianCalendar

setEventDateTime

public void setEventDateTime(XMLGregorianCalendar value)
Sets the value of the eventDateTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

getEventOutcomeIndicator

public BigInteger getEventOutcomeIndicator()
Gets the value of the eventOutcomeIndicator property.

Returns:
possible object is BigInteger

setEventOutcomeIndicator

public void setEventOutcomeIndicator(BigInteger value)
Sets the value of the eventOutcomeIndicator property.

Parameters:
value - allowed object is BigInteger


Copyright © 2010-2011 HNIN Direct. All Rights Reserved.