
Uses of Class
org.hl7.fhir.dstu2.model.Contract.TermValuedItemComponent
Packages that use Contract.TermValuedItemComponent
-
Uses of Contract.TermValuedItemComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Contract.TermValuedItemComponentModifier and TypeMethodDescriptionprotected Contract.TermValuedItemComponent
JsonParser.parseContractTermValuedItemComponent
(com.google.gson.JsonObject json, Contract owner) protected Contract.TermValuedItemComponent
XmlParser.parseContractTermValuedItemComponent
(org.xmlpull.v1.XmlPullParser xpp, Contract owner) Methods in org.hl7.fhir.dstu2.formats with parameters of type Contract.TermValuedItemComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeContractTermValuedItemComponent
(String name, Contract.TermValuedItemComponent element) protected void
XmlParser.composeContractTermValuedItemComponent
(String name, Contract.TermValuedItemComponent element) protected void
JsonParser.composeContractTermValuedItemComponentInner
(Contract.TermValuedItemComponent element) -
Uses of Contract.TermValuedItemComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Contract.TermValuedItemComponentModifier and TypeFieldDescriptionprotected List
<Contract.TermValuedItemComponent> Contract.TermComponent.valuedItem
Contract Provision Valued Item List.Methods in org.hl7.fhir.dstu2.model that return Contract.TermValuedItemComponentModifier and TypeMethodDescriptionContract.TermComponent.addValuedItem()
Contract.TermValuedItemComponent.copy()
Contract.TermValuedItemComponent.setEffectiveTime
(Date value) Contract.TermValuedItemComponent.setEffectiveTimeElement
(DateTimeType value) Contract.TermValuedItemComponent.setFactor
(BigDecimal value) Contract.TermValuedItemComponent.setFactorElement
(DecimalType value) Contract.TermValuedItemComponent.setIdentifier
(Identifier value) Contract.TermValuedItemComponent.setPoints
(BigDecimal value) Contract.TermValuedItemComponent.setPointsElement
(DecimalType value) Contract.TermValuedItemComponent.setQuantity
(SimpleQuantity value) Contract.TermValuedItemComponent.setUnitPrice
(Money value) Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Contract.TermValuedItemComponentMethods in org.hl7.fhir.dstu2.model with parameters of type Contract.TermValuedItemComponentModifier and TypeMethodDescriptionContract.TermComponent.addValuedItem
(Contract.TermValuedItemComponent t)