Class ListResource.Entry
- All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement
,ca.uhn.fhir.model.api.IElement
,ca.uhn.fhir.model.api.IIdentifiableElement
,ca.uhn.fhir.model.api.IResourceBlock
,ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions
,Serializable
,org.hl7.fhir.instance.model.api.IBase
- Enclosing class:
ListResource
Definition: Entries in this list
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T extends ca.uhn.fhir.model.api.IElement>
List<T> getAllPopulatedChildElementsOfType
(Class<T> theType) getDate()
Gets the value(s) for date ().ca.uhn.fhir.model.primitive.DateTimeDt
Gets the value(s) for date ().Gets the value(s) for deleted ().ca.uhn.fhir.model.primitive.BooleanDt
Gets the value(s) for deleted ().getFlag()
Gets the value(s) for flag ().getItem()
Gets the value(s) for item ().boolean
isEmpty()
setDate
(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for date ()Sets the value for date ()setDateWithSecondsPrecision
(Date theDate) Sets the value for date ()setDeleted
(boolean theBoolean) Sets the value for deleted ()setDeleted
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for deleted ()setFlag
(CodeableConceptDt theValue) Sets the value(s) for flag ()setItem
(ResourceReferenceDt theValue) Sets the value(s) for item ()Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface ca.uhn.fhir.model.api.IIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Constructor Details
-
Entry
public Entry()
-
-
Method Details
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType) - Specified by:
getAllPopulatedChildElementsOfType
in interfaceca.uhn.fhir.model.api.ICompositeElement
-
getFlag
Gets the value(s) for flag (). creating it if it does not exist. Will not returnnull
.Definition: The flag allows the system constructing the list to indicate the role and significance of the item in the list
-
setFlag
Sets the value(s) for flag ()Definition: The flag allows the system constructing the list to indicate the role and significance of the item in the list
-
getDeletedElement
Gets the value(s) for deleted (). creating it if it does not exist. Will not returnnull
.Definition: True if this item is marked as deleted in the list.
-
getDeleted
Gets the value(s) for deleted (). creating it if it does not exist. This method may returnnull
.Definition: True if this item is marked as deleted in the list.
-
setDeleted
Sets the value(s) for deleted ()Definition: True if this item is marked as deleted in the list.
-
setDeleted
Sets the value for deleted ()Definition: True if this item is marked as deleted in the list.
-
getDateElement
Gets the value(s) for date (). creating it if it does not exist. Will not returnnull
.Definition: When this item was added to the list
-
getDate
Gets the value(s) for date (). creating it if it does not exist. This method may returnnull
.Definition: When this item was added to the list
-
setDate
Sets the value(s) for date ()Definition: When this item was added to the list
-
setDateWithSecondsPrecision
Sets the value for date ()Definition: When this item was added to the list
-
setDate
public ListResource.Entry setDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for date ()Definition: When this item was added to the list
-
getItem
Gets the value(s) for item (). creating it if it does not exist. Will not returnnull
.Definition: A reference to the actual resource from which data was derived
-
setItem
Sets the value(s) for item ()Definition: A reference to the actual resource from which data was derived
-