Uses of Class
org.hl7.fhir.dstu2016may.model.Sequence.SequenceQualityComponent
-
Packages that use Sequence.SequenceQualityComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of Sequence.SequenceQualityComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return Sequence.SequenceQualityComponent Modifier and Type Method Description protected Sequence.SequenceQualityComponentJsonParser. parseSequenceSequenceQualityComponent(com.google.gson.JsonObject json, Sequence owner)protected Sequence.SequenceQualityComponentXmlParser. parseSequenceSequenceQualityComponent(org.xmlpull.v1.XmlPullParser xpp, Sequence owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type Sequence.SequenceQualityComponent Modifier and Type Method Description protected voidJsonParser. composeSequenceSequenceQualityComponent(String name, Sequence.SequenceQualityComponent element)protected voidRdfParser. composeSequenceSequenceQualityComponent(RdfGenerator.Complex parent, String parentType, String name, Sequence.SequenceQualityComponent element, int index)protected voidXmlParser. composeSequenceSequenceQualityComponent(String name, Sequence.SequenceQualityComponent element)protected voidJsonParser. composeSequenceSequenceQualityComponentInner(Sequence.SequenceQualityComponent element) -
Uses of Sequence.SequenceQualityComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type Sequence.SequenceQualityComponent Modifier and Type Field Description protected List<Sequence.SequenceQualityComponent>Sequence. qualityQuality for sequence quality vary by platform reflecting differences in sequencing chemistry and digital processing.Methods in org.hl7.fhir.dstu2016may.model that return Sequence.SequenceQualityComponent Modifier and Type Method Description Sequence.SequenceQualityComponentSequence. addQuality()Sequence.SequenceQualityComponentSequence.SequenceQualityComponent. copy()Sequence.SequenceQualityComponentSequence.SequenceQualityComponent. setEnd(int value)Sequence.SequenceQualityComponentSequence.SequenceQualityComponent. setEndElement(IntegerType value)Sequence.SequenceQualityComponentSequence.SequenceQualityComponent. setMethod(String value)Sequence.SequenceQualityComponentSequence.SequenceQualityComponent. setMethodElement(StringType value)Sequence.SequenceQualityComponentSequence.SequenceQualityComponent. setScore(Quantity value)Sequence.SequenceQualityComponentSequence.SequenceQualityComponent. setStart(int value)Sequence.SequenceQualityComponentSequence.SequenceQualityComponent. setStartElement(IntegerType value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type Sequence.SequenceQualityComponent Modifier and Type Method Description List<Sequence.SequenceQualityComponent>Sequence. getQuality()Methods in org.hl7.fhir.dstu2016may.model with parameters of type Sequence.SequenceQualityComponent Modifier and Type Method Description SequenceSequence. addQuality(Sequence.SequenceQualityComponent t)
-