public static class ChoiceAddressCodeableConceptLocationReference.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ChoiceAddressCodeableConceptLocationReference> implements org.apache.avro.data.RecordBuilder<ChoiceAddressCodeableConceptLocationReference>
| Modifier and Type | Method and Description |
|---|---|
ChoiceAddressCodeableConceptLocationReference |
build() |
ChoiceAddressCodeableConceptLocationReference.Builder |
clearAddress()
Clears the value of the 'address' field.
|
ChoiceAddressCodeableConceptLocationReference.Builder |
clearCodeableConcept()
Clears the value of the 'codeableConcept' field.
|
ChoiceAddressCodeableConceptLocationReference.Builder |
clearReference()
Clears the value of the 'reference' field.
|
Address |
getAddress()
Gets the value of the 'address' field.
|
Address.Builder |
getAddressBuilder()
Gets the Builder instance for the 'address' field and creates one if it doesn't exist yet.
|
CodeableConcept |
getCodeableConcept()
Gets the value of the 'codeableConcept' field.
|
CodeableConcept.Builder |
getCodeableConceptBuilder()
Gets the Builder instance for the 'codeableConcept' field and creates one if it doesn't exist yet.
|
LocationReference |
getReference()
Gets the value of the 'reference' field.
|
LocationReference.Builder |
getReferenceBuilder()
Gets the Builder instance for the 'reference' field and creates one if it doesn't exist yet.
|
boolean |
hasAddress()
Checks whether the 'address' field has been set.
|
boolean |
hasAddressBuilder()
Checks whether the 'address' field has an active Builder instance
Choice field
|
boolean |
hasCodeableConcept()
Checks whether the 'codeableConcept' field has been set.
|
boolean |
hasCodeableConceptBuilder()
Checks whether the 'codeableConcept' field has an active Builder instance
Choice field
|
boolean |
hasReference()
Checks whether the 'reference' field has been set.
|
boolean |
hasReferenceBuilder()
Checks whether the 'reference' field has an active Builder instance
Choice field
|
ChoiceAddressCodeableConceptLocationReference.Builder |
setAddress(Address value)
Sets the value of the 'address' field.
|
ChoiceAddressCodeableConceptLocationReference.Builder |
setAddressBuilder(Address.Builder value)
Sets the Builder instance for the 'address' field
Choice field
|
ChoiceAddressCodeableConceptLocationReference.Builder |
setCodeableConcept(CodeableConcept value)
Sets the value of the 'codeableConcept' field.
|
ChoiceAddressCodeableConceptLocationReference.Builder |
setCodeableConceptBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'codeableConcept' field
Choice field
|
ChoiceAddressCodeableConceptLocationReference.Builder |
setReference(LocationReference value)
Sets the value of the 'reference' field.
|
ChoiceAddressCodeableConceptLocationReference.Builder |
setReferenceBuilder(LocationReference.Builder value)
Sets the Builder instance for the 'reference' field
Choice field
|
public CodeableConcept getCodeableConcept()
public ChoiceAddressCodeableConceptLocationReference.Builder setCodeableConcept(CodeableConcept value)
value - The value of 'codeableConcept'.public boolean hasCodeableConcept()
public CodeableConcept.Builder getCodeableConceptBuilder()
public ChoiceAddressCodeableConceptLocationReference.Builder setCodeableConceptBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasCodeableConceptBuilder()
public ChoiceAddressCodeableConceptLocationReference.Builder clearCodeableConcept()
public Address getAddress()
public ChoiceAddressCodeableConceptLocationReference.Builder setAddress(Address value)
value - The value of 'address'.public boolean hasAddress()
public Address.Builder getAddressBuilder()
public ChoiceAddressCodeableConceptLocationReference.Builder setAddressBuilder(Address.Builder value)
value - The builder instance that must be set.public boolean hasAddressBuilder()
public ChoiceAddressCodeableConceptLocationReference.Builder clearAddress()
public LocationReference getReference()
public ChoiceAddressCodeableConceptLocationReference.Builder setReference(LocationReference value)
value - The value of 'reference'.public boolean hasReference()
public LocationReference.Builder getReferenceBuilder()
public ChoiceAddressCodeableConceptLocationReference.Builder setReferenceBuilder(LocationReference.Builder value)
value - The builder instance that must be set.public boolean hasReferenceBuilder()
public ChoiceAddressCodeableConceptLocationReference.Builder clearReference()
public ChoiceAddressCodeableConceptLocationReference build()
build in interface org.apache.avro.data.RecordBuilder<ChoiceAddressCodeableConceptLocationReference>Copyright © 2020. All rights reserved.