|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xml.xml.schema._7f0d86bd.healthcare_security_audit.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="{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 |
|---|
protected CodedValueType eventID
protected List<CodedValueType> eventTypeCode
protected String eventActionCode
protected XMLGregorianCalendar eventDateTime
protected BigInteger eventOutcomeIndicator
| Constructor Detail |
|---|
public EventIdentificationType()
| Method Detail |
|---|
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
BigInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||