Package 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
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>
-
Field Summary
FieldsFields inherited from class org.hl7.v3.PPDTS
distributionType, standardDeviationFields 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(IVLPPDPQ value) withOperator(SetOperator value) withStandardDeviation(PQ value) Methods inherited from class org.hl7.v3.SXCMPPDTS
getOperator, setOperatorMethods inherited from class org.hl7.v3.PPDTS
getDistributionType, getStandardDeviation, setDistributionType, setStandardDeviationMethods inherited from class org.hl7.v3.ANY
getNullFlavor
-
Field Details
-
event
-
offset
-
-
Constructor Details
-
EIVLPPDTS
public EIVLPPDTS()
-
-
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
IVLPPDPQ
-
setOffset
Sets the value of the offset property.- Parameters:
value- allowed object isIVLPPDPQ
-
withEvent
-
withOffset
-
withOperator
- Overrides:
withOperatorin classSXCMPPDTS
-
withStandardDeviation
- Overrides:
withStandardDeviationin classSXCMPPDTS
-
withDistributionType
- Overrides:
withDistributionTypein classSXCMPPDTS
-
withValue
-
withNullFlavor
- Overrides:
withNullFlavorin classSXCMPPDTS
-
withNullFlavor
- Overrides:
withNullFlavorin classSXCMPPDTS
-
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
-