public static class CarePlanProcedureRequestReferralRequestReference.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<CarePlanProcedureRequestReferralRequestReference> implements org.apache.avro.data.RecordBuilder<CarePlanProcedureRequestReferralRequestReference>
| Modifier and Type | Method and Description |
|---|---|
CarePlanProcedureRequestReferralRequestReference |
build() |
CarePlanProcedureRequestReferralRequestReference.Builder |
clearCarePlanId()
Clears the value of the 'CarePlanId' field.
|
CarePlanProcedureRequestReferralRequestReference.Builder |
clearDisplay()
Clears the value of the 'display' field.
|
CarePlanProcedureRequestReferralRequestReference.Builder |
clearId()
Clears the value of the 'id' field.
|
CarePlanProcedureRequestReferralRequestReference.Builder |
clearIdentifier()
Clears the value of the 'identifier' field.
|
CarePlanProcedureRequestReferralRequestReference.Builder |
clearProcedureRequestId()
Clears the value of the 'ProcedureRequestId' field.
|
CarePlanProcedureRequestReferralRequestReference.Builder |
clearReference()
Clears the value of the 'reference' field.
|
CarePlanProcedureRequestReferralRequestReference.Builder |
clearReferralRequestId()
Clears the value of the 'ReferralRequestId' field.
|
String |
getCarePlanId()
Gets the value of the 'CarePlanId' field.
|
String |
getDisplay()
Gets the value of the 'display' field.
|
String |
getId()
Gets the value of the 'id' field.
|
Identifier |
getIdentifier()
Gets the value of the 'identifier' field.
|
Identifier.Builder |
getIdentifierBuilder()
Gets the Builder instance for the 'identifier' field and creates one if it doesn't exist yet.
|
String |
getProcedureRequestId()
Gets the value of the 'ProcedureRequestId' field.
|
String |
getReference()
Gets the value of the 'reference' field.
|
String |
getReferralRequestId()
Gets the value of the 'ReferralRequestId' field.
|
boolean |
hasCarePlanId()
Checks whether the 'CarePlanId' field has been set.
|
boolean |
hasDisplay()
Checks whether the 'display' field has been set.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasIdentifier()
Checks whether the 'identifier' field has been set.
|
boolean |
hasIdentifierBuilder()
Checks whether the 'identifier' field has an active Builder instance
Reference field
|
boolean |
hasProcedureRequestId()
Checks whether the 'ProcedureRequestId' field has been set.
|
boolean |
hasReference()
Checks whether the 'reference' field has been set.
|
boolean |
hasReferralRequestId()
Checks whether the 'ReferralRequestId' field has been set.
|
CarePlanProcedureRequestReferralRequestReference.Builder |
setCarePlanId(String value)
Sets the value of the 'CarePlanId' field.
|
CarePlanProcedureRequestReferralRequestReference.Builder |
setDisplay(String value)
Sets the value of the 'display' field.
|
CarePlanProcedureRequestReferralRequestReference.Builder |
setId(String value)
Sets the value of the 'id' field.
|
CarePlanProcedureRequestReferralRequestReference.Builder |
setIdentifier(Identifier value)
Sets the value of the 'identifier' field.
|
CarePlanProcedureRequestReferralRequestReference.Builder |
setIdentifierBuilder(Identifier.Builder value)
Sets the Builder instance for the 'identifier' field
Reference field
|
CarePlanProcedureRequestReferralRequestReference.Builder |
setProcedureRequestId(String value)
Sets the value of the 'ProcedureRequestId' field.
|
CarePlanProcedureRequestReferralRequestReference.Builder |
setReference(String value)
Sets the value of the 'reference' field.
|
CarePlanProcedureRequestReferralRequestReference.Builder |
setReferralRequestId(String value)
Sets the value of the 'ReferralRequestId' field.
|
public String getCarePlanId()
public CarePlanProcedureRequestReferralRequestReference.Builder setCarePlanId(String value)
value - The value of 'CarePlanId'.public boolean hasCarePlanId()
public CarePlanProcedureRequestReferralRequestReference.Builder clearCarePlanId()
public String getProcedureRequestId()
public CarePlanProcedureRequestReferralRequestReference.Builder setProcedureRequestId(String value)
value - The value of 'ProcedureRequestId'.public boolean hasProcedureRequestId()
public CarePlanProcedureRequestReferralRequestReference.Builder clearProcedureRequestId()
public String getReferralRequestId()
public CarePlanProcedureRequestReferralRequestReference.Builder setReferralRequestId(String value)
value - The value of 'ReferralRequestId'.public boolean hasReferralRequestId()
public CarePlanProcedureRequestReferralRequestReference.Builder clearReferralRequestId()
public String getId()
public CarePlanProcedureRequestReferralRequestReference.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public CarePlanProcedureRequestReferralRequestReference.Builder clearId()
public String getReference()
public CarePlanProcedureRequestReferralRequestReference.Builder setReference(String value)
value - The value of 'reference'.public boolean hasReference()
public CarePlanProcedureRequestReferralRequestReference.Builder clearReference()
public Identifier getIdentifier()
public CarePlanProcedureRequestReferralRequestReference.Builder setIdentifier(Identifier value)
value - The value of 'identifier'.public boolean hasIdentifier()
public Identifier.Builder getIdentifierBuilder()
public CarePlanProcedureRequestReferralRequestReference.Builder setIdentifierBuilder(Identifier.Builder value)
value - The builder instance that must be set.public boolean hasIdentifierBuilder()
public CarePlanProcedureRequestReferralRequestReference.Builder clearIdentifier()
public String getDisplay()
public CarePlanProcedureRequestReferralRequestReference.Builder setDisplay(String value)
value - The value of 'display'.public boolean hasDisplay()
public CarePlanProcedureRequestReferralRequestReference.Builder clearDisplay()
public CarePlanProcedureRequestReferralRequestReference build()
build in interface org.apache.avro.data.RecordBuilder<CarePlanProcedureRequestReferralRequestReference>Copyright © 2020. All rights reserved.