public static class Bundle.BundleEntryRequestComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
| Modifier and Type | Field and Description |
|---|---|
protected StringType |
ifMatch
Only perform the operation if the Etag value matches.
|
protected InstantType |
ifModifiedSince
Only perform the operation if the last updated date matches.
|
protected StringType |
ifNoneExist
Instruct the server not to perform the create if a specified resource already exists.
|
protected StringType |
ifNoneMatch
If the ETag values match, return a 304 Not Modified status.
|
protected Enumeration<Bundle.HTTPVerb> |
method
In a transaction or batch, this is the HTTP action to be executed for this entry.
|
protected UriType |
url
The URL for this entry, relative to the root (the address to which the request is posted).
|
modifierExtension| Constructor and Description |
|---|
BundleEntryRequestComponent()
Constructor
|
BundleEntryRequestComponent(Enumeration<Bundle.HTTPVerb> method,
UriType url)
Constructor
|
addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getModifierExtension, getModifierExtensionFirstRep, hasModifierExtension, setModifierExtensionaddExtension, addExtension, addExtension, copyValues, getExtension, getExtensionByUrl, getExtensionFirstRep, getExtensionsByUrl, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, isDisallowExtensions, noExtensions, removeExtension, setDisallowExtensions, setExtension, setId, setIdBase, setIdElementcastToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCanonical, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExpression, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMarketingStatus, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPopulation, castToPositiveInt, castToProdCharacteristic, castToProductShelfLife, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToSubstanceAmount, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUrl, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddExtension, getExtension, hasExtensiongetFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserDataprotected Enumeration<Bundle.HTTPVerb> method
protected UriType url
protected StringType ifNoneMatch
protected InstantType ifModifiedSince
protected StringType ifMatch
protected StringType ifNoneExist
public BundleEntryRequestComponent()
public BundleEntryRequestComponent(Enumeration<Bundle.HTTPVerb> method, UriType url)
public Enumeration<Bundle.HTTPVerb> getMethodElement()
method (In a transaction or batch, this is the HTTP action to be executed for this entry. In a history bundle, this indicates the HTTP action that occurred.). This is the underlying object with id, value and extensions. The accessor "getMethod" gives direct access to the valuepublic boolean hasMethodElement()
public boolean hasMethod()
public Bundle.BundleEntryRequestComponent setMethodElement(Enumeration<Bundle.HTTPVerb> value)
value - method (In a transaction or batch, this is the HTTP action to be executed for this entry. In a history bundle, this indicates the HTTP action that occurred.). This is the underlying object with id, value and extensions. The accessor "getMethod" gives direct access to the valuepublic Bundle.HTTPVerb getMethod()
public Bundle.BundleEntryRequestComponent setMethod(Bundle.HTTPVerb value)
value - In a transaction or batch, this is the HTTP action to be executed for this entry. In a history bundle, this indicates the HTTP action that occurred.public UriType getUrlElement()
url (The URL for this entry, relative to the root (the address to which the request is posted).). This is the underlying object with id, value and extensions. The accessor "getUrl" gives direct access to the valuepublic boolean hasUrlElement()
public boolean hasUrl()
public Bundle.BundleEntryRequestComponent setUrlElement(UriType value)
value - url (The URL for this entry, relative to the root (the address to which the request is posted).). This is the underlying object with id, value and extensions. The accessor "getUrl" gives direct access to the valuepublic String getUrl()
public Bundle.BundleEntryRequestComponent setUrl(String value)
value - The URL for this entry, relative to the root (the address to which the request is posted).public StringType getIfNoneMatchElement()
ifNoneMatch (If the ETag values match, return a 304 Not Modified status. See the API documentation for ["Conditional Read"](http.html#cread).). This is the underlying object with id, value and extensions. The accessor "getIfNoneMatch" gives direct access to the valuepublic boolean hasIfNoneMatchElement()
public boolean hasIfNoneMatch()
public Bundle.BundleEntryRequestComponent setIfNoneMatchElement(StringType value)
value - ifNoneMatch (If the ETag values match, return a 304 Not Modified status. See the API documentation for ["Conditional Read"](http.html#cread).). This is the underlying object with id, value and extensions. The accessor "getIfNoneMatch" gives direct access to the valuepublic String getIfNoneMatch()
public Bundle.BundleEntryRequestComponent setIfNoneMatch(String value)
value - If the ETag values match, return a 304 Not Modified status. See the API documentation for ["Conditional Read"](http.html#cread).public InstantType getIfModifiedSinceElement()
ifModifiedSince (Only perform the operation if the last updated date matches. See the API documentation for ["Conditional Read"](http.html#cread).). This is the underlying object with id, value and extensions. The accessor "getIfModifiedSince" gives direct access to the valuepublic boolean hasIfModifiedSinceElement()
public boolean hasIfModifiedSince()
public Bundle.BundleEntryRequestComponent setIfModifiedSinceElement(InstantType value)
value - ifModifiedSince (Only perform the operation if the last updated date matches. See the API documentation for ["Conditional Read"](http.html#cread).). This is the underlying object with id, value and extensions. The accessor "getIfModifiedSince" gives direct access to the valuepublic Date getIfModifiedSince()
public Bundle.BundleEntryRequestComponent setIfModifiedSince(Date value)
value - Only perform the operation if the last updated date matches. See the API documentation for ["Conditional Read"](http.html#cread).public StringType getIfMatchElement()
ifMatch (Only perform the operation if the Etag value matches. For more information, see the API section ["Managing Resource Contention"](http.html#concurrency).). This is the underlying object with id, value and extensions. The accessor "getIfMatch" gives direct access to the valuepublic boolean hasIfMatchElement()
public boolean hasIfMatch()
public Bundle.BundleEntryRequestComponent setIfMatchElement(StringType value)
value - ifMatch (Only perform the operation if the Etag value matches. For more information, see the API section ["Managing Resource Contention"](http.html#concurrency).). This is the underlying object with id, value and extensions. The accessor "getIfMatch" gives direct access to the valuepublic String getIfMatch()
public Bundle.BundleEntryRequestComponent setIfMatch(String value)
value - Only perform the operation if the Etag value matches. For more information, see the API section ["Managing Resource Contention"](http.html#concurrency).public StringType getIfNoneExistElement()
ifNoneExist (Instruct the server not to perform the create if a specified resource already exists. For further information, see the API documentation for ["Conditional Create"](http.html#ccreate). This is just the query portion of the URL - what follows the "?" (not including the "?").). This is the underlying object with id, value and extensions. The accessor "getIfNoneExist" gives direct access to the valuepublic boolean hasIfNoneExistElement()
public boolean hasIfNoneExist()
public Bundle.BundleEntryRequestComponent setIfNoneExistElement(StringType value)
value - ifNoneExist (Instruct the server not to perform the create if a specified resource already exists. For further information, see the API documentation for ["Conditional Create"](http.html#ccreate). This is just the query portion of the URL - what follows the "?" (not including the "?").). This is the underlying object with id, value and extensions. The accessor "getIfNoneExist" gives direct access to the valuepublic String getIfNoneExist()
public Bundle.BundleEntryRequestComponent setIfNoneExist(String value)
value - Instruct the server not to perform the create if a specified resource already exists. For further information, see the API documentation for ["Conditional Create"](http.html#ccreate). This is just the query portion of the URL - what follows the "?" (not including the "?").protected void listChildren(List<Property> children)
listChildren in class BackboneElementpublic Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
getNamedProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
makeProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
getTypesForProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
addChild in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Bundle.BundleEntryRequestComponent copy()
copy in class BackboneElementpublic void copyValues(Bundle.BundleEntryRequestComponent dst)
public boolean equalsDeep(Base other_)
equalsDeep in class BackboneElementpublic boolean equalsShallow(Base other_)
equalsShallow in class BackboneElementpublic boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBaseisEmpty in class BackboneElementpublic String fhirType()
fhirType in interface org.hl7.fhir.instance.model.api.IBasefhirType in class BackboneElementCopyright © 2014–2021 Health Level 7. All rights reserved.