public static class PatientAnimal.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<PatientAnimal> implements org.apache.avro.data.RecordBuilder<PatientAnimal>
| Modifier and Type | Method and Description |
|---|---|
PatientAnimal |
build() |
PatientAnimal.Builder |
clearBreed()
Clears the value of the 'breed' field.
|
PatientAnimal.Builder |
clearGenderStatus()
Clears the value of the 'genderStatus' field.
|
PatientAnimal.Builder |
clearId()
Clears the value of the 'id' field.
|
PatientAnimal.Builder |
clearSpecies()
Clears the value of the 'species' field.
|
CodeableConcept |
getBreed()
Gets the value of the 'breed' field.
|
CodeableConcept.Builder |
getBreedBuilder()
Gets the Builder instance for the 'breed' field and creates one if it doesn't exist yet.
|
CodeableConcept |
getGenderStatus()
Gets the value of the 'genderStatus' field.
|
CodeableConcept.Builder |
getGenderStatusBuilder()
Gets the Builder instance for the 'genderStatus' field and creates one if it doesn't exist yet.
|
String |
getId()
Gets the value of the 'id' field.
|
CodeableConcept |
getSpecies()
Gets the value of the 'species' field.
|
CodeableConcept.Builder |
getSpeciesBuilder()
Gets the Builder instance for the 'species' field and creates one if it doesn't exist yet.
|
boolean |
hasBreed()
Checks whether the 'breed' field has been set.
|
boolean |
hasBreedBuilder()
Checks whether the 'breed' field has an active Builder instance
Field for FHIR property breed
|
boolean |
hasGenderStatus()
Checks whether the 'genderStatus' field has been set.
|
boolean |
hasGenderStatusBuilder()
Checks whether the 'genderStatus' field has an active Builder instance
Field for FHIR property genderStatus
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasSpecies()
Checks whether the 'species' field has been set.
|
boolean |
hasSpeciesBuilder()
Checks whether the 'species' field has an active Builder instance
Field for FHIR property species
|
PatientAnimal.Builder |
setBreed(CodeableConcept value)
Sets the value of the 'breed' field.
|
PatientAnimal.Builder |
setBreedBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'breed' field
Field for FHIR property breed
|
PatientAnimal.Builder |
setGenderStatus(CodeableConcept value)
Sets the value of the 'genderStatus' field.
|
PatientAnimal.Builder |
setGenderStatusBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'genderStatus' field
Field for FHIR property genderStatus
|
PatientAnimal.Builder |
setId(String value)
Sets the value of the 'id' field.
|
PatientAnimal.Builder |
setSpecies(CodeableConcept value)
Sets the value of the 'species' field.
|
PatientAnimal.Builder |
setSpeciesBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'species' field
Field for FHIR property species
|
public String getId()
public PatientAnimal.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public PatientAnimal.Builder clearId()
public CodeableConcept getSpecies()
public PatientAnimal.Builder setSpecies(CodeableConcept value)
value - The value of 'species'.public boolean hasSpecies()
public CodeableConcept.Builder getSpeciesBuilder()
public PatientAnimal.Builder setSpeciesBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasSpeciesBuilder()
public PatientAnimal.Builder clearSpecies()
public CodeableConcept getBreed()
public PatientAnimal.Builder setBreed(CodeableConcept value)
value - The value of 'breed'.public boolean hasBreed()
public CodeableConcept.Builder getBreedBuilder()
public PatientAnimal.Builder setBreedBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasBreedBuilder()
public PatientAnimal.Builder clearBreed()
public CodeableConcept getGenderStatus()
public PatientAnimal.Builder setGenderStatus(CodeableConcept value)
value - The value of 'genderStatus'.public boolean hasGenderStatus()
public CodeableConcept.Builder getGenderStatusBuilder()
public PatientAnimal.Builder setGenderStatusBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasGenderStatusBuilder()
public PatientAnimal.Builder clearGenderStatus()
public PatientAnimal build()
build in interface org.apache.avro.data.RecordBuilder<PatientAnimal>Copyright © 2020. All rights reserved.