public class ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime.Builder
RecordBuilder for ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime instances.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.avro.Schema |
SCHEMA$ |
| Constructor and Description |
|---|
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime()
Default constructor.
|
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime(Quantity quantity,
CodeableConcept codeableConcept,
String string,
Range range,
Ratio ratio,
SampledData sampledData,
Attachment attachment,
String time,
String dateTime,
Period period)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime> |
createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
static ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime |
fromByteBuffer(ByteBuffer b)
Deserializes a ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime from a ByteBuffer.
|
Object |
get(int field$) |
Attachment |
getAttachment()
Gets the value of the 'attachment' field.
|
static org.apache.avro.Schema |
getClassSchema() |
CodeableConcept |
getCodeableConcept()
Gets the value of the 'codeableConcept' field.
|
String |
getDateTime()
Gets the value of the 'dateTime' field.
|
static org.apache.avro.message.BinaryMessageDecoder<ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime> |
getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
Period |
getPeriod()
Gets the value of the 'period' field.
|
Quantity |
getQuantity()
Gets the value of the 'quantity' field.
|
Range |
getRange()
Gets the value of the 'range' field.
|
Ratio |
getRatio()
Gets the value of the 'ratio' field.
|
SampledData |
getSampledData()
Gets the value of the 'sampledData' field.
|
org.apache.avro.Schema |
getSchema() |
String |
getString()
Gets the value of the 'string' field.
|
String |
getTime()
Gets the value of the 'time' field.
|
static ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime.Builder |
newBuilder()
Creates a new ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime RecordBuilder.
|
static ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime.Builder |
newBuilder(ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime.Builder other)
Creates a new ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime RecordBuilder by copying an existing Builder.
|
static ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime.Builder |
newBuilder(ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime other)
Creates a new ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime RecordBuilder by copying an existing ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime instance.
|
void |
put(int field$,
Object value$) |
void |
readExternal(ObjectInput in) |
void |
setAttachment(Attachment value)
Sets the value of the 'attachment' field.
|
void |
setCodeableConcept(CodeableConcept value)
Sets the value of the 'codeableConcept' field.
|
void |
setDateTime(String value)
Sets the value of the 'dateTime' field.
|
void |
setPeriod(Period value)
Sets the value of the 'period' field.
|
void |
setQuantity(Quantity value)
Sets the value of the 'quantity' field.
|
void |
setRange(Range value)
Sets the value of the 'range' field.
|
void |
setRatio(Ratio value)
Sets the value of the 'ratio' field.
|
void |
setSampledData(SampledData value)
Sets the value of the 'sampledData' field.
|
void |
setString(String value)
Sets the value of the 'string' field.
|
void |
setTime(String value)
Sets the value of the 'time' field.
|
ByteBuffer |
toByteBuffer()
Serializes this ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime to a ByteBuffer.
|
void |
writeExternal(ObjectOutput out) |
public ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime()
newBuilder().public ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime(Quantity quantity, CodeableConcept codeableConcept, String string, Range range, Ratio ratio, SampledData sampledData, Attachment attachment, String time, String dateTime, Period period)
quantity - Choice fieldcodeableConcept - Choice fieldstring - Choice fieldrange - Choice fieldratio - Choice fieldsampledData - Choice fieldattachment - Choice fieldtime - Choice fielddateTime - Choice fieldperiod - Choice fieldpublic static org.apache.avro.Schema getClassSchema()
public static org.apache.avro.message.BinaryMessageDecoder<ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime> getDecoder()
public static org.apache.avro.message.BinaryMessageDecoder<ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime> createDecoder(org.apache.avro.message.SchemaStore resolver)
SchemaStore.resolver - a SchemaStore used to find schemas by fingerprintpublic ByteBuffer toByteBuffer() throws IOException
IOExceptionpublic static ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime fromByteBuffer(ByteBuffer b) throws IOException
IOExceptionpublic org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBasepublic void put(int field$,
Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic Quantity getQuantity()
public void setQuantity(Quantity value)
value - the value to set.public CodeableConcept getCodeableConcept()
public void setCodeableConcept(CodeableConcept value)
value - the value to set.public String getString()
public void setString(String value)
value - the value to set.public Range getRange()
public void setRange(Range value)
value - the value to set.public Ratio getRatio()
public void setRatio(Ratio value)
value - the value to set.public SampledData getSampledData()
public void setSampledData(SampledData value)
value - the value to set.public Attachment getAttachment()
public void setAttachment(Attachment value)
value - the value to set.public String getTime()
public void setTime(String value)
value - the value to set.public String getDateTime()
public void setDateTime(String value)
value - the value to set.public Period getPeriod()
public void setPeriod(Period value)
value - the value to set.public static ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime.Builder newBuilder()
public static ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime.Builder newBuilder(ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime.Builder other)
other - The existing builder to copy.public static ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime.Builder newBuilder(ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime other)
other - The existing instance to copy.public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class org.apache.avro.specific.SpecificRecordBaseIOExceptionpublic void readExternal(ObjectInput in) throws IOException
readExternal in interface ExternalizablereadExternal in class org.apache.avro.specific.SpecificRecordBaseIOExceptionCopyright © 2020. All rights reserved.