Uses of Class
org.hl7.fhir.dstu2016may.model.Task
-
Packages that use Task Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of Task in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return Task Modifier and Type Method Description protected TaskJsonParser. parseTask(com.google.gson.JsonObject json)protected TaskXmlParser. parseTask(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type Task Modifier and Type Method Description protected voidJsonParser. composeTask(String name, Task element)protected voidRdfParser. composeTask(RdfGenerator.Complex parent, String parentType, String name, Task element, int index)protected voidXmlParser. composeTask(String name, Task element)protected voidJsonParser. composeTaskInner(Task element)protected Task.ParameterComponentJsonParser. parseTaskParameterComponent(com.google.gson.JsonObject json, Task owner)protected Task.ParameterComponentXmlParser. parseTaskParameterComponent(org.xmlpull.v1.XmlPullParser xpp, Task owner)protected Task.TaskOutputComponentJsonParser. parseTaskTaskOutputComponent(com.google.gson.JsonObject json, Task owner)protected Task.TaskOutputComponentXmlParser. parseTaskTaskOutputComponent(org.xmlpull.v1.XmlPullParser xpp, Task owner) -
Uses of Task in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model declared as Task Modifier and Type Field Description protected TaskTask. parentTargetThe actual object that is the target of the reference (Task that this particular task is part of.)Methods in org.hl7.fhir.dstu2016may.model with parameters of type Task Modifier and Type Method Description TaskTask. setParentTarget(Task value)
-