Uses of Class
org.hl7.fhir.dstu2016may.model.Protocol.ProtocolStepNextComponent
-
Packages that use Protocol.ProtocolStepNextComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of Protocol.ProtocolStepNextComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return Protocol.ProtocolStepNextComponent Modifier and Type Method Description protected Protocol.ProtocolStepNextComponentJsonParser. parseProtocolProtocolStepNextComponent(com.google.gson.JsonObject json, Protocol owner)protected Protocol.ProtocolStepNextComponentXmlParser. parseProtocolProtocolStepNextComponent(org.xmlpull.v1.XmlPullParser xpp, Protocol owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type Protocol.ProtocolStepNextComponent Modifier and Type Method Description protected voidJsonParser. composeProtocolProtocolStepNextComponent(String name, Protocol.ProtocolStepNextComponent element)protected voidRdfParser. composeProtocolProtocolStepNextComponent(RdfGenerator.Complex parent, String parentType, String name, Protocol.ProtocolStepNextComponent element, int index)protected voidXmlParser. composeProtocolProtocolStepNextComponent(String name, Protocol.ProtocolStepNextComponent element)protected voidJsonParser. composeProtocolProtocolStepNextComponentInner(Protocol.ProtocolStepNextComponent element) -
Uses of Protocol.ProtocolStepNextComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type Protocol.ProtocolStepNextComponent Modifier and Type Field Description protected List<Protocol.ProtocolStepNextComponent>Protocol.ProtocolStepComponent. nextWhat happens next?Methods in org.hl7.fhir.dstu2016may.model that return Protocol.ProtocolStepNextComponent Modifier and Type Method Description Protocol.ProtocolStepNextComponentProtocol.ProtocolStepComponent. addNext()Protocol.ProtocolStepNextComponentProtocol.ProtocolStepNextComponent. copy()Protocol.ProtocolStepNextComponentProtocol.ProtocolStepNextComponent. setCondition(Protocol.ProtocolStepPreconditionComponent value)Protocol.ProtocolStepNextComponentProtocol.ProtocolStepNextComponent. setDescription(String value)Protocol.ProtocolStepNextComponentProtocol.ProtocolStepNextComponent. setDescriptionElement(StringType value)Protocol.ProtocolStepNextComponentProtocol.ProtocolStepNextComponent. setReference(String value)Protocol.ProtocolStepNextComponentProtocol.ProtocolStepNextComponent. setReferenceElement(UriType value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type Protocol.ProtocolStepNextComponent Modifier and Type Method Description List<Protocol.ProtocolStepNextComponent>Protocol.ProtocolStepComponent. getNext()Methods in org.hl7.fhir.dstu2016may.model with parameters of type Protocol.ProtocolStepNextComponent Modifier and Type Method Description Protocol.ProtocolStepComponentProtocol.ProtocolStepComponent. addNext(Protocol.ProtocolStepNextComponent t)
-