
Uses of Class
ca.uhn.fhir.model.dstu2.composite.TimingDt.Repeat
Packages that use TimingDt.Repeat
-
Uses of TimingDt.Repeat in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return TimingDt.RepeatModifier and TypeMethodDescriptionTimingDt.getRepeat()
Gets the value(s) for repeat ().TimingDt.Repeat.setBounds
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for bounds[x] ()TimingDt.Repeat.setCount
(int theInteger) Sets the value for count ()TimingDt.Repeat.setCount
(ca.uhn.fhir.model.primitive.IntegerDt theValue) Sets the value(s) for count ()TimingDt.Repeat.setDuration
(double theValue) Sets the value for duration ()TimingDt.Repeat.setDuration
(long theValue) Sets the value for duration ()TimingDt.Repeat.setDuration
(ca.uhn.fhir.model.primitive.DecimalDt theValue) Sets the value(s) for duration ()TimingDt.Repeat.setDuration
(BigDecimal theValue) Sets the value for duration ()TimingDt.Repeat.setDurationMax
(double theValue) Sets the value for durationMax ()TimingDt.Repeat.setDurationMax
(long theValue) Sets the value for durationMax ()TimingDt.Repeat.setDurationMax
(ca.uhn.fhir.model.primitive.DecimalDt theValue) Sets the value(s) for durationMax ()TimingDt.Repeat.setDurationMax
(BigDecimal theValue) Sets the value for durationMax ()TimingDt.Repeat.setDurationUnits
(UnitsOfTimeEnum theValue) Sets the value(s) for durationUnits ()TimingDt.Repeat.setDurationUnits
(ca.uhn.fhir.model.primitive.BoundCodeDt<UnitsOfTimeEnum> theValue) Sets the value(s) for durationUnits ()TimingDt.Repeat.setFrequency
(int theInteger) Sets the value for frequency ()TimingDt.Repeat.setFrequency
(ca.uhn.fhir.model.primitive.IntegerDt theValue) Sets the value(s) for frequency ()TimingDt.Repeat.setFrequencyMax
(int theInteger) Sets the value for frequencyMax ()TimingDt.Repeat.setFrequencyMax
(ca.uhn.fhir.model.primitive.IntegerDt theValue) Sets the value(s) for frequencyMax ()TimingDt.Repeat.setPeriod
(double theValue) Sets the value for period ()TimingDt.Repeat.setPeriod
(long theValue) Sets the value for period ()TimingDt.Repeat.setPeriod
(ca.uhn.fhir.model.primitive.DecimalDt theValue) Sets the value(s) for period ()TimingDt.Repeat.setPeriod
(BigDecimal theValue) Sets the value for period ()TimingDt.Repeat.setPeriodMax
(double theValue) Sets the value for periodMax ()TimingDt.Repeat.setPeriodMax
(long theValue) Sets the value for periodMax ()TimingDt.Repeat.setPeriodMax
(ca.uhn.fhir.model.primitive.DecimalDt theValue) Sets the value(s) for periodMax ()TimingDt.Repeat.setPeriodMax
(BigDecimal theValue) Sets the value for periodMax ()TimingDt.Repeat.setPeriodUnits
(UnitsOfTimeEnum theValue) Sets the value(s) for periodUnits ()TimingDt.Repeat.setPeriodUnits
(ca.uhn.fhir.model.primitive.BoundCodeDt<UnitsOfTimeEnum> theValue) Sets the value(s) for periodUnits ()TimingDt.Repeat.setWhen
(EventTimingEnum theValue) Sets the value(s) for when ()TimingDt.Repeat.setWhen
(ca.uhn.fhir.model.primitive.BoundCodeDt<EventTimingEnum> theValue) Sets the value(s) for when ()Methods in ca.uhn.fhir.model.dstu2.composite with parameters of type TimingDt.RepeatModifier and TypeMethodDescriptionTimingDt.setRepeat
(TimingDt.Repeat theValue) Sets the value(s) for repeat ()