Package org.hl7.v3
Class EIVLTS
java.lang.Object
org.hl7.v3.ANY
org.hl7.v3.QTY
org.hl7.v3.TS
org.hl7.v3.SXCMTS
org.hl7.v3.EIVLTS
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_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>
-
Field Summary
FieldsFields inherited from class org.hl7.v3.ANY
nullFlavor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEvent()Gets the value of the event property.Gets the value of the offset property.inthashCode()voidSets the value of the event property.voidSets the value of the offset property.toString()Generates a String representation of the contents of this type.withNullFlavor(String... values) withNullFlavor(Collection<String> values) withOffset(IVLPQ value) withOperator(SetOperator value) Methods inherited from class org.hl7.v3.SXCMTS
getOperator, setOperatorMethods inherited from class org.hl7.v3.ANY
getNullFlavor
-
Field Details
-
event
-
offset
-
-
Constructor Details
-
EIVLTS
public EIVLTS()
-
-
Method Details
-
getEvent
Gets the value of the event property.- Returns:
- possible object is
EIVLEvent
-
setEvent
Sets the value of the event property.- Parameters:
value- allowed object isEIVLEvent
-
getOffset
Gets the value of the offset property.- Returns:
- possible object is
IVLPQ
-
setOffset
Sets the value of the offset property.- Parameters:
value- allowed object isIVLPQ
-
withEvent
-
withOffset
-
withOperator
- Overrides:
withOperatorin classSXCMTS
-
withValue
-
withNullFlavor
- Overrides:
withNullFlavorin classSXCMTS
-
withNullFlavor
- Overrides:
withNullFlavorin classSXCMTS
-
equals
-
hashCode
public int hashCode() -
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-