public static class Bundle.EntryResponse extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Additional information about how this entry should be processed as part of a transaction
| Constructor and Description |
|---|
EntryResponse() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getEtag()
Gets the value(s) for etag ().
|
ca.uhn.fhir.model.primitive.StringDt |
getEtagElement()
Gets the value(s) for etag ().
|
Date |
getLastModified()
Gets the value(s) for lastModified ().
|
ca.uhn.fhir.model.primitive.InstantDt |
getLastModifiedElement()
Gets the value(s) for lastModified ().
|
String |
getLocation()
Gets the value(s) for location ().
|
ca.uhn.fhir.model.primitive.UriDt |
getLocationElement()
Gets the value(s) for location ().
|
String |
getStatus()
Gets the value(s) for status ().
|
ca.uhn.fhir.model.primitive.StringDt |
getStatusElement()
Gets the value(s) for status ().
|
boolean |
isEmpty() |
Bundle.EntryResponse |
setEtag(String theString)
Sets the value for etag ()
|
Bundle.EntryResponse |
setEtag(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for etag ()
|
Bundle.EntryResponse |
setLastModified(Date theDate,
ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Sets the value for lastModified ()
|
Bundle.EntryResponse |
setLastModified(ca.uhn.fhir.model.primitive.InstantDt theValue)
Sets the value(s) for lastModified ()
|
Bundle.EntryResponse |
setLastModifiedWithMillisPrecision(Date theDate)
Sets the value for lastModified ()
|
Bundle.EntryResponse |
setLocation(String theUri)
Sets the value for location ()
|
Bundle.EntryResponse |
setLocation(ca.uhn.fhir.model.primitive.UriDt theValue)
Sets the value(s) for location ()
|
Bundle.EntryResponse |
setStatus(String theString)
Sets the value for status ()
|
Bundle.EntryResponse |
setStatus(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for status ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic EntryResponse()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ca.uhn.fhir.model.primitive.StringDt getStatusElement()
null.
Definition: The status code returned by processing this entry
public String getStatus()
null.
Definition: The status code returned by processing this entry
public Bundle.EntryResponse setStatus(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: The status code returned by processing this entry
public Bundle.EntryResponse setStatus(String theString)
Definition: The status code returned by processing this entry
public ca.uhn.fhir.model.primitive.UriDt getLocationElement()
null.
Definition: The location header created by processing this operation
public String getLocation()
null.
Definition: The location header created by processing this operation
public Bundle.EntryResponse setLocation(ca.uhn.fhir.model.primitive.UriDt theValue)
Definition: The location header created by processing this operation
public Bundle.EntryResponse setLocation(String theUri)
Definition: The location header created by processing this operation
public ca.uhn.fhir.model.primitive.StringDt getEtagElement()
null.
Definition: The etag for the resource, it the operation for the entry produced a versioned resource
public String getEtag()
null.
Definition: The etag for the resource, it the operation for the entry produced a versioned resource
public Bundle.EntryResponse setEtag(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: The etag for the resource, it the operation for the entry produced a versioned resource
public Bundle.EntryResponse setEtag(String theString)
Definition: The etag for the resource, it the operation for the entry produced a versioned resource
public ca.uhn.fhir.model.primitive.InstantDt getLastModifiedElement()
null.
Definition: The date/time that the resource was modified on the server
public Date getLastModified()
null.
Definition: The date/time that the resource was modified on the server
public Bundle.EntryResponse setLastModified(ca.uhn.fhir.model.primitive.InstantDt theValue)
Definition: The date/time that the resource was modified on the server
public Bundle.EntryResponse setLastModifiedWithMillisPrecision(Date theDate)
Definition: The date/time that the resource was modified on the server
public Bundle.EntryResponse setLastModified(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Definition: The date/time that the resource was modified on the server
Copyright © 2014–2018 University Health Network. All rights reserved.