Package org.hl7.v3
Class IVXBPPDPQ
java.lang.Object
org.hl7.v3.ANY
org.hl7.v3.QTY
org.hl7.v3.PQ
org.hl7.v3.PPDPQ
org.hl7.v3.IVXBPPDPQ
Java class for IVXB_PPD_PQ complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IVXB_PPD_PQ">
<complexContent>
<extension base="{urn:hl7-org:v3}PPD_PQ">
<attribute name="inclusive" type="{urn:hl7-org:v3}bl" default="true" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.hl7.v3.PPDPQ
distributionType, standardDeviationFields inherited from class org.hl7.v3.PQ
translation, unit, valueFields 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) withTranslation(Collection<PQR> values) withTranslation(PQR... values) Methods inherited from class org.hl7.v3.PPDPQ
getDistributionType, getStandardDeviation, setDistributionType, setStandardDeviationMethods inherited from class org.hl7.v3.ANY
getNullFlavor
-
Field Details
-
inclusive
-
-
Constructor Details
-
IVXBPPDPQ
public IVXBPPDPQ()
-
-
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 classPPDPQ
-
withDistributionType
- Overrides:
withDistributionTypein classPPDPQ
-
withTranslation
- Overrides:
withTranslationin classPPDPQ
-
withTranslation
- Overrides:
withTranslationin classPPDPQ
-
withValue
-
withUnit
-
withNullFlavor
- Overrides:
withNullFlavorin classPPDPQ
-
withNullFlavor
- Overrides:
withNullFlavorin classPPDPQ
-
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
-