Uses of Class
org.hl7.fhir.r4b.model.Contract.TermComponent
-
Packages that use Contract.TermComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of Contract.TermComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return Contract.TermComponent Modifier and Type Method Description protected Contract.TermComponentJsonParser. parseContractTermComponent(com.google.gson.JsonObject json)protected Contract.TermComponentXmlParser. parseContractTermComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type Contract.TermComponent Modifier and Type Method Description protected voidRdfParser. composeContractTermComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Contract.TermComponent element, int index)protected voidXmlParser. composeContractTermComponent(String name, Contract.TermComponent element)protected voidXmlParser. composeContractTermComponentElements(Contract.TermComponent element)protected voidJsonParser. composeTermComponent(String name, Contract.TermComponent element)protected voidJsonParser. composeTermComponentProperties(Contract.TermComponent element)protected booleanXmlParser. parseContractTermComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract.TermComponent res)protected voidJsonParser. parseContractTermComponentProperties(com.google.gson.JsonObject json, Contract.TermComponent res) -
Uses of Contract.TermComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type Contract.TermComponent Modifier and Type Field Description protected List<Contract.TermComponent>Contract.TermComponent. groupNested group of Contract Provisions.protected List<Contract.TermComponent>Contract. termOne or more Contract Provisions, which may be related and conveyed as a group, and may contain nested groups.Methods in org.hl7.fhir.r4b.model that return types with arguments of type Contract.TermComponent Modifier and Type Method Description List<Contract.TermComponent>Contract.TermComponent. getGroup()List<Contract.TermComponent>Contract. getTerm()Methods in org.hl7.fhir.r4b.model with parameters of type Contract.TermComponent Modifier and Type Method Description Contract.TermComponentContract.TermComponent. addGroup(Contract.TermComponent t)ContractContract. addTerm(Contract.TermComponent t)voidContract.TermComponent. copyValues(Contract.TermComponent dst)Method parameters in org.hl7.fhir.r4b.model with type arguments of type Contract.TermComponent Modifier and Type Method Description Contract.TermComponentContract.TermComponent. setGroup(List<Contract.TermComponent> theGroup)ContractContract. setTerm(List<Contract.TermComponent> theTerm)
-