Uses of Class
org.hl7.fhir.dstu2.model.Conformance.ResourceInteractionComponent
-
Uses of Conformance.ResourceInteractionComponent in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected Conformance.ResourceInteractionComponent
JsonParser.parseConformanceResourceInteractionComponent
(com.google.gson.JsonObject json, Conformance owner) protected Conformance.ResourceInteractionComponent
XmlParser.parseConformanceResourceInteractionComponent
(org.xmlpull.v1.XmlPullParser xpp, Conformance owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeConformanceResourceInteractionComponent
(String name, Conformance.ResourceInteractionComponent element) protected void
XmlParser.composeConformanceResourceInteractionComponent
(String name, Conformance.ResourceInteractionComponent element) protected void
JsonParser.composeConformanceResourceInteractionComponentInner
(Conformance.ResourceInteractionComponent element) -
Uses of Conformance.ResourceInteractionComponent in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected List
<Conformance.ResourceInteractionComponent> Conformance.ConformanceRestResourceComponent.interaction
Identifies a restful operation supported by the solution.Modifier and TypeMethodDescriptionConformance.ConformanceRestResourceComponent.addInteraction()
Conformance.ResourceInteractionComponent.copy()
Conformance.ResourceInteractionComponent.setCode
(Conformance.TypeRestfulInteraction value) Conformance.ResourceInteractionComponent.setCodeElement
(Enumeration<Conformance.TypeRestfulInteraction> value) Conformance.ResourceInteractionComponent.setDocumentation
(String value) Conformance.ResourceInteractionComponent.setDocumentationElement
(StringType value) Modifier and TypeMethodDescriptionConformance.ConformanceRestResourceComponent.addInteraction
(Conformance.ResourceInteractionComponent t)