Package org.hl7.v3
Class IVXBPPDTS
java.lang.Object
org.hl7.v3.ANY
org.hl7.v3.QTY
org.hl7.v3.TS
org.hl7.v3.PPDTS
org.hl7.v3.IVXBPPDTS
Java class for IVXB_PPD_TS complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IVXB_PPD_TS">
<complexContent>
<extension base="{urn:hl7-org:v3}PPD_TS">
<attribute name="inclusive" type="{urn:hl7-org:v3}bl" default="true" />
</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 TypeMethodDescriptionbooleaninthashCode()booleanGets the value of the inclusive property.voidsetInclusive(Boolean value) Sets the value of the inclusive property.toString()Generates a String representation of the contents of this type.withInclusive(Boolean value) withNullFlavor(String... values) withNullFlavor(Collection<String> values) withStandardDeviation(PQ value) Methods inherited from class org.hl7.v3.PPDTS
getDistributionType, getStandardDeviation, setDistributionType, setStandardDeviationMethods inherited from class org.hl7.v3.ANY
getNullFlavor
-
Field Details
-
inclusive
-
-
Constructor Details
-
IVXBPPDTS
public IVXBPPDTS()
-
-
Method Details
-
isInclusive
public boolean isInclusive()Gets the value of the inclusive property.- Returns:
- possible object is
Boolean
-
setInclusive
Sets the value of the inclusive property.- Parameters:
value- allowed object isBoolean
-
withInclusive
-
withStandardDeviation
- Overrides:
withStandardDeviationin classPPDTS
-
withDistributionType
- Overrides:
withDistributionTypein classPPDTS
-
withValue
-
withNullFlavor
- Overrides:
withNullFlavorin classPPDTS
-
withNullFlavor
- Overrides:
withNullFlavorin classPPDTS
-
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
-