Uses of Class
org.hl7.fhir.dstu2.model.Conformance.ResourceInteractionComponent
-
Packages that use Conformance.ResourceInteractionComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Conformance.ResourceInteractionComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Conformance.ResourceInteractionComponent Modifier and Type Method Description protected Conformance.ResourceInteractionComponentJsonParser. parseConformanceResourceInteractionComponent(com.google.gson.JsonObject json, Conformance owner)protected Conformance.ResourceInteractionComponentXmlParser. parseConformanceResourceInteractionComponent(org.xmlpull.v1.XmlPullParser xpp, Conformance owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type Conformance.ResourceInteractionComponent Modifier and Type Method Description protected voidJsonParser. composeConformanceResourceInteractionComponent(String name, Conformance.ResourceInteractionComponent element)protected voidXmlParser. composeConformanceResourceInteractionComponent(String name, Conformance.ResourceInteractionComponent element)protected voidJsonParser. composeConformanceResourceInteractionComponentInner(Conformance.ResourceInteractionComponent element) -
Uses of Conformance.ResourceInteractionComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Conformance.ResourceInteractionComponent Modifier and Type Field Description protected List<Conformance.ResourceInteractionComponent>Conformance.ConformanceRestResourceComponent. interactionIdentifies a restful operation supported by the solution.Methods in org.hl7.fhir.dstu2.model that return Conformance.ResourceInteractionComponent Modifier and Type Method Description Conformance.ResourceInteractionComponentConformance.ConformanceRestResourceComponent. addInteraction()Conformance.ResourceInteractionComponentConformance.ResourceInteractionComponent. copy()Conformance.ResourceInteractionComponentConformance.ResourceInteractionComponent. setCode(Conformance.TypeRestfulInteraction value)Conformance.ResourceInteractionComponentConformance.ResourceInteractionComponent. setCodeElement(Enumeration<Conformance.TypeRestfulInteraction> value)Conformance.ResourceInteractionComponentConformance.ResourceInteractionComponent. setDocumentation(String value)Conformance.ResourceInteractionComponentConformance.ResourceInteractionComponent. setDocumentationElement(StringType value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Conformance.ResourceInteractionComponent Modifier and Type Method Description List<Conformance.ResourceInteractionComponent>Conformance.ConformanceRestResourceComponent. getInteraction()Methods in org.hl7.fhir.dstu2.model with parameters of type Conformance.ResourceInteractionComponent Modifier and Type Method Description Conformance.ConformanceRestResourceComponentConformance.ConformanceRestResourceComponent. addInteraction(Conformance.ResourceInteractionComponent t)
-