
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
public static class ListResource.Entry extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Entries in this list
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description Entry()
-
Method Summary
Modifier and Type Method Description <T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)
Date
getDate()
Gets the value(s) for date ().ca.uhn.fhir.model.primitive.DateTimeDt
getDateElement()
Gets the value(s) for date ().Boolean
getDeleted()
Gets the value(s) for deleted ().ca.uhn.fhir.model.primitive.BooleanDt
getDeletedElement()
Gets the value(s) for deleted ().CodeableConceptDt
getFlag()
Gets the value(s) for flag ().ResourceReferenceDt
getItem()
Gets the value(s) for item ().boolean
isEmpty()
ListResource.Entry
setDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue)
Sets the value(s) for date ()ListResource.Entry
setDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Sets the value for date ()ListResource.Entry
setDateWithSecondsPrecision(Date theDate)
Sets the value for date ()ListResource.Entry
setDeleted(boolean theBoolean)
Sets the value for deleted ()ListResource.Entry
setDeleted(ca.uhn.fhir.model.primitive.BooleanDt theValue)
Sets the value(s) for deleted ()ListResource.Entry
setFlag(CodeableConceptDt theValue)
Sets the value(s) for flag ()ListResource.Entry
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
-
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
-
setDateWithSecondsPrecision
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
-