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:
  • Constructor Details

  • Method Details

    • isEmpty

      public boolean isEmpty()
      Specified by:
      isEmpty in interface org.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 interface ca.uhn.fhir.model.api.ICompositeElement
    • getFlag

      Gets the value(s) for flag (). creating it if it does not exist. Will not return null.

      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

      public ca.uhn.fhir.model.primitive.BooleanDt getDeletedElement()
      Gets the value(s) for deleted (). creating it if it does not exist. Will not return null.

      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 return null.

      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 return null.

      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 return null.

      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

    • 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 return null.

      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