| Modifier and Type | Method and Description |
|---|---|
Timing |
build() |
Timing.Builder |
clearCode()
Clears the value of the 'code' field.
|
Timing.Builder |
clearEvent()
Clears the value of the 'event' field.
|
Timing.Builder |
clearId()
Clears the value of the 'id' field.
|
Timing.Builder |
clearRepeat()
Clears the value of the 'repeat' field.
|
CodeableConcept |
getCode()
Gets the value of the 'code' field.
|
CodeableConcept.Builder |
getCodeBuilder()
Gets the Builder instance for the 'code' field and creates one if it doesn't exist yet.
|
List<String> |
getEvent()
Gets the value of the 'event' field.
|
String |
getId()
Gets the value of the 'id' field.
|
TimingRepeat |
getRepeat()
Gets the value of the 'repeat' field.
|
TimingRepeat.Builder |
getRepeatBuilder()
Gets the Builder instance for the 'repeat' field and creates one if it doesn't exist yet.
|
boolean |
hasCode()
Checks whether the 'code' field has been set.
|
boolean |
hasCodeBuilder()
Checks whether the 'code' field has an active Builder instance
Field for FHIR property code
|
boolean |
hasEvent()
Checks whether the 'event' field has been set.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasRepeat()
Checks whether the 'repeat' field has been set.
|
boolean |
hasRepeatBuilder()
Checks whether the 'repeat' field has an active Builder instance
Field for FHIR property repeat
|
Timing.Builder |
setCode(CodeableConcept value)
Sets the value of the 'code' field.
|
Timing.Builder |
setCodeBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'code' field
Field for FHIR property code
|
Timing.Builder |
setEvent(List<String> value)
Sets the value of the 'event' field.
|
Timing.Builder |
setId(String value)
Sets the value of the 'id' field.
|
Timing.Builder |
setRepeat(TimingRepeat value)
Sets the value of the 'repeat' field.
|
Timing.Builder |
setRepeatBuilder(TimingRepeat.Builder value)
Sets the Builder instance for the 'repeat' field
Field for FHIR property repeat
|
public String getId()
public Timing.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public Timing.Builder clearId()
public List<String> getEvent()
public Timing.Builder setEvent(List<String> value)
value - The value of 'event'.public boolean hasEvent()
public Timing.Builder clearEvent()
public TimingRepeat getRepeat()
public Timing.Builder setRepeat(TimingRepeat value)
value - The value of 'repeat'.public boolean hasRepeat()
public TimingRepeat.Builder getRepeatBuilder()
public Timing.Builder setRepeatBuilder(TimingRepeat.Builder value)
value - The builder instance that must be set.public boolean hasRepeatBuilder()
public Timing.Builder clearRepeat()
public CodeableConcept getCode()
public Timing.Builder setCode(CodeableConcept value)
value - The value of 'code'.public boolean hasCode()
public CodeableConcept.Builder getCodeBuilder()
public Timing.Builder setCodeBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasCodeBuilder()
public Timing.Builder clearCode()
Copyright © 2020. All rights reserved.