org.hl7.v3
Class EIVLPPDTS
java.lang.Object
org.hl7.v3.ANY
org.hl7.v3.QTY
org.hl7.v3.TS
org.hl7.v3.PPDTS
org.hl7.v3.SXCMPPDTS
org.hl7.v3.EIVLPPDTS
- All Implemented Interfaces:
- java.io.Serializable
public class EIVLPPDTS
- extends SXCMPPDTS
Note: because this type is defined as an extension of SXCM_T, all of the attributes and elements
accepted for T are also accepted by this definition. However, they are NOT allowed by the
normative description of this type. Unfortunately, we cannot write a general purpose schematron
contraints to provide that extra validation, thus applications must be aware that instance
(fragments) that pass validation with this might might still not be legal.
Java class for EIVL_PPD_TS complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EIVL_PPD_TS">
<complexContent>
<extension base="{urn:hl7-org:v3}SXCM_PPD_TS">
<sequence>
<element name="event" type="{urn:hl7-org:v3}EIVL.event" minOccurs="0"/>
<element name="offset" type="{urn:hl7-org:v3}IVL_PPD_PQ" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Fields inherited from class org.hl7.v3.TS |
value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
event
protected EIVLEvent event
offset
protected IVLPPDPQ offset
EIVLPPDTS
public EIVLPPDTS()
getEvent
public EIVLEvent getEvent()
- Gets the value of the event property.
- Returns:
- possible object is
EIVLEvent
setEvent
public void setEvent(EIVLEvent value)
- Sets the value of the event property.
- Parameters:
value
- allowed object is EIVLEvent
getOffset
public IVLPPDPQ getOffset()
- Gets the value of the offset property.
- Returns:
- possible object is
IVLPPDPQ
setOffset
public void setOffset(IVLPPDPQ value)
- Sets the value of the offset property.
- Parameters:
value
- allowed object is IVLPPDPQ