Uses of Class
org.hl7.fhir.r5.model.Citation.CitationCitedArtifactAbstractComponent
-
Packages that use Citation.CitationCitedArtifactAbstractComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Citation.CitationCitedArtifactAbstractComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Citation.CitationCitedArtifactAbstractComponent Modifier and Type Method Description protected Citation.CitationCitedArtifactAbstractComponentJsonParser. parseCitationCitedArtifactAbstractComponent(com.google.gson.JsonObject json)protected Citation.CitationCitedArtifactAbstractComponentXmlParser. parseCitationCitedArtifactAbstractComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of Citation.CitationCitedArtifactAbstractComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Citation.CitationCitedArtifactAbstractComponent Modifier and Type Field Description protected List<Citation.CitationCitedArtifactAbstractComponent>Citation.CitationCitedArtifactComponent. abstract_Summary of the article or artifact.Methods in org.hl7.fhir.r5.model that return types with arguments of type Citation.CitationCitedArtifactAbstractComponent Modifier and Type Method Description List<Citation.CitationCitedArtifactAbstractComponent>Citation.CitationCitedArtifactComponent. getAbstract()Methods in org.hl7.fhir.r5.model with parameters of type Citation.CitationCitedArtifactAbstractComponent Modifier and Type Method Description Citation.CitationCitedArtifactComponentCitation.CitationCitedArtifactComponent. addAbstract(Citation.CitationCitedArtifactAbstractComponent t)voidCitation.CitationCitedArtifactAbstractComponent. copyValues(Citation.CitationCitedArtifactAbstractComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type Citation.CitationCitedArtifactAbstractComponent Modifier and Type Method Description Citation.CitationCitedArtifactComponentCitation.CitationCitedArtifactComponent. setAbstract(List<Citation.CitationCitedArtifactAbstractComponent> theAbstract)
-