| Modifier and Type | Method and Description |
|---|---|
Range |
build() |
Range.Builder |
clearHigh()
Clears the value of the 'high' field.
|
Range.Builder |
clearId()
Clears the value of the 'id' field.
|
Range.Builder |
clearLow()
Clears the value of the 'low' field.
|
Quantity |
getHigh()
Gets the value of the 'high' field.
|
Quantity.Builder |
getHighBuilder()
Gets the Builder instance for the 'high' field and creates one if it doesn't exist yet.
|
String |
getId()
Gets the value of the 'id' field.
|
Quantity |
getLow()
Gets the value of the 'low' field.
|
Quantity.Builder |
getLowBuilder()
Gets the Builder instance for the 'low' field and creates one if it doesn't exist yet.
|
boolean |
hasHigh()
Checks whether the 'high' field has been set.
|
boolean |
hasHighBuilder()
Checks whether the 'high' field has an active Builder instance
Field for FHIR property high
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasLow()
Checks whether the 'low' field has been set.
|
boolean |
hasLowBuilder()
Checks whether the 'low' field has an active Builder instance
Field for FHIR property low
|
Range.Builder |
setHigh(Quantity value)
Sets the value of the 'high' field.
|
Range.Builder |
setHighBuilder(Quantity.Builder value)
Sets the Builder instance for the 'high' field
Field for FHIR property high
|
Range.Builder |
setId(String value)
Sets the value of the 'id' field.
|
Range.Builder |
setLow(Quantity value)
Sets the value of the 'low' field.
|
Range.Builder |
setLowBuilder(Quantity.Builder value)
Sets the Builder instance for the 'low' field
Field for FHIR property low
|
public String getId()
public Range.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public Range.Builder clearId()
public Quantity getLow()
public Range.Builder setLow(Quantity value)
value - The value of 'low'.public boolean hasLow()
public Quantity.Builder getLowBuilder()
public Range.Builder setLowBuilder(Quantity.Builder value)
value - The builder instance that must be set.public boolean hasLowBuilder()
public Range.Builder clearLow()
public Quantity getHigh()
public Range.Builder setHigh(Quantity value)
value - The value of 'high'.public boolean hasHigh()
public Quantity.Builder getHighBuilder()
public Range.Builder setHighBuilder(Quantity.Builder value)
value - The builder instance that must be set.public boolean hasHighBuilder()
public Range.Builder clearHigh()
Copyright © 2020. All rights reserved.