
Uses of Class
org.hl7.fhir.dstu2.model.Conformance.ConformanceSoftwareComponent
Packages that use Conformance.ConformanceSoftwareComponent
-
Uses of Conformance.ConformanceSoftwareComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Conformance.ConformanceSoftwareComponentModifier and TypeMethodDescriptionprotected 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.ConformanceSoftwareComponentModifier and TypeMethodDescriptionprotected 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.ConformanceSoftwareComponentModifier and TypeFieldDescriptionprotected Conformance.ConformanceSoftwareComponentConformance.softwareSoftware that is covered by this conformance statement.Methods in org.hl7.fhir.dstu2.model that return Conformance.ConformanceSoftwareComponentModifier and TypeMethodDescriptionConformance.ConformanceSoftwareComponent.copy()Conformance.getSoftware()Conformance.ConformanceSoftwareComponent.setNameElement(StringType value) Conformance.ConformanceSoftwareComponent.setReleaseDate(Date value) Conformance.ConformanceSoftwareComponent.setReleaseDateElement(DateTimeType value) Conformance.ConformanceSoftwareComponent.setVersion(String value) Conformance.ConformanceSoftwareComponent.setVersionElement(StringType value) Methods in org.hl7.fhir.dstu2.model with parameters of type Conformance.ConformanceSoftwareComponentModifier and TypeMethodDescriptionConformance.setSoftware(Conformance.ConformanceSoftwareComponent value)