Uses of Class
org.hl7.fhir.dstu3.model.Sequence.SequenceRepositoryComponent
Packages that use Sequence.SequenceRepositoryComponent
-
Uses of Sequence.SequenceRepositoryComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Sequence.SequenceRepositoryComponentModifier and TypeMethodDescriptionprotected 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.dstu3.formats with parameters of type Sequence.SequenceRepositoryComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeSequenceSequenceRepositoryComponent(String name, Sequence.SequenceRepositoryComponent element)protected voidRdfParser.composeSequenceSequenceRepositoryComponent(Turtle.Complex parent, String parentType, String name, Sequence.SequenceRepositoryComponent element, int index)protected voidXmlParser.composeSequenceSequenceRepositoryComponent(String name, Sequence.SequenceRepositoryComponent element)protected voidXmlParser.composeSequenceSequenceRepositoryComponentElements(Sequence.SequenceRepositoryComponent element)protected voidJsonParser.composeSequenceSequenceRepositoryComponentInner(Sequence.SequenceRepositoryComponent element)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) -
Uses of Sequence.SequenceRepositoryComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Sequence.SequenceRepositoryComponentModifier and TypeFieldDescriptionprotected List<Sequence.SequenceRepositoryComponent>Sequence.repositoryConfigurations of the external repository.Methods in org.hl7.fhir.dstu3.model that return Sequence.SequenceRepositoryComponentModifier and TypeMethodDescriptionSequence.addRepository()Sequence.SequenceRepositoryComponent.copy()Sequence.getRepositoryFirstRep()Sequence.SequenceRepositoryComponent.setDatasetId(String value)Sequence.SequenceRepositoryComponent.setDatasetIdElement(StringType value)Sequence.SequenceRepositoryComponent.setNameElement(StringType value)Sequence.SequenceRepositoryComponent.setReadsetId(String value)Sequence.SequenceRepositoryComponent.setReadsetIdElement(StringType value)Sequence.SequenceRepositoryComponent.setType(Sequence.RepositoryType value)Sequence.SequenceRepositoryComponent.setTypeElement(Enumeration<Sequence.RepositoryType> value)Sequence.SequenceRepositoryComponent.setUrlElement(UriType value)Sequence.SequenceRepositoryComponent.setVariantsetId(String value)Sequence.SequenceRepositoryComponent.setVariantsetIdElement(StringType value)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Sequence.SequenceRepositoryComponentMethods in org.hl7.fhir.dstu3.model with parameters of type Sequence.SequenceRepositoryComponentModifier and TypeMethodDescriptionSequence.addRepository(Sequence.SequenceRepositoryComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Sequence.SequenceRepositoryComponentModifier and TypeMethodDescriptionSequence.setRepository(List<Sequence.SequenceRepositoryComponent> theRepository)