Uses of Class
org.hl7.fhir.dstu2016may.model.ActionDefinition.ActionDefinitionBehaviorComponent
-
Packages that use ActionDefinition.ActionDefinitionBehaviorComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of ActionDefinition.ActionDefinitionBehaviorComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return ActionDefinition.ActionDefinitionBehaviorComponent Modifier and Type Method Description protected ActionDefinition.ActionDefinitionBehaviorComponentJsonParser. parseActionDefinitionActionDefinitionBehaviorComponent(com.google.gson.JsonObject json, ActionDefinition owner)protected ActionDefinition.ActionDefinitionBehaviorComponentXmlParser. parseActionDefinitionActionDefinitionBehaviorComponent(org.xmlpull.v1.XmlPullParser xpp, ActionDefinition owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type ActionDefinition.ActionDefinitionBehaviorComponent Modifier and Type Method Description protected voidJsonParser. composeActionDefinitionActionDefinitionBehaviorComponent(String name, ActionDefinition.ActionDefinitionBehaviorComponent element)protected voidRdfParser. composeActionDefinitionActionDefinitionBehaviorComponent(RdfGenerator.Complex parent, String parentType, String name, ActionDefinition.ActionDefinitionBehaviorComponent element, int index)protected voidXmlParser. composeActionDefinitionActionDefinitionBehaviorComponent(String name, ActionDefinition.ActionDefinitionBehaviorComponent element)protected voidJsonParser. composeActionDefinitionActionDefinitionBehaviorComponentInner(ActionDefinition.ActionDefinitionBehaviorComponent element) -
Uses of ActionDefinition.ActionDefinitionBehaviorComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type ActionDefinition.ActionDefinitionBehaviorComponent Modifier and Type Field Description protected List<ActionDefinition.ActionDefinitionBehaviorComponent>ActionDefinition. behaviorA behavior associated with the action.Methods in org.hl7.fhir.dstu2016may.model that return ActionDefinition.ActionDefinitionBehaviorComponent Modifier and Type Method Description ActionDefinition.ActionDefinitionBehaviorComponentActionDefinition. addBehavior()ActionDefinition.ActionDefinitionBehaviorComponentActionDefinition.ActionDefinitionBehaviorComponent. copy()ActionDefinition.ActionDefinitionBehaviorComponentActionDefinition.ActionDefinitionBehaviorComponent. setType(Coding value)ActionDefinition.ActionDefinitionBehaviorComponentActionDefinition.ActionDefinitionBehaviorComponent. setValue(Coding value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type ActionDefinition.ActionDefinitionBehaviorComponent Modifier and Type Method Description List<ActionDefinition.ActionDefinitionBehaviorComponent>ActionDefinition. getBehavior()Methods in org.hl7.fhir.dstu2016may.model with parameters of type ActionDefinition.ActionDefinitionBehaviorComponent Modifier and Type Method Description ActionDefinitionActionDefinition. addBehavior(ActionDefinition.ActionDefinitionBehaviorComponent t)
-