Uses of Class
org.hl7.fhir.dstu3.model.Contract.ValuedItemComponent
-
Uses of Contract.ValuedItemComponent in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionprotected Contract.ValuedItemComponent
JsonParser.parseContractValuedItemComponent
(com.google.gson.JsonObject json, Contract owner) protected Contract.ValuedItemComponent
XmlParser.parseContractValuedItemComponent
(org.xmlpull.v1.XmlPullParser xpp, Contract owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeContractValuedItemComponent
(String name, Contract.ValuedItemComponent element) protected void
RdfParser.composeContractValuedItemComponent
(Turtle.Complex parent, String parentType, String name, Contract.ValuedItemComponent element, int index) protected void
XmlParser.composeContractValuedItemComponent
(String name, Contract.ValuedItemComponent element) protected void
XmlParser.composeContractValuedItemComponentElements
(Contract.ValuedItemComponent element) protected void
JsonParser.composeContractValuedItemComponentInner
(Contract.ValuedItemComponent element) protected boolean
XmlParser.parseContractValuedItemComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract owner, Contract.ValuedItemComponent res) protected void
JsonParser.parseContractValuedItemComponentProperties
(com.google.gson.JsonObject json, Contract owner, Contract.ValuedItemComponent res) -
Uses of Contract.ValuedItemComponent in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected List
<Contract.ValuedItemComponent> Contract.valuedItem
Contract Valued Item List.Modifier and TypeMethodDescriptionContract.addValuedItem()
Contract.ValuedItemComponent.copy()
Contract.getValuedItemFirstRep()
Contract.ValuedItemComponent.setEffectiveTime
(Date value) Contract.ValuedItemComponent.setEffectiveTimeElement
(DateTimeType value) Contract.ValuedItemComponent.setFactor
(double value) Contract.ValuedItemComponent.setFactor
(long value) Contract.ValuedItemComponent.setFactor
(BigDecimal value) Contract.ValuedItemComponent.setFactorElement
(DecimalType value) Contract.ValuedItemComponent.setIdentifier
(Identifier value) Contract.ValuedItemComponent.setPoints
(double value) Contract.ValuedItemComponent.setPoints
(long value) Contract.ValuedItemComponent.setPoints
(BigDecimal value) Contract.ValuedItemComponent.setPointsElement
(DecimalType value) Contract.ValuedItemComponent.setQuantity
(SimpleQuantity value) Contract.ValuedItemComponent.setUnitPrice
(Money value) Modifier and TypeMethodDescriptionContract.setValuedItem
(List<Contract.ValuedItemComponent> theValuedItem)