Uses of Class
org.hl7.fhir.r5.model.Citation.CitationCitedArtifactTitleComponent
-
Packages that use Citation.CitationCitedArtifactTitleComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Citation.CitationCitedArtifactTitleComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Citation.CitationCitedArtifactTitleComponent Modifier and Type Method Description protected Citation.CitationCitedArtifactTitleComponentJsonParser. parseCitationCitedArtifactTitleComponent(com.google.gson.JsonObject json)protected Citation.CitationCitedArtifactTitleComponentXmlParser. parseCitationCitedArtifactTitleComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of Citation.CitationCitedArtifactTitleComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Citation.CitationCitedArtifactTitleComponent Modifier and Type Field Description protected List<Citation.CitationCitedArtifactTitleComponent>Citation.CitationCitedArtifactComponent. titleThe title details of the article or artifact.Methods in org.hl7.fhir.r5.model that return types with arguments of type Citation.CitationCitedArtifactTitleComponent Modifier and Type Method Description List<Citation.CitationCitedArtifactTitleComponent>Citation.CitationCitedArtifactComponent. getTitle()Methods in org.hl7.fhir.r5.model with parameters of type Citation.CitationCitedArtifactTitleComponent Modifier and Type Method Description Citation.CitationCitedArtifactComponentCitation.CitationCitedArtifactComponent. addTitle(Citation.CitationCitedArtifactTitleComponent t)voidCitation.CitationCitedArtifactTitleComponent. copyValues(Citation.CitationCitedArtifactTitleComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type Citation.CitationCitedArtifactTitleComponent Modifier and Type Method Description Citation.CitationCitedArtifactComponentCitation.CitationCitedArtifactComponent. setTitle(List<Citation.CitationCitedArtifactTitleComponent> theTitle)
-