Uses of Class
org.hl7.fhir.dstu3.model.Sequence
-
Packages that use Sequence Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of Sequence in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Sequence Modifier and Type Method Description protected SequenceJsonParser. parseSequence(com.google.gson.JsonObject json)protected SequenceXmlParser. parseSequence(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu3.formats with parameters of type Sequence Modifier and Type Method Description protected voidJsonParser. composeSequence(String name, Sequence element)protected voidRdfParser. composeSequence(Turtle.Complex parent, String parentType, String name, Sequence element, int index)protected voidXmlParser. composeSequence(String name, Sequence element)protected voidXmlParser. composeSequenceElements(Sequence element)protected voidJsonParser. composeSequenceInner(Sequence element)protected booleanXmlParser. parseSequenceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Sequence res)protected voidJsonParser. parseSequenceProperties(com.google.gson.JsonObject json, Sequence res)protected Sequence.SequenceQualityComponentJsonParser. parseSequenceSequenceQualityComponent(com.google.gson.JsonObject json, Sequence owner)protected Sequence.SequenceQualityComponentXmlParser. parseSequenceSequenceQualityComponent(org.xmlpull.v1.XmlPullParser xpp, Sequence owner)protected booleanXmlParser. parseSequenceSequenceQualityComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Sequence owner, Sequence.SequenceQualityComponent res)protected voidJsonParser. parseSequenceSequenceQualityComponentProperties(com.google.gson.JsonObject json, Sequence owner, Sequence.SequenceQualityComponent res)protected Sequence.SequenceReferenceSeqComponentJsonParser. parseSequenceSequenceReferenceSeqComponent(com.google.gson.JsonObject json, Sequence owner)protected Sequence.SequenceReferenceSeqComponentXmlParser. parseSequenceSequenceReferenceSeqComponent(org.xmlpull.v1.XmlPullParser xpp, Sequence owner)protected booleanXmlParser. parseSequenceSequenceReferenceSeqComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Sequence owner, Sequence.SequenceReferenceSeqComponent res)protected voidJsonParser. parseSequenceSequenceReferenceSeqComponentProperties(com.google.gson.JsonObject json, Sequence owner, Sequence.SequenceReferenceSeqComponent res)protected Sequence.SequenceRepositoryComponentJsonParser. parseSequenceSequenceRepositoryComponent(com.google.gson.JsonObject json, Sequence owner)protected Sequence.SequenceRepositoryComponentXmlParser. parseSequenceSequenceRepositoryComponent(org.xmlpull.v1.XmlPullParser xpp, Sequence owner)protected booleanXmlParser. parseSequenceSequenceRepositoryComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Sequence owner, Sequence.SequenceRepositoryComponent res)protected voidJsonParser. parseSequenceSequenceRepositoryComponentProperties(com.google.gson.JsonObject json, Sequence owner, Sequence.SequenceRepositoryComponent res)protected Sequence.SequenceVariantComponentJsonParser. parseSequenceSequenceVariantComponent(com.google.gson.JsonObject json, Sequence owner)protected Sequence.SequenceVariantComponentXmlParser. parseSequenceSequenceVariantComponent(org.xmlpull.v1.XmlPullParser xpp, Sequence owner)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 in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as Sequence Modifier and Type Field Description protected SequenceSequence.SequenceReferenceSeqComponent. referenceSeqPointerTargetThe actual object that is the target of the reference (A Pointer to another Sequence entity as reference sequence.)Fields in org.hl7.fhir.dstu3.model with type parameters of type Sequence Modifier and Type Field Description protected List<Sequence>Sequence. pointerTargetThe actual objects that are the target of the reference (Pointer to next atomic sequence which at most contains one variant.)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Sequence Modifier and Type Method Description List<Sequence>Sequence. getPointerTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.dstu3.model with parameters of type Sequence Modifier and Type Method Description Sequence.SequenceReferenceSeqComponentSequence.SequenceReferenceSeqComponent. setReferenceSeqPointerTarget(Sequence value)
-