Class Bundle.EntryResponse

java.lang.Object
ca.uhn.fhir.model.api.BaseElement
ca.uhn.fhir.model.api.BaseIdentifiableElement
ca.uhn.fhir.model.dstu2.resource.Bundle.EntryResponse
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:
Bundle

public static class Bundle.EntryResponse extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: Bundle.entry.response ()

Definition: Additional information about how this entry should be processed as part of a transaction

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
    • getStatusElement

      public ca.uhn.fhir.model.primitive.StringDt getStatusElement()
      Gets the value(s) for status (). creating it if it does not exist. Will not return null.

      Definition: The status code returned by processing this entry

    • getStatus

      public String getStatus()
      Gets the value(s) for status (). creating it if it does not exist. This method may return null.

      Definition: The status code returned by processing this entry

    • setStatus

      public Bundle.EntryResponse setStatus(ca.uhn.fhir.model.primitive.StringDt theValue)
      Sets the value(s) for status ()

      Definition: The status code returned by processing this entry

    • setStatus

      Sets the value for status ()

      Definition: The status code returned by processing this entry

    • getLocationElement

      public ca.uhn.fhir.model.primitive.UriDt getLocationElement()
      Gets the value(s) for location (). creating it if it does not exist. Will not return null.

      Definition: The location header created by processing this operation

    • getLocation

      public String getLocation()
      Gets the value(s) for location (). creating it if it does not exist. This method may return null.

      Definition: The location header created by processing this operation

    • setLocation

      public Bundle.EntryResponse setLocation(ca.uhn.fhir.model.primitive.UriDt theValue)
      Sets the value(s) for location ()

      Definition: The location header created by processing this operation

    • setLocation

      Sets the value for location ()

      Definition: The location header created by processing this operation

    • getEtagElement

      public ca.uhn.fhir.model.primitive.StringDt getEtagElement()
      Gets the value(s) for etag (). creating it if it does not exist. Will not return null.

      Definition: The etag for the resource, it the operation for the entry produced a versioned resource

    • getEtag

      public String getEtag()
      Gets the value(s) for etag (). creating it if it does not exist. This method may return null.

      Definition: The etag for the resource, it the operation for the entry produced a versioned resource

    • setEtag

      public Bundle.EntryResponse setEtag(ca.uhn.fhir.model.primitive.StringDt theValue)
      Sets the value(s) for etag ()

      Definition: The etag for the resource, it the operation for the entry produced a versioned resource

    • setEtag

      public Bundle.EntryResponse setEtag(String theString)
      Sets the value for etag ()

      Definition: The etag for the resource, it the operation for the entry produced a versioned resource

    • getLastModifiedElement

      public ca.uhn.fhir.model.primitive.InstantDt getLastModifiedElement()
      Gets the value(s) for lastModified (). creating it if it does not exist. Will not return null.

      Definition: The date/time that the resource was modified on the server

    • getLastModified

      Gets the value(s) for lastModified (). creating it if it does not exist. This method may return null.

      Definition: The date/time that the resource was modified on the server

    • setLastModified

      public Bundle.EntryResponse setLastModified(ca.uhn.fhir.model.primitive.InstantDt theValue)
      Sets the value(s) for lastModified ()

      Definition: The date/time that the resource was modified on the server

    • setLastModifiedWithMillisPrecision

      Sets the value for lastModified ()

      Definition: The date/time that the resource was modified on the server

    • setLastModified

      public Bundle.EntryResponse setLastModified(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
      Sets the value for lastModified ()

      Definition: The date/time that the resource was modified on the server