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 extensionsJava 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>
-
-
Constructor Summary
Constructors Constructor Description Quantity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)java.lang.StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)CodegetCode()Gets the value of the code property.QuantityComparatorgetComparator()Gets the value of the comparator property.UrigetSystem()Gets the value of the system property.StringgetUnit()Gets the value of the unit property.DecimalgetValue()Gets the value of the value property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetCode(Code value)Sets the value of the code property.voidsetComparator(QuantityComparator value)Sets the value of the comparator property.voidsetSystem(Uri value)Sets the value of the system property.voidsetUnit(String value)Sets the value of the unit property.voidsetValue(Decimal value)Sets the value of the value property.java.lang.StringtoString()QuantitywithCode(Code value)QuantitywithComparator(QuantityComparator value)QuantitywithExtension(java.util.Collection<Extension> values)QuantitywithExtension(Extension... values)QuantitywithId(java.lang.String value)QuantitywithSystem(Uri value)QuantitywithUnit(String value)QuantitywithValue(Decimal value)-
Methods inherited from class org.hl7.fhir.Element
getExtension, getId, setId
-
-
-
-
Field Detail
-
value
protected Decimal value
-
comparator
protected QuantityComparator comparator
-
unit
protected String unit
-
system
protected Uri system
-
code
protected Code code
-
-
Method Detail
-
getValue
public Decimal getValue()
Gets the value of the value property.- Returns:
- possible object is
Decimal
-
setValue
public void setValue(Decimal value)
Sets the value of the value property.- Parameters:
value- allowed object isDecimal
-
getComparator
public QuantityComparator getComparator()
Gets the value of the comparator property.- Returns:
- possible object is
QuantityComparator
-
setComparator
public void setComparator(QuantityComparator value)
Sets the value of the comparator property.- Parameters:
value- allowed object isQuantityComparator
-
getUnit
public String getUnit()
Gets the value of the unit property.- Returns:
- possible object is
String
-
setUnit
public void setUnit(String value)
Sets the value of the unit property.- Parameters:
value- allowed object isString
-
getSystem
public Uri getSystem()
Gets the value of the system property.- Returns:
- possible object is
Uri
-
setSystem
public void setSystem(Uri value)
Sets the value of the system property.- Parameters:
value- allowed object isUri
-
setCode
public void setCode(Code value)
Sets the value of the code property.- Parameters:
value- allowed object isCode
-
withComparator
public Quantity withComparator(QuantityComparator value)
-
withExtension
public Quantity withExtension(Extension... values)
- Overrides:
withExtensionin classElement
-
withExtension
public Quantity withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classElement
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
-
append
public java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
-
appendFields
public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classElement
-
-