Class ListResource.Entry
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- ca.uhn.fhir.model.dstu2.resource.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
Block class for child element: List.entry ()Definition: Entries in this list
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Entry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)DategetDate()Gets the value(s) for date ().ca.uhn.fhir.model.primitive.DateTimeDtgetDateElement()Gets the value(s) for date ().BooleangetDeleted()Gets the value(s) for deleted ().ca.uhn.fhir.model.primitive.BooleanDtgetDeletedElement()Gets the value(s) for deleted ().CodeableConceptDtgetFlag()Gets the value(s) for flag ().ResourceReferenceDtgetItem()Gets the value(s) for item ().booleanisEmpty()ListResource.EntrysetDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue)Sets the value(s) for date ()ListResource.EntrysetDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)Sets the value for date ()ListResource.EntrysetDateWithSecondsPrecision(Date theDate)Sets the value for date ()ListResource.EntrysetDeleted(boolean theBoolean)Sets the value for deleted ()ListResource.EntrysetDeleted(ca.uhn.fhir.model.primitive.BooleanDt theValue)Sets the value(s) for deleted ()ListResource.EntrysetFlag(CodeableConceptDt theValue)Sets the value(s) for flag ()ListResource.EntrysetItem(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
-
-
-
-
Constructor Detail
-
Entry
public Entry()
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin 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:
getAllPopulatedChildElementsOfTypein interfaceca.uhn.fhir.model.api.ICompositeElement
-
getFlag
public CodeableConceptDt 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
public ListResource.Entry setFlag(CodeableConceptDt theValue)
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
public ca.uhn.fhir.model.primitive.BooleanDt 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
public Boolean 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
public ListResource.Entry setDeleted(ca.uhn.fhir.model.primitive.BooleanDt theValue)
Sets the value(s) for deleted ()Definition: True if this item is marked as deleted in the list.
-
setDeleted
public ListResource.Entry setDeleted(boolean theBoolean)
Sets the value for deleted ()Definition: True if this item is marked as deleted in the list.
-
getDateElement
public ca.uhn.fhir.model.primitive.DateTimeDt 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
public Date 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
public ListResource.Entry setDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue)
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
public ListResource.Entry setDateWithSecondsPrecision(Date theDate)
Sets the value for date ()Definition: When this item was added to the list
-
getItem
public ResourceReferenceDt 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
public ListResource.Entry setItem(ResourceReferenceDt theValue)
Sets the value(s) for item ()Definition: A reference to the actual resource from which data was derived
-
-