public class EventIdentification 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 ref="{}EventID"/> <element ref="{}EventTypeCode" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}EventOutcomeDescription" minOccurs="0"/> </sequence> <attribute name="EventActionCode"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <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}token"> <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 String |
eventActionCode |
protected Calendar |
eventDateTime |
protected EventID |
eventID |
protected String |
eventOutcomeDescription |
protected String |
eventOutcomeIndicator |
protected List<EventTypeCode> |
eventTypeCode |
Constructor and Description |
---|
EventIdentification() |
Modifier and Type | Method and Description |
---|---|
String |
getEventActionCode()
Gets the value of the eventActionCode property.
|
Calendar |
getEventDateTime()
Gets the value of the eventDateTime property.
|
EventID |
getEventID()
Gets the value of the eventID property.
|
String |
getEventOutcomeDescription()
Gets the value of the eventOutcomeDescription property.
|
String |
getEventOutcomeIndicator()
Gets the value of the eventOutcomeIndicator property.
|
List<EventTypeCode> |
getEventTypeCode()
Gets the value of the eventTypeCode property.
|
void |
setEventActionCode(String value)
Sets the value of the eventActionCode property.
|
void |
setEventDateTime(Calendar value)
Sets the value of the eventDateTime property.
|
void |
setEventID(EventID value)
Sets the value of the eventID property.
|
void |
setEventOutcomeDescription(String value)
Sets the value of the eventOutcomeDescription property.
|
void |
setEventOutcomeIndicator(String value)
Sets the value of the eventOutcomeIndicator property.
|
protected List<EventTypeCode> eventTypeCode
protected String eventOutcomeDescription
protected String eventActionCode
protected Calendar eventDateTime
protected String eventOutcomeIndicator
public EventIdentification()
public EventID getEventID()
EventID
public void setEventID(EventID value)
value
- allowed object is
EventID
public List<EventTypeCode> 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
EventTypeCode
public String getEventOutcomeDescription()
String
public void setEventOutcomeDescription(String value)
value
- allowed object is
String
public String getEventActionCode()
String
public void setEventActionCode(String value)
value
- allowed object is
String
public Calendar getEventDateTime()
String
public void setEventDateTime(Calendar value)
value
- allowed object is
String
public String getEventOutcomeIndicator()
String
public void setEventOutcomeIndicator(String value)
value
- allowed object is
String
Copyright © 2017 dcm4che.org. All rights reserved.