public class EIVLTS extends SXCMTS
Java class for EIVL_TS complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EIVL_TS">
<complexContent>
<extension base="{urn:hl7-org:v3}SXCM_TS">
<sequence>
<element name="event" type="{urn:hl7-org:v3}EIVL.event" minOccurs="0"/>
<element name="offset" type="{urn:hl7-org:v3}IVL_PQ" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
EIVLTS() |
| Modifier and Type | Method and Description |
|---|---|
EIVLEvent |
getEvent()
Gets the value of the event property.
|
IVLPQ |
getOffset()
Gets the value of the offset property.
|
void |
setEvent(EIVLEvent value)
Sets the value of the event property.
|
void |
setOffset(IVLPQ value)
Sets the value of the offset property.
|
getOperator, setOperatorgetContent, getNullFlavor, setContentpublic EIVLEvent getEvent()
EIVLEventpublic void setEvent(EIVLEvent value)
value - allowed object is
EIVLEventpublic IVLPQ getOffset()
IVLPQ