public static class Bundle.EntryResponse extends BaseIdentifiableElement implements 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 IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getEtag()
Gets the value(s) for etag ().
|
StringDt |
getEtagElement()
Gets the value(s) for etag ().
|
Date |
getLastModified()
Gets the value(s) for lastModified ().
|
InstantDt |
getLastModifiedElement()
Gets the value(s) for lastModified ().
|
String |
getLocation()
Gets the value(s) for location ().
|
UriDt |
getLocationElement()
Gets the value(s) for location ().
|
String |
getStatus()
Gets the value(s) for status ().
|
StringDt |
getStatusElement()
Gets the value(s) for status ().
|
boolean |
isEmpty() |
Bundle.EntryResponse |
setEtag(String theString)
Sets the value for etag ()
|
Bundle.EntryResponse |
setEtag(StringDt theValue)
Sets the value(s) for etag ()
|
Bundle.EntryResponse |
setLastModified(Date theDate,
TemporalPrecisionEnum thePrecision)
Sets the value for lastModified ()
|
Bundle.EntryResponse |
setLastModified(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(UriDt theValue)
Sets the value(s) for location ()
|
Bundle.EntryResponse |
setStatus(String theString)
Sets the value for status ()
|
Bundle.EntryResponse |
setStatus(StringDt theValue)
Sets the value(s) for status ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic EntryResponse()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic 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(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 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(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 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(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 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(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, TemporalPrecisionEnum thePrecision)
Definition: The date/time that the resource was modified on the server
Copyright © 2014–2016 University Health Network. All rights reserved.