Package org.hl7.v3
Class BXITIVLPQ
java.lang.Object
org.hl7.v3.ANY
org.hl7.v3.QTY
org.hl7.v3.PQ
org.hl7.v3.SXCMPQ
org.hl7.v3.IVLPQ
org.hl7.v3.BXITIVLPQ
Java class for BXIT_IVL_PQ complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BXIT_IVL_PQ">
<complexContent>
<extension base="{urn:hl7-org:v3}IVL_PQ">
<attribute name="qty" type="{urn:hl7-org:v3}int" default="1" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields 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 TypeMethodDescriptionbooleangetQty()Gets the value of the qty property.inthashCode()voidsetQty(BigInteger value) Sets the value of the qty property.toString()Generates a String representation of the contents of this type.withNullFlavor(String... values) withNullFlavor(Collection<String> values) withOperator(SetOperator value) withQty(BigInteger value) withRest(Collection<jakarta.xml.bind.JAXBElement<? extends PQ>> values) withTranslation(Collection<PQR> values) withTranslation(PQR... values) Methods inherited from class org.hl7.v3.SXCMPQ
getOperator, setOperatorMethods inherited from class org.hl7.v3.ANY
getNullFlavor
-
Field Details
-
qty
-
-
Constructor Details
-
BXITIVLPQ
public BXITIVLPQ()
-
-
Method Details
-
getQty
Gets the value of the qty property.- Returns:
- possible object is
BigInteger
-
setQty
Sets the value of the qty property.- Parameters:
value- allowed object isBigInteger
-
withQty
-
withRest
-
withRest
-
withOperator
- Overrides:
withOperatorin classIVLPQ
-
withTranslation
- Overrides:
withTranslationin classIVLPQ
-
withTranslation
- Overrides:
withTranslationin classIVLPQ
-
withValue
-
withUnit
-
withNullFlavor
- Overrides:
withNullFlavorin classIVLPQ
-
withNullFlavor
- Overrides:
withNullFlavorin classIVLPQ
-
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
-