Uses of Class
org.hl7.fhir.dstu2.model.Conformance.ConformanceDocumentComponent
-
Packages that use Conformance.ConformanceDocumentComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Conformance.ConformanceDocumentComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Conformance.ConformanceDocumentComponent Modifier and Type Method Description protected Conformance.ConformanceDocumentComponentJsonParser. parseConformanceConformanceDocumentComponent(com.google.gson.JsonObject json, Conformance owner)protected Conformance.ConformanceDocumentComponentXmlParser. parseConformanceConformanceDocumentComponent(org.xmlpull.v1.XmlPullParser xpp, Conformance owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type Conformance.ConformanceDocumentComponent Modifier and Type Method Description protected voidJsonParser. composeConformanceConformanceDocumentComponent(String name, Conformance.ConformanceDocumentComponent element)protected voidXmlParser. composeConformanceConformanceDocumentComponent(String name, Conformance.ConformanceDocumentComponent element)protected voidJsonParser. composeConformanceConformanceDocumentComponentInner(Conformance.ConformanceDocumentComponent element) -
Uses of Conformance.ConformanceDocumentComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Conformance.ConformanceDocumentComponent Modifier and Type Field Description protected List<Conformance.ConformanceDocumentComponent>Conformance. documentA document definition.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Conformance.ConformanceDocumentComponent Modifier and Type Method Description List<Conformance.ConformanceDocumentComponent>Conformance. getDocument()Methods in org.hl7.fhir.dstu2.model with parameters of type Conformance.ConformanceDocumentComponent Modifier and Type Method Description ConformanceConformance. addDocument(Conformance.ConformanceDocumentComponent t)
-