Uses of Class
org.hl7.fhir.r5.model.Citation.CitationCitedArtifactWebLocationComponent
-
Packages that use Citation.CitationCitedArtifactWebLocationComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Citation.CitationCitedArtifactWebLocationComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Citation.CitationCitedArtifactWebLocationComponent Modifier and Type Method Description protected Citation.CitationCitedArtifactWebLocationComponentJsonParser. parseCitationCitedArtifactWebLocationComponent(com.google.gson.JsonObject json)protected Citation.CitationCitedArtifactWebLocationComponentXmlParser. parseCitationCitedArtifactWebLocationComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of Citation.CitationCitedArtifactWebLocationComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Citation.CitationCitedArtifactWebLocationComponent Modifier and Type Field Description protected List<Citation.CitationCitedArtifactWebLocationComponent>Citation.CitationCitedArtifactComponent. webLocationUsed for any URL for the article or artifact cited.Methods in org.hl7.fhir.r5.model that return types with arguments of type Citation.CitationCitedArtifactWebLocationComponent Modifier and Type Method Description List<Citation.CitationCitedArtifactWebLocationComponent>Citation.CitationCitedArtifactComponent. getWebLocation()Methods in org.hl7.fhir.r5.model with parameters of type Citation.CitationCitedArtifactWebLocationComponent Modifier and Type Method Description Citation.CitationCitedArtifactComponentCitation.CitationCitedArtifactComponent. addWebLocation(Citation.CitationCitedArtifactWebLocationComponent t)voidCitation.CitationCitedArtifactWebLocationComponent. copyValues(Citation.CitationCitedArtifactWebLocationComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type Citation.CitationCitedArtifactWebLocationComponent Modifier and Type Method Description Citation.CitationCitedArtifactComponentCitation.CitationCitedArtifactComponent. setWebLocation(List<Citation.CitationCitedArtifactWebLocationComponent> theWebLocation)
-