Package org.hl7.fhir.r5.model
Class OrderedDistribution.OrderedDistributionIntervalComponent
- java.lang.Object
-
- org.hl7.fhir.r5.model.Base
-
- org.hl7.fhir.r5.model.Element
-
- org.hl7.fhir.r5.model.OrderedDistribution.OrderedDistributionIntervalComponent
-
- 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:
- OrderedDistribution
public static class OrderedDistribution.OrderedDistributionIntervalComponent extends Element implements org.hl7.fhir.instance.model.api.IBaseDatatypeElement
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Statistic>intervalStatisticValues and parameters for a single statistic related to the interval.protected IntegerTyperankOrderRelative order of interval.
-
Constructor Summary
Constructors Constructor Description OrderedDistributionIntervalComponent()ConstructorOrderedDistributionIntervalComponent(int rankOrder)Constructor
-
Method Summary
-
Methods inherited from class org.hl7.fhir.r5.model.Element
addExtension, addExtension, addExtension, copyValues, getExtension, getExtensionByUrl, getExtensionFirstRep, getExtensionsByUrl, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, isDisallowExtensions, noExtensions, removeExtension, setDisallowExtensions, setExtension, setId, setIdBase, setIdElement
-
Methods inherited from class org.hl7.fhir.r5.model.Base
children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyUserData, copyValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getXhtml, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, 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
-
rankOrder
protected IntegerType rankOrder
Relative order of interval.
-
intervalStatistic
protected List<Statistic> intervalStatistic
Values and parameters for a single statistic related to the interval.
-
-
Constructor Detail
-
OrderedDistributionIntervalComponent
public OrderedDistributionIntervalComponent()
Constructor
-
OrderedDistributionIntervalComponent
public OrderedDistributionIntervalComponent(int rankOrder)
Constructor
-
-
Method Detail
-
getRankOrderElement
public IntegerType getRankOrderElement()
- Returns:
rankOrder(Relative order of interval.). This is the underlying object with id, value and extensions. The accessor "getRankOrder" gives direct access to the value
-
hasRankOrderElement
public boolean hasRankOrderElement()
-
hasRankOrder
public boolean hasRankOrder()
-
setRankOrderElement
public OrderedDistribution.OrderedDistributionIntervalComponent setRankOrderElement(IntegerType value)
- Parameters:
value-rankOrder(Relative order of interval.). This is the underlying object with id, value and extensions. The accessor "getRankOrder" gives direct access to the value
-
getRankOrder
public int getRankOrder()
- Returns:
- Relative order of interval.
-
setRankOrder
public OrderedDistribution.OrderedDistributionIntervalComponent setRankOrder(int value)
- Parameters:
value- Relative order of interval.
-
getIntervalStatistic
public List<Statistic> getIntervalStatistic()
- Returns:
intervalStatistic(Values and parameters for a single statistic related to the interval.)
-
setIntervalStatistic
public OrderedDistribution.OrderedDistributionIntervalComponent setIntervalStatistic(List<Statistic> theIntervalStatistic)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasIntervalStatistic
public boolean hasIntervalStatistic()
-
addIntervalStatistic
public Statistic addIntervalStatistic()
-
addIntervalStatistic
public OrderedDistribution.OrderedDistributionIntervalComponent addIntervalStatistic(Statistic t)
-
getIntervalStatisticFirstRep
public Statistic getIntervalStatisticFirstRep()
- Returns:
- The first repetition of repeating field
intervalStatistic, creating it if it does not already exist {3}
-
listChildren
protected void listChildren(List<Property> children)
- Overrides:
listChildrenin classElement
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getNamedPropertyin classElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getPropertyin classElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
public Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
makePropertyin classElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getTypesForPropertyin classElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copy
public OrderedDistribution.OrderedDistributionIntervalComponent copy()
-
copyValues
public void copyValues(OrderedDistribution.OrderedDistributionIntervalComponent dst)
-
equalsDeep
public boolean equalsDeep(Base other_)
- Overrides:
equalsDeepin classElement
-
equalsShallow
public boolean equalsShallow(Base other_)
- Overrides:
equalsShallowin classElement
-
isEmpty
public boolean isEmpty()
-
-