| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
ClaimReference |
ClaimReference.Builder.build() |
static ClaimReference |
ClaimReference.fromByteBuffer(ByteBuffer b)
Deserializes a ClaimReference from a ByteBuffer.
|
ClaimReference |
ClaimRelated.getClaim()
Gets the value of the 'claim' field.
|
ClaimReference |
ClaimRelated.Builder.getClaim()
Gets the value of the 'claim' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<ClaimReference> |
ClaimReference.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<ClaimReference> |
ClaimReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static ClaimReference.Builder |
ClaimReference.newBuilder(ClaimReference other)
Creates a new ClaimReference RecordBuilder by copying an existing ClaimReference instance.
|
void |
ClaimRelated.setClaim(ClaimReference value)
Sets the value of the 'claim' field.
|
ClaimRelated.Builder |
ClaimRelated.Builder.setClaim(ClaimReference value)
Sets the value of the 'claim' field.
|
| Constructor and Description |
|---|
ClaimRelated(String id,
ClaimReference claim,
CodeableConcept relationship,
Identifier reference)
All-args constructor.
|
Copyright © 2020. All rights reserved.