Uses of Class
org.hl7.fhir.dstu2016may.model.Sequence.SequenceRepositoryComponent
-
Packages that use Sequence.SequenceRepositoryComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of Sequence.SequenceRepositoryComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return Sequence.SequenceRepositoryComponent Modifier and Type Method Description protected Sequence.SequenceRepositoryComponentJsonParser. parseSequenceSequenceRepositoryComponent(com.google.gson.JsonObject json, Sequence owner)protected Sequence.SequenceRepositoryComponentXmlParser. parseSequenceSequenceRepositoryComponent(org.xmlpull.v1.XmlPullParser xpp, Sequence owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type Sequence.SequenceRepositoryComponent Modifier and Type Method Description protected voidJsonParser. composeSequenceSequenceRepositoryComponent(String name, Sequence.SequenceRepositoryComponent element)protected voidRdfParser. composeSequenceSequenceRepositoryComponent(RdfGenerator.Complex parent, String parentType, String name, Sequence.SequenceRepositoryComponent element, int index)protected voidXmlParser. composeSequenceSequenceRepositoryComponent(String name, Sequence.SequenceRepositoryComponent element)protected voidJsonParser. composeSequenceSequenceRepositoryComponentInner(Sequence.SequenceRepositoryComponent element) -
Uses of Sequence.SequenceRepositoryComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type Sequence.SequenceRepositoryComponent Modifier and Type Field Description protected List<Sequence.SequenceRepositoryComponent>Sequence. repositoryConfigurations of the external repository.Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type Sequence.SequenceRepositoryComponent Modifier and Type Method Description List<Sequence.SequenceRepositoryComponent>Sequence. getRepository()Methods in org.hl7.fhir.dstu2016may.model with parameters of type Sequence.SequenceRepositoryComponent Modifier and Type Method Description SequenceSequence. addRepository(Sequence.SequenceRepositoryComponent t)
-