Package org.hl7.fhir
Class Quantity
java.lang.Object
org.hl7.fhir.Element
org.hl7.fhir.Quantity
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class Quantity
extends Element
implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions
Java class for Quantity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Quantity">
<complexContent>
<extension base="{http://hl7.org/fhir}Element">
<sequence>
<element name="value" type="{http://hl7.org/fhir}decimal" minOccurs="0"/>
<element name="comparator" type="{http://hl7.org/fhir}QuantityComparator" minOccurs="0"/>
<element name="unit" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="system" type="{http://hl7.org/fhir}uri" minOccurs="0"/>
<element name="code" type="{http://hl7.org/fhir}code" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Codeprotected QuantityComparatorprotected Uriprotected Stringprotected Decimal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) booleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) getCode()Gets the value of the code property.Gets the value of the comparator property.Gets the value of the system property.getUnit()Gets the value of the unit property.getValue()Gets the value of the value property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the code property.voidsetComparator(QuantityComparator value) Sets the value of the comparator property.voidSets the value of the system property.voidSets the value of the unit property.voidSets the value of the value property.toString()withComparator(QuantityComparator value) withExtension(Collection<Extension> values) withExtension(Extension... values) withSystem(Uri value) Methods inherited from class org.hl7.fhir.Element
getExtension, getId, setExtension, setId
-
Field Details
-
value
-
comparator
-
unit
-
system
-
code
-
-
Constructor Details
-
Quantity
public Quantity()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
Decimal
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isDecimal
-
getComparator
Gets the value of the comparator property.- Returns:
- possible object is
QuantityComparator
-
setComparator
Sets the value of the comparator property.- Parameters:
value- allowed object isQuantityComparator
-
getUnit
Gets the value of the unit property.- Returns:
- possible object is
String
-
setUnit
Sets the value of the unit property.- Parameters:
value- allowed object isString
-
getSystem
Gets the value of the system property.- Returns:
- possible object is
Uri
-
setSystem
Sets the value of the system property.- Parameters:
value- allowed object isUri
-
getCode
Gets the value of the code property.- Returns:
- possible object is
Code
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isCode
-
withValue
-
withComparator
-
withUnit
-
withSystem
-
withCode
-
withExtension
- Overrides:
withExtensionin classElement
-
withExtension
- Overrides:
withExtensionin classElement
-
withId
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) -
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) -
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) -
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classElement
-