| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
ChoiceAddressLocationReference |
ChoiceAddressLocationReference.Builder.build() |
static ChoiceAddressLocationReference |
ChoiceAddressLocationReference.fromByteBuffer(ByteBuffer b)
Deserializes a ChoiceAddressLocationReference from a ByteBuffer.
|
ChoiceAddressLocationReference |
ClaimAccident.getLocation()
Gets the value of the 'location' field.
|
ChoiceAddressLocationReference |
ClaimAccident.Builder.getLocation()
Gets the value of the 'location' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<ChoiceAddressLocationReference> |
ChoiceAddressLocationReference.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
static org.apache.avro.message.BinaryMessageDecoder<ChoiceAddressLocationReference> |
ChoiceAddressLocationReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static ChoiceAddressLocationReference.Builder |
ChoiceAddressLocationReference.newBuilder(ChoiceAddressLocationReference other)
Creates a new ChoiceAddressLocationReference RecordBuilder by copying an existing ChoiceAddressLocationReference instance.
|
void |
ClaimAccident.setLocation(ChoiceAddressLocationReference value)
Sets the value of the 'location' field.
|
ClaimAccident.Builder |
ClaimAccident.Builder.setLocation(ChoiceAddressLocationReference value)
Sets the value of the 'location' field.
|
| Constructor and Description |
|---|
ClaimAccident(String id,
String date,
CodeableConcept type,
ChoiceAddressLocationReference location)
All-args constructor.
|
Copyright © 2020. All rights reserved.