Class SimpleQuantityDt

java.lang.Object
ca.uhn.fhir.model.api.BaseElement
ca.uhn.fhir.model.api.BaseIdentifiableElement
ca.uhn.fhir.model.base.composite.BaseQuantityDt
ca.uhn.fhir.model.dstu2.composite.QuantityDt
ca.uhn.fhir.model.dstu2.composite.SimpleQuantityDt
All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeDatatype, ca.uhn.fhir.model.api.ICompositeElement, ca.uhn.fhir.model.api.IDatatype, ca.uhn.fhir.model.api.IElement, ca.uhn.fhir.model.api.IIdentifiableElement, ca.uhn.fhir.model.api.IQueryParameterType, ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions, Serializable, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseDatatype, org.hl7.fhir.instance.model.api.ICompositeType

public class SimpleQuantityDt extends ca.uhn.fhir.model.dstu2.composite.QuantityDt
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor
    SimpleQuantityDt(double theValue)
    Constructor
    SimpleQuantityDt(double theValue, String theSystem, String theUnits)
    Constructor
    SimpleQuantityDt(long theValue)
    Constructor
    SimpleQuantityDt(long theValue, String theSystem, String theUnits)
    Constructor
    SimpleQuantityDt(ca.uhn.fhir.model.dstu2.valueset.QuantityComparatorEnum theComparator, double theValue, String theUnits)
    Constructor
    SimpleQuantityDt(ca.uhn.fhir.model.dstu2.valueset.QuantityComparatorEnum theComparator, long theValue, String theUnits)
    Constructor
  • Method Summary

    Methods inherited from class ca.uhn.fhir.model.dstu2.composite.QuantityDt

    getAllPopulatedChildElementsOfType, getCode, getCodeElement, getComparator, getComparatorElement, getSystem, getSystemElement, getUnit, getUnitElement, getUnitsElement, getValue, getValueElement, isEmpty, setCode, setCode, setComparator, setComparator, setSystem, setSystem, setUnit, setUnit, setUnits, setValue, setValue, setValue, setValue

    Methods inherited from class ca.uhn.fhir.model.base.composite.BaseQuantityDt

    getMissing, getQueryParameterQualifier, getValueAsQueryToken, setMissing, setValueAsQueryToken

    Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement

    getElementSpecificId, getId, setElementSpecificId, setId, setId

    Methods inherited from class ca.uhn.fhir.model.api.BaseElement

    addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.hl7.fhir.instance.model.api.IBase

    fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData

    Methods inherited from interface ca.uhn.fhir.model.api.IQueryParameterType

    getValueAsQueryToken
  • Constructor Details

    • SimpleQuantityDt

      public SimpleQuantityDt()
      Constructor
    • SimpleQuantityDt

      public SimpleQuantityDt(double theValue)
      Constructor
    • SimpleQuantityDt

      public SimpleQuantityDt(long theValue)
      Constructor
    • SimpleQuantityDt

      public SimpleQuantityDt(ca.uhn.fhir.model.dstu2.valueset.QuantityComparatorEnum theComparator, double theValue, String theUnits)
      Constructor
    • SimpleQuantityDt

      public SimpleQuantityDt(ca.uhn.fhir.model.dstu2.valueset.QuantityComparatorEnum theComparator, long theValue, String theUnits)
      Constructor
    • SimpleQuantityDt

      public SimpleQuantityDt(double theValue, String theSystem, String theUnits)
      Constructor
    • SimpleQuantityDt

      public SimpleQuantityDt(long theValue, String theSystem, String theUnits)
      Constructor