Uses of Class
org.hl7.fhir.dstu2.model.Conformance.ConformanceSoftwareComponent
-
Packages that use Conformance.ConformanceSoftwareComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Conformance.ConformanceSoftwareComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Conformance.ConformanceSoftwareComponent Modifier and Type Method Description protected Conformance.ConformanceSoftwareComponentJsonParser. parseConformanceConformanceSoftwareComponent(com.google.gson.JsonObject json, Conformance owner)protected Conformance.ConformanceSoftwareComponentXmlParser. parseConformanceConformanceSoftwareComponent(org.xmlpull.v1.XmlPullParser xpp, Conformance owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type Conformance.ConformanceSoftwareComponent Modifier and Type Method Description protected voidJsonParser. composeConformanceConformanceSoftwareComponent(String name, Conformance.ConformanceSoftwareComponent element)protected voidXmlParser. composeConformanceConformanceSoftwareComponent(String name, Conformance.ConformanceSoftwareComponent element)protected voidJsonParser. composeConformanceConformanceSoftwareComponentInner(Conformance.ConformanceSoftwareComponent element) -
Uses of Conformance.ConformanceSoftwareComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as Conformance.ConformanceSoftwareComponent Modifier and Type Field Description protected Conformance.ConformanceSoftwareComponentConformance. softwareSoftware that is covered by this conformance statement.Methods in org.hl7.fhir.dstu2.model that return Conformance.ConformanceSoftwareComponent Modifier and Type Method Description Conformance.ConformanceSoftwareComponentConformance.ConformanceSoftwareComponent. copy()Conformance.ConformanceSoftwareComponentConformance. getSoftware()Conformance.ConformanceSoftwareComponentConformance.ConformanceSoftwareComponent. setName(String value)Conformance.ConformanceSoftwareComponentConformance.ConformanceSoftwareComponent. setNameElement(StringType value)Conformance.ConformanceSoftwareComponentConformance.ConformanceSoftwareComponent. setReleaseDate(Date value)Conformance.ConformanceSoftwareComponentConformance.ConformanceSoftwareComponent. setReleaseDateElement(DateTimeType value)Conformance.ConformanceSoftwareComponentConformance.ConformanceSoftwareComponent. setVersion(String value)Conformance.ConformanceSoftwareComponentConformance.ConformanceSoftwareComponent. setVersionElement(StringType value)Methods in org.hl7.fhir.dstu2.model with parameters of type Conformance.ConformanceSoftwareComponent Modifier and Type Method Description ConformanceConformance. setSoftware(Conformance.ConformanceSoftwareComponent value)
-