Uses of Class
org.hl7.fhir.dstu3.model.Sequence.SequenceVariantComponent
-
Uses of Sequence.SequenceVariantComponent in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionprotected Sequence.SequenceVariantComponent
JsonParser.parseSequenceSequenceVariantComponent
(com.google.gson.JsonObject json, Sequence owner) protected Sequence.SequenceVariantComponent
XmlParser.parseSequenceSequenceVariantComponent
(org.xmlpull.v1.XmlPullParser xpp, Sequence owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeSequenceSequenceVariantComponent
(String name, Sequence.SequenceVariantComponent element) protected void
RdfParser.composeSequenceSequenceVariantComponent
(Turtle.Complex parent, String parentType, String name, Sequence.SequenceVariantComponent element, int index) protected void
XmlParser.composeSequenceSequenceVariantComponent
(String name, Sequence.SequenceVariantComponent element) protected void
XmlParser.composeSequenceSequenceVariantComponentElements
(Sequence.SequenceVariantComponent element) protected void
JsonParser.composeSequenceSequenceVariantComponentInner
(Sequence.SequenceVariantComponent element) protected boolean
XmlParser.parseSequenceSequenceVariantComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Sequence owner, Sequence.SequenceVariantComponent res) protected void
JsonParser.parseSequenceSequenceVariantComponentProperties
(com.google.gson.JsonObject json, Sequence owner, Sequence.SequenceVariantComponent res) -
Uses of Sequence.SequenceVariantComponent in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected List
<Sequence.SequenceVariantComponent> Sequence.variant
The definition of variant here originates from Sequence ontology ([variant_of](http://www.sequenceontology.org/browser/current_svn/term/variant_of)).Modifier and TypeMethodDescriptionSequence.addVariant()
Sequence.SequenceVariantComponent.copy()
Sequence.getVariantFirstRep()
Sequence.SequenceVariantComponent.setCigarElement
(StringType value) Sequence.SequenceVariantComponent.setEnd
(int value) Sequence.SequenceVariantComponent.setEndElement
(IntegerType value) Sequence.SequenceVariantComponent.setObservedAllele
(String value) Sequence.SequenceVariantComponent.setObservedAlleleElement
(StringType value) Sequence.SequenceVariantComponent.setReferenceAllele
(String value) Sequence.SequenceVariantComponent.setReferenceAlleleElement
(StringType value) Sequence.SequenceVariantComponent.setStart
(int value) Sequence.SequenceVariantComponent.setStartElement
(IntegerType value) Sequence.SequenceVariantComponent.setVariantPointer
(Reference value) Sequence.SequenceVariantComponent.setVariantPointerTarget
(Observation value) Modifier and TypeMethodDescriptionSequence.setVariant
(List<Sequence.SequenceVariantComponent> theVariant)