Uses of Class
org.hl7.fhir.dstu3.model.Sequence.SequenceVariantComponent
Packages that use Sequence.SequenceVariantComponent
-
Uses of Sequence.SequenceVariantComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Sequence.SequenceVariantComponentModifier and TypeMethodDescriptionprotected Sequence.SequenceVariantComponentJsonParser.parseSequenceSequenceVariantComponent(com.google.gson.JsonObject json, Sequence owner)protected Sequence.SequenceVariantComponentXmlParser.parseSequenceSequenceVariantComponent(org.xmlpull.v1.XmlPullParser xpp, Sequence owner)Methods in org.hl7.fhir.dstu3.formats with parameters of type Sequence.SequenceVariantComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeSequenceSequenceVariantComponent(String name, Sequence.SequenceVariantComponent element)protected voidRdfParser.composeSequenceSequenceVariantComponent(Turtle.Complex parent, String parentType, String name, Sequence.SequenceVariantComponent element, int index)protected voidXmlParser.composeSequenceSequenceVariantComponent(String name, Sequence.SequenceVariantComponent element)protected voidXmlParser.composeSequenceSequenceVariantComponentElements(Sequence.SequenceVariantComponent element)protected voidJsonParser.composeSequenceSequenceVariantComponentInner(Sequence.SequenceVariantComponent element)protected booleanXmlParser.parseSequenceSequenceVariantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Sequence owner, Sequence.SequenceVariantComponent res)protected voidJsonParser.parseSequenceSequenceVariantComponentProperties(com.google.gson.JsonObject json, Sequence owner, Sequence.SequenceVariantComponent res) -
Uses of Sequence.SequenceVariantComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Sequence.SequenceVariantComponentModifier and TypeFieldDescriptionprotected List<Sequence.SequenceVariantComponent>Sequence.variantThe definition of variant here originates from Sequence ontology ([variant_of](http://www.sequenceontology.org/browser/current_svn/term/variant_of)).Methods in org.hl7.fhir.dstu3.model that return Sequence.SequenceVariantComponentModifier 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)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Sequence.SequenceVariantComponentMethods in org.hl7.fhir.dstu3.model with parameters of type Sequence.SequenceVariantComponentMethod parameters in org.hl7.fhir.dstu3.model with type arguments of type Sequence.SequenceVariantComponentModifier and TypeMethodDescriptionSequence.setVariant(List<Sequence.SequenceVariantComponent> theVariant)