public static class ProcedureRequestRequester.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ProcedureRequestRequester> implements org.apache.avro.data.RecordBuilder<ProcedureRequestRequester>
| Modifier and Type | Method and Description |
|---|---|
ProcedureRequestRequester |
build() |
ProcedureRequestRequester.Builder |
clearAgent()
Clears the value of the 'agent' field.
|
ProcedureRequestRequester.Builder |
clearId()
Clears the value of the 'id' field.
|
ProcedureRequestRequester.Builder |
clearOnBehalfOf()
Clears the value of the 'onBehalfOf' field.
|
DeviceOrganizationPractitionerReference |
getAgent()
Gets the value of the 'agent' field.
|
DeviceOrganizationPractitionerReference.Builder |
getAgentBuilder()
Gets the Builder instance for the 'agent' field and creates one if it doesn't exist yet.
|
String |
getId()
Gets the value of the 'id' field.
|
OrganizationReference |
getOnBehalfOf()
Gets the value of the 'onBehalfOf' field.
|
OrganizationReference.Builder |
getOnBehalfOfBuilder()
Gets the Builder instance for the 'onBehalfOf' field and creates one if it doesn't exist yet.
|
boolean |
hasAgent()
Checks whether the 'agent' field has been set.
|
boolean |
hasAgentBuilder()
Checks whether the 'agent' field has an active Builder instance
Field for FHIR property agent
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasOnBehalfOf()
Checks whether the 'onBehalfOf' field has been set.
|
boolean |
hasOnBehalfOfBuilder()
Checks whether the 'onBehalfOf' field has an active Builder instance
Field for FHIR property onBehalfOf
|
ProcedureRequestRequester.Builder |
setAgent(DeviceOrganizationPractitionerReference value)
Sets the value of the 'agent' field.
|
ProcedureRequestRequester.Builder |
setAgentBuilder(DeviceOrganizationPractitionerReference.Builder value)
Sets the Builder instance for the 'agent' field
Field for FHIR property agent
|
ProcedureRequestRequester.Builder |
setId(String value)
Sets the value of the 'id' field.
|
ProcedureRequestRequester.Builder |
setOnBehalfOf(OrganizationReference value)
Sets the value of the 'onBehalfOf' field.
|
ProcedureRequestRequester.Builder |
setOnBehalfOfBuilder(OrganizationReference.Builder value)
Sets the Builder instance for the 'onBehalfOf' field
Field for FHIR property onBehalfOf
|
public String getId()
public ProcedureRequestRequester.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public ProcedureRequestRequester.Builder clearId()
public DeviceOrganizationPractitionerReference getAgent()
public ProcedureRequestRequester.Builder setAgent(DeviceOrganizationPractitionerReference value)
value - The value of 'agent'.public boolean hasAgent()
public DeviceOrganizationPractitionerReference.Builder getAgentBuilder()
public ProcedureRequestRequester.Builder setAgentBuilder(DeviceOrganizationPractitionerReference.Builder value)
value - The builder instance that must be set.public boolean hasAgentBuilder()
public ProcedureRequestRequester.Builder clearAgent()
public OrganizationReference getOnBehalfOf()
public ProcedureRequestRequester.Builder setOnBehalfOf(OrganizationReference value)
value - The value of 'onBehalfOf'.public boolean hasOnBehalfOf()
public OrganizationReference.Builder getOnBehalfOfBuilder()
public ProcedureRequestRequester.Builder setOnBehalfOfBuilder(OrganizationReference.Builder value)
value - The builder instance that must be set.public boolean hasOnBehalfOfBuilder()
public ProcedureRequestRequester.Builder clearOnBehalfOf()
public ProcedureRequestRequester build()
build in interface org.apache.avro.data.RecordBuilder<ProcedureRequestRequester>Copyright © 2020. All rights reserved.