| Modifier and Type | Method and Description |
|---|---|
Ratio |
build() |
Ratio.Builder |
clearDenominator()
Clears the value of the 'denominator' field.
|
Ratio.Builder |
clearId()
Clears the value of the 'id' field.
|
Ratio.Builder |
clearNumerator()
Clears the value of the 'numerator' field.
|
Quantity |
getDenominator()
Gets the value of the 'denominator' field.
|
Quantity.Builder |
getDenominatorBuilder()
Gets the Builder instance for the 'denominator' field and creates one if it doesn't exist yet.
|
String |
getId()
Gets the value of the 'id' field.
|
Quantity |
getNumerator()
Gets the value of the 'numerator' field.
|
Quantity.Builder |
getNumeratorBuilder()
Gets the Builder instance for the 'numerator' field and creates one if it doesn't exist yet.
|
boolean |
hasDenominator()
Checks whether the 'denominator' field has been set.
|
boolean |
hasDenominatorBuilder()
Checks whether the 'denominator' field has an active Builder instance
Field for FHIR property denominator
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasNumerator()
Checks whether the 'numerator' field has been set.
|
boolean |
hasNumeratorBuilder()
Checks whether the 'numerator' field has an active Builder instance
Field for FHIR property numerator
|
Ratio.Builder |
setDenominator(Quantity value)
Sets the value of the 'denominator' field.
|
Ratio.Builder |
setDenominatorBuilder(Quantity.Builder value)
Sets the Builder instance for the 'denominator' field
Field for FHIR property denominator
|
Ratio.Builder |
setId(String value)
Sets the value of the 'id' field.
|
Ratio.Builder |
setNumerator(Quantity value)
Sets the value of the 'numerator' field.
|
Ratio.Builder |
setNumeratorBuilder(Quantity.Builder value)
Sets the Builder instance for the 'numerator' field
Field for FHIR property numerator
|
public String getId()
public Ratio.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public Ratio.Builder clearId()
public Quantity getNumerator()
public Ratio.Builder setNumerator(Quantity value)
value - The value of 'numerator'.public boolean hasNumerator()
public Quantity.Builder getNumeratorBuilder()
public Ratio.Builder setNumeratorBuilder(Quantity.Builder value)
value - The builder instance that must be set.public boolean hasNumeratorBuilder()
public Ratio.Builder clearNumerator()
public Quantity getDenominator()
public Ratio.Builder setDenominator(Quantity value)
value - The value of 'denominator'.public boolean hasDenominator()
public Quantity.Builder getDenominatorBuilder()
public Ratio.Builder setDenominatorBuilder(Quantity.Builder value)
value - The builder instance that must be set.public boolean hasDenominatorBuilder()
public Ratio.Builder clearDenominator()
Copyright © 2020. All rights reserved.