
Package org.hl7.fhir.dstu3.model
Class Timing.TimingRepeatComponent
- java.lang.Object
-
- org.hl7.fhir.dstu3.model.Base
-
- org.hl7.fhir.dstu3.model.Element
-
- org.hl7.fhir.dstu3.model.Timing.TimingRepeatComponent
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement
,Serializable
,org.hl7.fhir.instance.model.api.IBase
,org.hl7.fhir.instance.model.api.IBaseDatatypeElement
,org.hl7.fhir.instance.model.api.IBaseElement
,org.hl7.fhir.instance.model.api.IBaseHasExtensions
- Enclosing class:
- Timing
public static class Timing.TimingRepeatComponent extends Element implements org.hl7.fhir.instance.model.api.IBaseDatatypeElement
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Type
bounds
Either a duration for the length of the timing schedule, a range of possible length, or outer bounds for start and/or end limits of the timing schedule.protected IntegerType
count
A total count of the desired number of repetitions.protected IntegerType
countMax
A maximum value for the count of the desired repetitions (e.g.protected List<Enumeration<Timing.DayOfWeek>>
dayOfWeek
If one or more days of week is provided, then the action happens only on the specified day(s).protected DecimalType
duration
How long this thing happens for when it happens.protected DecimalType
durationMax
The upper limit of how long this thing happens for when it happens.protected Enumeration<Timing.UnitsOfTime>
durationUnit
The units of time for the duration, in UCUM units.protected IntegerType
frequency
The number of times to repeat the action within the specified period / period range (i.e.protected IntegerType
frequencyMax
If present, indicates that the frequency is a range - so to repeat between [frequency] and [frequencyMax] times within the period or period range.protected UnsignedIntType
offset
The number of minutes from the event.protected DecimalType
period
Indicates the duration of time over which repetitions are to occur; e.g.protected DecimalType
periodMax
If present, indicates that the period is a range from [period] to [periodMax], allowing expressing concepts such as "do this once every 3-5 days.protected Enumeration<Timing.UnitsOfTime>
periodUnit
The units of time for the period in UCUM units.protected List<TimeType>
timeOfDay
Specified time of day for action to take place.protected List<Enumeration<Timing.EventTiming>>
when
Real world events that the occurrence of the event should be tied to.
-
Constructor Summary
Constructors Constructor Description TimingRepeatComponent()
Constructor
-
Method Summary
-
Methods inherited from class org.hl7.fhir.dstu3.model.Element
addExtension, addExtension, addExtension, copyValues, getExtension, getExtensionFirstRep, getExtensionsByUrl, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setExtension, setId, setIdBase, setIdElement
-
Methods inherited from class org.hl7.fhir.dstu3.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Field Detail
-
bounds
protected Type bounds
Either a duration for the length of the timing schedule, a range of possible length, or outer bounds for start and/or end limits of the timing schedule.
-
count
protected IntegerType count
A total count of the desired number of repetitions.
-
countMax
protected IntegerType countMax
A maximum value for the count of the desired repetitions (e.g. do something 6-8 times).
-
duration
protected DecimalType duration
How long this thing happens for when it happens.
-
durationMax
protected DecimalType durationMax
The upper limit of how long this thing happens for when it happens.
-
durationUnit
protected Enumeration<Timing.UnitsOfTime> durationUnit
The units of time for the duration, in UCUM units.
-
frequency
protected IntegerType frequency
The number of times to repeat the action within the specified period / period range (i.e. both period and periodMax provided).
-
frequencyMax
protected IntegerType frequencyMax
If present, indicates that the frequency is a range - so to repeat between [frequency] and [frequencyMax] times within the period or period range.
-
period
protected DecimalType period
Indicates the duration of time over which repetitions are to occur; e.g. to express "3 times per day", 3 would be the frequency and "1 day" would be the period.
-
periodMax
protected DecimalType periodMax
If present, indicates that the period is a range from [period] to [periodMax], allowing expressing concepts such as "do this once every 3-5 days.
-
periodUnit
protected Enumeration<Timing.UnitsOfTime> periodUnit
The units of time for the period in UCUM units.
-
dayOfWeek
protected List<Enumeration<Timing.DayOfWeek>> dayOfWeek
If one or more days of week is provided, then the action happens only on the specified day(s).
-
when
protected List<Enumeration<Timing.EventTiming>> when
Real world events that the occurrence of the event should be tied to.
-
offset
protected UnsignedIntType offset
The number of minutes from the event. If the event code does not indicate whether the minutes is before or after the event, then the offset is assumed to be after the event.
-
-
Constructor Detail
-
TimingRepeatComponent
public TimingRepeatComponent()
Constructor
-
-
Method Detail
-
getBounds
public Type getBounds()
- Returns:
bounds
(Either a duration for the length of the timing schedule, a range of possible length, or outer bounds for start and/or end limits of the timing schedule.)
-
getBoundsDuration
public Duration getBoundsDuration() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
bounds
(Either a duration for the length of the timing schedule, a range of possible length, or outer bounds for start and/or end limits of the timing schedule.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasBoundsDuration
public boolean hasBoundsDuration()
-
getBoundsRange
public Range getBoundsRange() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
bounds
(Either a duration for the length of the timing schedule, a range of possible length, or outer bounds for start and/or end limits of the timing schedule.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasBoundsRange
public boolean hasBoundsRange()
-
getBoundsPeriod
public Period getBoundsPeriod() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
bounds
(Either a duration for the length of the timing schedule, a range of possible length, or outer bounds for start and/or end limits of the timing schedule.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasBoundsPeriod
public boolean hasBoundsPeriod()
-
hasBounds
public boolean hasBounds()
-
setBounds
public Timing.TimingRepeatComponent setBounds(Type value) throws org.hl7.fhir.exceptions.FHIRFormatError
- Parameters:
value
-bounds
(Either a duration for the length of the timing schedule, a range of possible length, or outer bounds for start and/or end limits of the timing schedule.)- Throws:
org.hl7.fhir.exceptions.FHIRFormatError
-
getCountElement
public IntegerType getCountElement()
- Returns:
count
(A total count of the desired number of repetitions.). This is the underlying object with id, value and extensions. The accessor "getCount" gives direct access to the value
-
hasCountElement
public boolean hasCountElement()
-
hasCount
public boolean hasCount()
-
setCountElement
public Timing.TimingRepeatComponent setCountElement(IntegerType value)
- Parameters:
value
-count
(A total count of the desired number of repetitions.). This is the underlying object with id, value and extensions. The accessor "getCount" gives direct access to the value
-
getCount
public int getCount()
- Returns:
- A total count of the desired number of repetitions.
-
setCount
public Timing.TimingRepeatComponent setCount(int value)
- Parameters:
value
- A total count of the desired number of repetitions.
-
getCountMaxElement
public IntegerType getCountMaxElement()
- Returns:
countMax
(A maximum value for the count of the desired repetitions (e.g. do something 6-8 times).). This is the underlying object with id, value and extensions. The accessor "getCountMax" gives direct access to the value
-
hasCountMaxElement
public boolean hasCountMaxElement()
-
hasCountMax
public boolean hasCountMax()
-
setCountMaxElement
public Timing.TimingRepeatComponent setCountMaxElement(IntegerType value)
- Parameters:
value
-countMax
(A maximum value for the count of the desired repetitions (e.g. do something 6-8 times).). This is the underlying object with id, value and extensions. The accessor "getCountMax" gives direct access to the value
-
getCountMax
public int getCountMax()
- Returns:
- A maximum value for the count of the desired repetitions (e.g. do something 6-8 times).
-
setCountMax
public Timing.TimingRepeatComponent setCountMax(int value)
- Parameters:
value
- A maximum value for the count of the desired repetitions (e.g. do something 6-8 times).
-
getDurationElement
public DecimalType getDurationElement()
- Returns:
duration
(How long this thing happens for when it happens.). This is the underlying object with id, value and extensions. The accessor "getDuration" gives direct access to the value
-
hasDurationElement
public boolean hasDurationElement()
-
hasDuration
public boolean hasDuration()
-
setDurationElement
public Timing.TimingRepeatComponent setDurationElement(DecimalType value)
- Parameters:
value
-duration
(How long this thing happens for when it happens.). This is the underlying object with id, value and extensions. The accessor "getDuration" gives direct access to the value
-
getDuration
public BigDecimal getDuration()
- Returns:
- How long this thing happens for when it happens.
-
setDuration
public Timing.TimingRepeatComponent setDuration(BigDecimal value)
- Parameters:
value
- How long this thing happens for when it happens.
-
setDuration
public Timing.TimingRepeatComponent setDuration(long value)
- Parameters:
value
- How long this thing happens for when it happens.
-
setDuration
public Timing.TimingRepeatComponent setDuration(double value)
- Parameters:
value
- How long this thing happens for when it happens.
-
getDurationMaxElement
public DecimalType getDurationMaxElement()
- Returns:
durationMax
(The upper limit of how long this thing happens for when it happens.). This is the underlying object with id, value and extensions. The accessor "getDurationMax" gives direct access to the value
-
hasDurationMaxElement
public boolean hasDurationMaxElement()
-
hasDurationMax
public boolean hasDurationMax()
-
setDurationMaxElement
public Timing.TimingRepeatComponent setDurationMaxElement(DecimalType value)
- Parameters:
value
-durationMax
(The upper limit of how long this thing happens for when it happens.). This is the underlying object with id, value and extensions. The accessor "getDurationMax" gives direct access to the value
-
getDurationMax
public BigDecimal getDurationMax()
- Returns:
- The upper limit of how long this thing happens for when it happens.
-
setDurationMax
public Timing.TimingRepeatComponent setDurationMax(BigDecimal value)
- Parameters:
value
- The upper limit of how long this thing happens for when it happens.
-
setDurationMax
public Timing.TimingRepeatComponent setDurationMax(long value)
- Parameters:
value
- The upper limit of how long this thing happens for when it happens.
-
setDurationMax
public Timing.TimingRepeatComponent setDurationMax(double value)
- Parameters:
value
- The upper limit of how long this thing happens for when it happens.
-
getDurationUnitElement
public Enumeration<Timing.UnitsOfTime> getDurationUnitElement()
- Returns:
durationUnit
(The units of time for the duration, in UCUM units.). This is the underlying object with id, value and extensions. The accessor "getDurationUnit" gives direct access to the value
-
hasDurationUnitElement
public boolean hasDurationUnitElement()
-
hasDurationUnit
public boolean hasDurationUnit()
-
setDurationUnitElement
public Timing.TimingRepeatComponent setDurationUnitElement(Enumeration<Timing.UnitsOfTime> value)
- Parameters:
value
-durationUnit
(The units of time for the duration, in UCUM units.). This is the underlying object with id, value and extensions. The accessor "getDurationUnit" gives direct access to the value
-
getDurationUnit
public Timing.UnitsOfTime getDurationUnit()
- Returns:
- The units of time for the duration, in UCUM units.
-
setDurationUnit
public Timing.TimingRepeatComponent setDurationUnit(Timing.UnitsOfTime value)
- Parameters:
value
- The units of time for the duration, in UCUM units.
-
getFrequencyElement
public IntegerType getFrequencyElement()
- Returns:
frequency
(The number of times to repeat the action within the specified period / period range (i.e. both period and periodMax provided).). This is the underlying object with id, value and extensions. The accessor "getFrequency" gives direct access to the value
-
hasFrequencyElement
public boolean hasFrequencyElement()
-
hasFrequency
public boolean hasFrequency()
-
setFrequencyElement
public Timing.TimingRepeatComponent setFrequencyElement(IntegerType value)
- Parameters:
value
-frequency
(The number of times to repeat the action within the specified period / period range (i.e. both period and periodMax provided).). This is the underlying object with id, value and extensions. The accessor "getFrequency" gives direct access to the value
-
getFrequency
public int getFrequency()
- Returns:
- The number of times to repeat the action within the specified period / period range (i.e. both period and periodMax provided).
-
setFrequency
public Timing.TimingRepeatComponent setFrequency(int value)
- Parameters:
value
- The number of times to repeat the action within the specified period / period range (i.e. both period and periodMax provided).
-
getFrequencyMaxElement
public IntegerType getFrequencyMaxElement()
- Returns:
frequencyMax
(If present, indicates that the frequency is a range - so to repeat between [frequency] and [frequencyMax] times within the period or period range.). This is the underlying object with id, value and extensions. The accessor "getFrequencyMax" gives direct access to the value
-
hasFrequencyMaxElement
public boolean hasFrequencyMaxElement()
-
hasFrequencyMax
public boolean hasFrequencyMax()
-
setFrequencyMaxElement
public Timing.TimingRepeatComponent setFrequencyMaxElement(IntegerType value)
- Parameters:
value
-frequencyMax
(If present, indicates that the frequency is a range - so to repeat between [frequency] and [frequencyMax] times within the period or period range.). This is the underlying object with id, value and extensions. The accessor "getFrequencyMax" gives direct access to the value
-
getFrequencyMax
public int getFrequencyMax()
- Returns:
- If present, indicates that the frequency is a range - so to repeat between [frequency] and [frequencyMax] times within the period or period range.
-
setFrequencyMax
public Timing.TimingRepeatComponent setFrequencyMax(int value)
- Parameters:
value
- If present, indicates that the frequency is a range - so to repeat between [frequency] and [frequencyMax] times within the period or period range.
-
getPeriodElement
public DecimalType getPeriodElement()
- Returns:
period
(Indicates the duration of time over which repetitions are to occur; e.g. to express "3 times per day", 3 would be the frequency and "1 day" would be the period.). This is the underlying object with id, value and extensions. The accessor "getPeriod" gives direct access to the value
-
hasPeriodElement
public boolean hasPeriodElement()
-
hasPeriod
public boolean hasPeriod()
-
setPeriodElement
public Timing.TimingRepeatComponent setPeriodElement(DecimalType value)
- Parameters:
value
-period
(Indicates the duration of time over which repetitions are to occur; e.g. to express "3 times per day", 3 would be the frequency and "1 day" would be the period.). This is the underlying object with id, value and extensions. The accessor "getPeriod" gives direct access to the value
-
getPeriod
public BigDecimal getPeriod()
- Returns:
- Indicates the duration of time over which repetitions are to occur; e.g. to express "3 times per day", 3 would be the frequency and "1 day" would be the period.
-
setPeriod
public Timing.TimingRepeatComponent setPeriod(BigDecimal value)
- Parameters:
value
- Indicates the duration of time over which repetitions are to occur; e.g. to express "3 times per day", 3 would be the frequency and "1 day" would be the period.
-
setPeriod
public Timing.TimingRepeatComponent setPeriod(long value)
- Parameters:
value
- Indicates the duration of time over which repetitions are to occur; e.g. to express "3 times per day", 3 would be the frequency and "1 day" would be the period.
-
setPeriod
public Timing.TimingRepeatComponent setPeriod(double value)
- Parameters:
value
- Indicates the duration of time over which repetitions are to occur; e.g. to express "3 times per day", 3 would be the frequency and "1 day" would be the period.
-
getPeriodMaxElement
public DecimalType getPeriodMaxElement()
- Returns:
periodMax
(If present, indicates that the period is a range from [period] to [periodMax], allowing expressing concepts such as "do this once every 3-5 days.). This is the underlying object with id, value and extensions. The accessor "getPeriodMax" gives direct access to the value
-
hasPeriodMaxElement
public boolean hasPeriodMaxElement()
-
hasPeriodMax
public boolean hasPeriodMax()
-
setPeriodMaxElement
public Timing.TimingRepeatComponent setPeriodMaxElement(DecimalType value)
- Parameters:
value
-periodMax
(If present, indicates that the period is a range from [period] to [periodMax], allowing expressing concepts such as "do this once every 3-5 days.). This is the underlying object with id, value and extensions. The accessor "getPeriodMax" gives direct access to the value
-
getPeriodMax
public BigDecimal getPeriodMax()
- Returns:
- If present, indicates that the period is a range from [period] to [periodMax], allowing expressing concepts such as "do this once every 3-5 days.
-
setPeriodMax
public Timing.TimingRepeatComponent setPeriodMax(BigDecimal value)
- Parameters:
value
- If present, indicates that the period is a range from [period] to [periodMax], allowing expressing concepts such as "do this once every 3-5 days.
-
setPeriodMax
public Timing.TimingRepeatComponent setPeriodMax(long value)
- Parameters:
value
- If present, indicates that the period is a range from [period] to [periodMax], allowing expressing concepts such as "do this once every 3-5 days.
-
setPeriodMax
public Timing.TimingRepeatComponent setPeriodMax(double value)
- Parameters:
value
- If present, indicates that the period is a range from [period] to [periodMax], allowing expressing concepts such as "do this once every 3-5 days.
-
getPeriodUnitElement
public Enumeration<Timing.UnitsOfTime> getPeriodUnitElement()
- Returns:
periodUnit
(The units of time for the period in UCUM units.). This is the underlying object with id, value and extensions. The accessor "getPeriodUnit" gives direct access to the value
-
hasPeriodUnitElement
public boolean hasPeriodUnitElement()
-
hasPeriodUnit
public boolean hasPeriodUnit()
-
setPeriodUnitElement
public Timing.TimingRepeatComponent setPeriodUnitElement(Enumeration<Timing.UnitsOfTime> value)
- Parameters:
value
-periodUnit
(The units of time for the period in UCUM units.). This is the underlying object with id, value and extensions. The accessor "getPeriodUnit" gives direct access to the value
-
getPeriodUnit
public Timing.UnitsOfTime getPeriodUnit()
- Returns:
- The units of time for the period in UCUM units.
-
setPeriodUnit
public Timing.TimingRepeatComponent setPeriodUnit(Timing.UnitsOfTime value)
- Parameters:
value
- The units of time for the period in UCUM units.
-
getDayOfWeek
public List<Enumeration<Timing.DayOfWeek>> getDayOfWeek()
- Returns:
dayOfWeek
(If one or more days of week is provided, then the action happens only on the specified day(s).)
-
setDayOfWeek
public Timing.TimingRepeatComponent setDayOfWeek(List<Enumeration<Timing.DayOfWeek>> theDayOfWeek)
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasDayOfWeek
public boolean hasDayOfWeek()
-
addDayOfWeekElement
public Enumeration<Timing.DayOfWeek> addDayOfWeekElement()
- Returns:
dayOfWeek
(If one or more days of week is provided, then the action happens only on the specified day(s).)
-
addDayOfWeek
public Timing.TimingRepeatComponent addDayOfWeek(Timing.DayOfWeek value)
- Parameters:
value
-dayOfWeek
(If one or more days of week is provided, then the action happens only on the specified day(s).)
-
hasDayOfWeek
public boolean hasDayOfWeek(Timing.DayOfWeek value)
- Parameters:
value
-dayOfWeek
(If one or more days of week is provided, then the action happens only on the specified day(s).)
-
getTimeOfDay
public List<TimeType> getTimeOfDay()
- Returns:
timeOfDay
(Specified time of day for action to take place.)
-
setTimeOfDay
public Timing.TimingRepeatComponent setTimeOfDay(List<TimeType> theTimeOfDay)
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasTimeOfDay
public boolean hasTimeOfDay()
-
addTimeOfDayElement
public TimeType addTimeOfDayElement()
- Returns:
timeOfDay
(Specified time of day for action to take place.)
-
addTimeOfDay
public Timing.TimingRepeatComponent addTimeOfDay(String value)
- Parameters:
value
-timeOfDay
(Specified time of day for action to take place.)
-
hasTimeOfDay
public boolean hasTimeOfDay(String value)
- Parameters:
value
-timeOfDay
(Specified time of day for action to take place.)
-
getWhen
public List<Enumeration<Timing.EventTiming>> getWhen()
- Returns:
when
(Real world events that the occurrence of the event should be tied to.)
-
setWhen
public Timing.TimingRepeatComponent setWhen(List<Enumeration<Timing.EventTiming>> theWhen)
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasWhen
public boolean hasWhen()
-
addWhenElement
public Enumeration<Timing.EventTiming> addWhenElement()
- Returns:
when
(Real world events that the occurrence of the event should be tied to.)
-
addWhen
public Timing.TimingRepeatComponent addWhen(Timing.EventTiming value)
- Parameters:
value
-when
(Real world events that the occurrence of the event should be tied to.)
-
hasWhen
public boolean hasWhen(Timing.EventTiming value)
- Parameters:
value
-when
(Real world events that the occurrence of the event should be tied to.)
-
getOffsetElement
public UnsignedIntType getOffsetElement()
- Returns:
offset
(The number of minutes from the event. If the event code does not indicate whether the minutes is before or after the event, then the offset is assumed to be after the event.). This is the underlying object with id, value and extensions. The accessor "getOffset" gives direct access to the value
-
hasOffsetElement
public boolean hasOffsetElement()
-
hasOffset
public boolean hasOffset()
-
setOffsetElement
public Timing.TimingRepeatComponent setOffsetElement(UnsignedIntType value)
- Parameters:
value
-offset
(The number of minutes from the event. If the event code does not indicate whether the minutes is before or after the event, then the offset is assumed to be after the event.). This is the underlying object with id, value and extensions. The accessor "getOffset" gives direct access to the value
-
getOffset
public int getOffset()
- Returns:
- The number of minutes from the event. If the event code does not indicate whether the minutes is before or after the event, then the offset is assumed to be after the event.
-
setOffset
public Timing.TimingRepeatComponent setOffset(int value)
- Parameters:
value
- The number of minutes from the event. If the event code does not indicate whether the minutes is before or after the event, then the offset is assumed to be after the event.
-
listChildren
protected void listChildren(List<Property> children)
- Overrides:
listChildren
in classElement
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getNamedProperty
in classElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getProperty
in classElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setProperty
in classElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setProperty
in classElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
public Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
makeProperty
in classElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getTypesForProperty
in classElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copy
public Timing.TimingRepeatComponent copy()
-
equalsDeep
public boolean equalsDeep(Base other_)
- Overrides:
equalsDeep
in classElement
-
equalsShallow
public boolean equalsShallow(Base other_)
- Overrides:
equalsShallow
in classElement
-
isEmpty
public boolean isEmpty()
-
-