Uses of Class
org.hl7.fhir.dstu2016may.model.GuidanceResponse.GuidanceResponseActionBehaviorComponent
-
Packages that use GuidanceResponse.GuidanceResponseActionBehaviorComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of GuidanceResponse.GuidanceResponseActionBehaviorComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return GuidanceResponse.GuidanceResponseActionBehaviorComponent Modifier and Type Method Description protected GuidanceResponse.GuidanceResponseActionBehaviorComponentJsonParser. parseGuidanceResponseGuidanceResponseActionBehaviorComponent(com.google.gson.JsonObject json, GuidanceResponse owner)protected GuidanceResponse.GuidanceResponseActionBehaviorComponentXmlParser. parseGuidanceResponseGuidanceResponseActionBehaviorComponent(org.xmlpull.v1.XmlPullParser xpp, GuidanceResponse owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type GuidanceResponse.GuidanceResponseActionBehaviorComponent Modifier and Type Method Description protected voidJsonParser. composeGuidanceResponseGuidanceResponseActionBehaviorComponent(String name, GuidanceResponse.GuidanceResponseActionBehaviorComponent element)protected voidRdfParser. composeGuidanceResponseGuidanceResponseActionBehaviorComponent(RdfGenerator.Complex parent, String parentType, String name, GuidanceResponse.GuidanceResponseActionBehaviorComponent element, int index)protected voidXmlParser. composeGuidanceResponseGuidanceResponseActionBehaviorComponent(String name, GuidanceResponse.GuidanceResponseActionBehaviorComponent element)protected voidJsonParser. composeGuidanceResponseGuidanceResponseActionBehaviorComponentInner(GuidanceResponse.GuidanceResponseActionBehaviorComponent element) -
Uses of GuidanceResponse.GuidanceResponseActionBehaviorComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type GuidanceResponse.GuidanceResponseActionBehaviorComponent Modifier and Type Field Description protected List<GuidanceResponse.GuidanceResponseActionBehaviorComponent>GuidanceResponse.GuidanceResponseActionComponent. behaviorA behavior associated with the action.Methods in org.hl7.fhir.dstu2016may.model that return GuidanceResponse.GuidanceResponseActionBehaviorComponent Modifier and Type Method Description GuidanceResponse.GuidanceResponseActionBehaviorComponentGuidanceResponse.GuidanceResponseActionComponent. addBehavior()GuidanceResponse.GuidanceResponseActionBehaviorComponentGuidanceResponse.GuidanceResponseActionBehaviorComponent. copy()GuidanceResponse.GuidanceResponseActionBehaviorComponentGuidanceResponse.GuidanceResponseActionBehaviorComponent. setType(Coding value)GuidanceResponse.GuidanceResponseActionBehaviorComponentGuidanceResponse.GuidanceResponseActionBehaviorComponent. setValue(Coding value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type GuidanceResponse.GuidanceResponseActionBehaviorComponent Modifier and Type Method Description List<GuidanceResponse.GuidanceResponseActionBehaviorComponent>GuidanceResponse.GuidanceResponseActionComponent. getBehavior()Methods in org.hl7.fhir.dstu2016may.model with parameters of type GuidanceResponse.GuidanceResponseActionBehaviorComponent Modifier and Type Method Description GuidanceResponse.GuidanceResponseActionComponentGuidanceResponse.GuidanceResponseActionComponent. addBehavior(GuidanceResponse.GuidanceResponseActionBehaviorComponent t)
-