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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntryResponse()
-
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)StringgetEtag()Gets the value(s) for etag ().ca.uhn.fhir.model.primitive.StringDtgetEtagElement()Gets the value(s) for etag ().DategetLastModified()Gets the value(s) for lastModified ().ca.uhn.fhir.model.primitive.InstantDtgetLastModifiedElement()Gets the value(s) for lastModified ().StringgetLocation()Gets the value(s) for location ().ca.uhn.fhir.model.primitive.UriDtgetLocationElement()Gets the value(s) for location ().StringgetStatus()Gets the value(s) for status ().ca.uhn.fhir.model.primitive.StringDtgetStatusElement()Gets the value(s) for status ().booleanisEmpty()Bundle.EntryResponsesetEtag(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for etag ()Bundle.EntryResponsesetEtag(String theString)Sets the value for etag ()Bundle.EntryResponsesetLastModified(ca.uhn.fhir.model.primitive.InstantDt theValue)Sets the value(s) for lastModified ()Bundle.EntryResponsesetLastModified(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)Sets the value for lastModified ()Bundle.EntryResponsesetLastModifiedWithMillisPrecision(Date theDate)Sets the value for lastModified ()Bundle.EntryResponsesetLocation(ca.uhn.fhir.model.primitive.UriDt theValue)Sets the value(s) for location ()Bundle.EntryResponsesetLocation(String theUri)Sets the value for location ()Bundle.EntryResponsesetStatus(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for status ()Bundle.EntryResponsesetStatus(String theString)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
-
-
-
-
Constructor Detail
-
EntryResponse
public EntryResponse()
-
-
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
-
getStatusElement
public ca.uhn.fhir.model.primitive.StringDt 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
public String 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
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
public Bundle.EntryResponse setStatus(String theString)
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 returnnull.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 returnnull.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
public Bundle.EntryResponse setLocation(String theUri)
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 returnnull.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 returnnull.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 returnnull.Definition: The date/time that the resource was modified on the server
-
getLastModified
public Date 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
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
public Bundle.EntryResponse setLastModifiedWithMillisPrecision(Date theDate)
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
-
-