Class 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
Definition: Additional information about how this entry should be processed as part of a transaction
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T extends ca.uhn.fhir.model.api.IElement>
List<T> getAllPopulatedChildElementsOfType
(Class<T> theType) getEtag()
Gets the value(s) for etag ().ca.uhn.fhir.model.primitive.StringDt
Gets the value(s) for etag ().Gets the value(s) for lastModified ().ca.uhn.fhir.model.primitive.InstantDt
Gets the value(s) for lastModified ().Gets the value(s) for location ().ca.uhn.fhir.model.primitive.UriDt
Gets the value(s) for location ().Gets the value(s) for status ().ca.uhn.fhir.model.primitive.StringDt
Gets the value(s) for status ().boolean
isEmpty()
setEtag
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for etag ()Sets the value for etag ()setLastModified
(ca.uhn.fhir.model.primitive.InstantDt theValue) Sets the value(s) for lastModified ()setLastModified
(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for lastModified ()setLastModifiedWithMillisPrecision
(Date theDate) Sets the value for lastModified ()setLocation
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for location ()setLocation
(String theUri) Sets the value for location ()setStatus
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for status ()Sets the value for status ()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
-
EntryResponse
public EntryResponse()
-
-
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
-
getStatusElement
Gets the value(s) for status (). creating it if it does not exist. Will not returnnull
.Definition: The status code returned by processing this entry
-
getStatus
Gets the value(s) for status (). creating it if it does not exist. This method may returnnull
.Definition: The status code returned by processing this entry
-
setStatus
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
Gets the value(s) for location (). creating it if it does not exist. Will not returnnull
.Definition: The location header created by processing this operation
-
getLocation
Gets the value(s) for location (). creating it if it does not exist. This method may returnnull
.Definition: The location header created by processing this operation
-
setLocation
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
Gets the value(s) for etag (). creating it if it does not exist. Will not returnnull
.Definition: The etag for the resource, it the operation for the entry produced a versioned resource
-
getEtag
Gets the value(s) for etag (). creating it if it does not exist. This method may returnnull
.Definition: The etag for the resource, it the operation for the entry produced a versioned resource
-
setEtag
Sets the value(s) for etag ()Definition: The etag for the resource, it the operation for the entry produced a versioned resource
-
setEtag
Sets the value for etag ()Definition: The etag for the resource, it the operation for the entry produced a versioned resource
-
getLastModifiedElement
Gets the value(s) for lastModified (). creating it if it does not exist. Will not returnnull
.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 returnnull
.Definition: The date/time that the resource was modified on the server
-
setLastModified
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
-