Package org.hl7.fhir.dstu2.model
Class TestScript.TestScriptSetupActionAssertComponent
- java.lang.Object
-
- org.hl7.fhir.dstu2.model.Base
-
- org.hl7.fhir.dstu2.model.Element
-
- org.hl7.fhir.dstu2.model.BackboneElement
-
- org.hl7.fhir.dstu2.model.TestScript.TestScriptSetupActionAssertComponent
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement,Serializable,org.hl7.fhir.instance.model.api.IBase,org.hl7.fhir.instance.model.api.IBaseBackboneElement,org.hl7.fhir.instance.model.api.IBaseElement,org.hl7.fhir.instance.model.api.IBaseHasExtensions,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
- Enclosing class:
- TestScript
public static class TestScript.TestScriptSetupActionAssertComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringTypecompareToSourceIdId of fixture used to compare the "sourceId/path" evaluations to.protected StringTypecompareToSourcePathXPath or JSONPath expression against fixture used to compare the "sourceId/path" evaluations to.protected Enumeration<TestScript.ContentType>contentTypeThe content-type or mime-type to use for RESTful operation in the 'Content-Type' header.protected StringTypedescriptionThe description would be used by test engines for tracking and reporting purposes.protected Enumeration<TestScript.AssertionDirectionType>directionThe direction to use for the assertion.protected StringTypeheaderFieldThe HTTP header field name e.g.protected StringTypelabelThe label would be used for tracking/logging purposes by test engines.protected StringTypeminimumIdThe ID of a fixture.protected BooleanTypenavigationLinksWhether or not the test execution performs validation on the bundle navigation links.protected Enumeration<TestScript.AssertionOperatorType>operatorThe operator type.protected StringTypepathThe XPath or JSONPath expression to be evaluated against the fixture representing the response received from server.protected CodeTyperesourceThe type of the resource.protected Enumeration<TestScript.AssertionResponseTypes>responseokay | created | noContent | notModified | bad | forbidden | notFound | methodNotAllowed | conflict | gone | preconditionFailed | unprocessable.protected StringTyperesponseCodeThe value of the HTTP response code to be tested.protected IdTypesourceIdFixture to evaluate the XPath/JSONPath expression or the headerField against.protected IdTypevalidateProfileIdThe ID of the Profile to validate against.protected StringTypevalueThe value to compare to.protected BooleanTypewarningOnlyWhether or not the test execution will produce a warning only on error for this assert.-
Fields inherited from class org.hl7.fhir.dstu2.model.BackboneElement
modifierExtension
-
-
Constructor Summary
Constructors Constructor Description TestScriptSetupActionAssertComponent()
-
Method Summary
-
Methods inherited from class org.hl7.fhir.dstu2.model.BackboneElement
addModifierExtension, addModifierExtension, copyValues, getModifierExtension, hasModifierExtension
-
Methods inherited from class org.hl7.fhir.dstu2.model.Element
addExtension, addExtension, copyValues, getExtension, getExtensionsByUrl, getExtensionString, getId, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setId, setIdElement
-
Methods inherited from class org.hl7.fhir.dstu2.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, primitiveValue, setUserData, setUserDataINN
-
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
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseElement
getUserData, setUserData
-
-
-
-
Field Detail
-
label
protected StringType label
The label would be used for tracking/logging purposes by test engines.
-
description
protected StringType description
The description would be used by test engines for tracking and reporting purposes.
-
direction
protected Enumeration<TestScript.AssertionDirectionType> direction
The direction to use for the assertion.
-
compareToSourceId
protected StringType compareToSourceId
Id of fixture used to compare the "sourceId/path" evaluations to.
-
compareToSourcePath
protected StringType compareToSourcePath
XPath or JSONPath expression against fixture used to compare the "sourceId/path" evaluations to.
-
contentType
protected Enumeration<TestScript.ContentType> contentType
The content-type or mime-type to use for RESTful operation in the 'Content-Type' header.
-
headerField
protected StringType headerField
The HTTP header field name e.g. 'Location'.
-
minimumId
protected StringType minimumId
The ID of a fixture. Asserts that the response contains at a minimumId the fixture specified by minimumId.
-
navigationLinks
protected BooleanType navigationLinks
Whether or not the test execution performs validation on the bundle navigation links.
-
operator
protected Enumeration<TestScript.AssertionOperatorType> operator
The operator type.
-
path
protected StringType path
The XPath or JSONPath expression to be evaluated against the fixture representing the response received from server.
-
resource
protected CodeType resource
The type of the resource. See http://hl7-fhir.github.io/resourcelist.html.
-
response
protected Enumeration<TestScript.AssertionResponseTypes> response
okay | created | noContent | notModified | bad | forbidden | notFound | methodNotAllowed | conflict | gone | preconditionFailed | unprocessable.
-
responseCode
protected StringType responseCode
The value of the HTTP response code to be tested.
-
sourceId
protected IdType sourceId
Fixture to evaluate the XPath/JSONPath expression or the headerField against.
-
validateProfileId
protected IdType validateProfileId
The ID of the Profile to validate against.
-
value
protected StringType value
The value to compare to.
-
warningOnly
protected BooleanType warningOnly
Whether or not the test execution will produce a warning only on error for this assert.
-
-
Constructor Detail
-
TestScriptSetupActionAssertComponent
public TestScriptSetupActionAssertComponent()
-
-
Method Detail
-
getLabelElement
public StringType getLabelElement()
- Returns:
label(The label would be used for tracking/logging purposes by test engines.). This is the underlying object with id, value and extensions. The accessor "getLabel" gives direct access to the value
-
hasLabelElement
public boolean hasLabelElement()
-
hasLabel
public boolean hasLabel()
-
setLabelElement
public TestScript.TestScriptSetupActionAssertComponent setLabelElement(StringType value)
- Parameters:
value-label(The label would be used for tracking/logging purposes by test engines.). This is the underlying object with id, value and extensions. The accessor "getLabel" gives direct access to the value
-
getLabel
public String getLabel()
- Returns:
- The label would be used for tracking/logging purposes by test engines.
-
setLabel
public TestScript.TestScriptSetupActionAssertComponent setLabel(String value)
- Parameters:
value- The label would be used for tracking/logging purposes by test engines.
-
getDescriptionElement
public StringType getDescriptionElement()
- Returns:
description(The description would be used by test engines for tracking and reporting purposes.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
hasDescriptionElement
public boolean hasDescriptionElement()
-
hasDescription
public boolean hasDescription()
-
setDescriptionElement
public TestScript.TestScriptSetupActionAssertComponent setDescriptionElement(StringType value)
- Parameters:
value-description(The description would be used by test engines for tracking and reporting purposes.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
getDescription
public String getDescription()
- Returns:
- The description would be used by test engines for tracking and reporting purposes.
-
setDescription
public TestScript.TestScriptSetupActionAssertComponent setDescription(String value)
- Parameters:
value- The description would be used by test engines for tracking and reporting purposes.
-
getDirectionElement
public Enumeration<TestScript.AssertionDirectionType> getDirectionElement()
- Returns:
direction(The direction to use for the assertion.). This is the underlying object with id, value and extensions. The accessor "getDirection" gives direct access to the value
-
hasDirectionElement
public boolean hasDirectionElement()
-
hasDirection
public boolean hasDirection()
-
setDirectionElement
public TestScript.TestScriptSetupActionAssertComponent setDirectionElement(Enumeration<TestScript.AssertionDirectionType> value)
- Parameters:
value-direction(The direction to use for the assertion.). This is the underlying object with id, value and extensions. The accessor "getDirection" gives direct access to the value
-
getDirection
public TestScript.AssertionDirectionType getDirection()
- Returns:
- The direction to use for the assertion.
-
setDirection
public TestScript.TestScriptSetupActionAssertComponent setDirection(TestScript.AssertionDirectionType value)
- Parameters:
value- The direction to use for the assertion.
-
getCompareToSourceIdElement
public StringType getCompareToSourceIdElement()
- Returns:
compareToSourceId(Id of fixture used to compare the "sourceId/path" evaluations to.). This is the underlying object with id, value and extensions. The accessor "getCompareToSourceId" gives direct access to the value
-
hasCompareToSourceIdElement
public boolean hasCompareToSourceIdElement()
-
hasCompareToSourceId
public boolean hasCompareToSourceId()
-
setCompareToSourceIdElement
public TestScript.TestScriptSetupActionAssertComponent setCompareToSourceIdElement(StringType value)
- Parameters:
value-compareToSourceId(Id of fixture used to compare the "sourceId/path" evaluations to.). This is the underlying object with id, value and extensions. The accessor "getCompareToSourceId" gives direct access to the value
-
getCompareToSourceId
public String getCompareToSourceId()
- Returns:
- Id of fixture used to compare the "sourceId/path" evaluations to.
-
setCompareToSourceId
public TestScript.TestScriptSetupActionAssertComponent setCompareToSourceId(String value)
- Parameters:
value- Id of fixture used to compare the "sourceId/path" evaluations to.
-
getCompareToSourcePathElement
public StringType getCompareToSourcePathElement()
- Returns:
compareToSourcePath(XPath or JSONPath expression against fixture used to compare the "sourceId/path" evaluations to.). This is the underlying object with id, value and extensions. The accessor "getCompareToSourcePath" gives direct access to the value
-
hasCompareToSourcePathElement
public boolean hasCompareToSourcePathElement()
-
hasCompareToSourcePath
public boolean hasCompareToSourcePath()
-
setCompareToSourcePathElement
public TestScript.TestScriptSetupActionAssertComponent setCompareToSourcePathElement(StringType value)
- Parameters:
value-compareToSourcePath(XPath or JSONPath expression against fixture used to compare the "sourceId/path" evaluations to.). This is the underlying object with id, value and extensions. The accessor "getCompareToSourcePath" gives direct access to the value
-
getCompareToSourcePath
public String getCompareToSourcePath()
- Returns:
- XPath or JSONPath expression against fixture used to compare the "sourceId/path" evaluations to.
-
setCompareToSourcePath
public TestScript.TestScriptSetupActionAssertComponent setCompareToSourcePath(String value)
- Parameters:
value- XPath or JSONPath expression against fixture used to compare the "sourceId/path" evaluations to.
-
getContentTypeElement
public Enumeration<TestScript.ContentType> getContentTypeElement()
- Returns:
contentType(The content-type or mime-type to use for RESTful operation in the 'Content-Type' header.). This is the underlying object with id, value and extensions. The accessor "getContentType" gives direct access to the value
-
hasContentTypeElement
public boolean hasContentTypeElement()
-
hasContentType
public boolean hasContentType()
-
setContentTypeElement
public TestScript.TestScriptSetupActionAssertComponent setContentTypeElement(Enumeration<TestScript.ContentType> value)
- Parameters:
value-contentType(The content-type or mime-type to use for RESTful operation in the 'Content-Type' header.). This is the underlying object with id, value and extensions. The accessor "getContentType" gives direct access to the value
-
getContentType
public TestScript.ContentType getContentType()
- Returns:
- The content-type or mime-type to use for RESTful operation in the 'Content-Type' header.
-
setContentType
public TestScript.TestScriptSetupActionAssertComponent setContentType(TestScript.ContentType value)
- Parameters:
value- The content-type or mime-type to use for RESTful operation in the 'Content-Type' header.
-
getHeaderFieldElement
public StringType getHeaderFieldElement()
- Returns:
headerField(The HTTP header field name e.g. 'Location'.). This is the underlying object with id, value and extensions. The accessor "getHeaderField" gives direct access to the value
-
hasHeaderFieldElement
public boolean hasHeaderFieldElement()
-
hasHeaderField
public boolean hasHeaderField()
-
setHeaderFieldElement
public TestScript.TestScriptSetupActionAssertComponent setHeaderFieldElement(StringType value)
- Parameters:
value-headerField(The HTTP header field name e.g. 'Location'.). This is the underlying object with id, value and extensions. The accessor "getHeaderField" gives direct access to the value
-
getHeaderField
public String getHeaderField()
- Returns:
- The HTTP header field name e.g. 'Location'.
-
setHeaderField
public TestScript.TestScriptSetupActionAssertComponent setHeaderField(String value)
- Parameters:
value- The HTTP header field name e.g. 'Location'.
-
getMinimumIdElement
public StringType getMinimumIdElement()
- Returns:
minimumId(The ID of a fixture. Asserts that the response contains at a minimumId the fixture specified by minimumId.). This is the underlying object with id, value and extensions. The accessor "getMinimumId" gives direct access to the value
-
hasMinimumIdElement
public boolean hasMinimumIdElement()
-
hasMinimumId
public boolean hasMinimumId()
-
setMinimumIdElement
public TestScript.TestScriptSetupActionAssertComponent setMinimumIdElement(StringType value)
- Parameters:
value-minimumId(The ID of a fixture. Asserts that the response contains at a minimumId the fixture specified by minimumId.). This is the underlying object with id, value and extensions. The accessor "getMinimumId" gives direct access to the value
-
getMinimumId
public String getMinimumId()
- Returns:
- The ID of a fixture. Asserts that the response contains at a minimumId the fixture specified by minimumId.
-
setMinimumId
public TestScript.TestScriptSetupActionAssertComponent setMinimumId(String value)
- Parameters:
value- The ID of a fixture. Asserts that the response contains at a minimumId the fixture specified by minimumId.
-
getNavigationLinksElement
public BooleanType getNavigationLinksElement()
- Returns:
navigationLinks(Whether or not the test execution performs validation on the bundle navigation links.). This is the underlying object with id, value and extensions. The accessor "getNavigationLinks" gives direct access to the value
-
hasNavigationLinksElement
public boolean hasNavigationLinksElement()
-
hasNavigationLinks
public boolean hasNavigationLinks()
-
setNavigationLinksElement
public TestScript.TestScriptSetupActionAssertComponent setNavigationLinksElement(BooleanType value)
- Parameters:
value-navigationLinks(Whether or not the test execution performs validation on the bundle navigation links.). This is the underlying object with id, value and extensions. The accessor "getNavigationLinks" gives direct access to the value
-
getNavigationLinks
public boolean getNavigationLinks()
- Returns:
- Whether or not the test execution performs validation on the bundle navigation links.
-
setNavigationLinks
public TestScript.TestScriptSetupActionAssertComponent setNavigationLinks(boolean value)
- Parameters:
value- Whether or not the test execution performs validation on the bundle navigation links.
-
getOperatorElement
public Enumeration<TestScript.AssertionOperatorType> getOperatorElement()
- Returns:
operator(The operator type.). This is the underlying object with id, value and extensions. The accessor "getOperator" gives direct access to the value
-
hasOperatorElement
public boolean hasOperatorElement()
-
hasOperator
public boolean hasOperator()
-
setOperatorElement
public TestScript.TestScriptSetupActionAssertComponent setOperatorElement(Enumeration<TestScript.AssertionOperatorType> value)
- Parameters:
value-operator(The operator type.). This is the underlying object with id, value and extensions. The accessor "getOperator" gives direct access to the value
-
getOperator
public TestScript.AssertionOperatorType getOperator()
- Returns:
- The operator type.
-
setOperator
public TestScript.TestScriptSetupActionAssertComponent setOperator(TestScript.AssertionOperatorType value)
- Parameters:
value- The operator type.
-
getPathElement
public StringType getPathElement()
- Returns:
path(The XPath or JSONPath expression to be evaluated against the fixture representing the response received from server.). This is the underlying object with id, value and extensions. The accessor "getPath" gives direct access to the value
-
hasPathElement
public boolean hasPathElement()
-
hasPath
public boolean hasPath()
-
setPathElement
public TestScript.TestScriptSetupActionAssertComponent setPathElement(StringType value)
- Parameters:
value-path(The XPath or JSONPath expression to be evaluated against the fixture representing the response received from server.). This is the underlying object with id, value and extensions. The accessor "getPath" gives direct access to the value
-
getPath
public String getPath()
- Returns:
- The XPath or JSONPath expression to be evaluated against the fixture representing the response received from server.
-
setPath
public TestScript.TestScriptSetupActionAssertComponent setPath(String value)
- Parameters:
value- The XPath or JSONPath expression to be evaluated against the fixture representing the response received from server.
-
getResourceElement
public CodeType getResourceElement()
- Returns:
resource(The type of the resource. See http://hl7-fhir.github.io/resourcelist.html.). This is the underlying object with id, value and extensions. The accessor "getResource" gives direct access to the value
-
hasResourceElement
public boolean hasResourceElement()
-
hasResource
public boolean hasResource()
-
setResourceElement
public TestScript.TestScriptSetupActionAssertComponent setResourceElement(CodeType value)
- Parameters:
value-resource(The type of the resource. See http://hl7-fhir.github.io/resourcelist.html.). This is the underlying object with id, value and extensions. The accessor "getResource" gives direct access to the value
-
getResource
public String getResource()
- Returns:
- The type of the resource. See http://hl7-fhir.github.io/resourcelist.html.
-
setResource
public TestScript.TestScriptSetupActionAssertComponent setResource(String value)
- Parameters:
value- The type of the resource. See http://hl7-fhir.github.io/resourcelist.html.
-
getResponseElement
public Enumeration<TestScript.AssertionResponseTypes> getResponseElement()
- Returns:
response(okay | created | noContent | notModified | bad | forbidden | notFound | methodNotAllowed | conflict | gone | preconditionFailed | unprocessable.). This is the underlying object with id, value and extensions. The accessor "getResponse" gives direct access to the value
-
hasResponseElement
public boolean hasResponseElement()
-
hasResponse
public boolean hasResponse()
-
setResponseElement
public TestScript.TestScriptSetupActionAssertComponent setResponseElement(Enumeration<TestScript.AssertionResponseTypes> value)
- Parameters:
value-response(okay | created | noContent | notModified | bad | forbidden | notFound | methodNotAllowed | conflict | gone | preconditionFailed | unprocessable.). This is the underlying object with id, value and extensions. The accessor "getResponse" gives direct access to the value
-
getResponse
public TestScript.AssertionResponseTypes getResponse()
- Returns:
- okay | created | noContent | notModified | bad | forbidden | notFound | methodNotAllowed | conflict | gone | preconditionFailed | unprocessable.
-
setResponse
public TestScript.TestScriptSetupActionAssertComponent setResponse(TestScript.AssertionResponseTypes value)
- Parameters:
value- okay | created | noContent | notModified | bad | forbidden | notFound | methodNotAllowed | conflict | gone | preconditionFailed | unprocessable.
-
getResponseCodeElement
public StringType getResponseCodeElement()
- Returns:
responseCode(The value of the HTTP response code to be tested.). This is the underlying object with id, value and extensions. The accessor "getResponseCode" gives direct access to the value
-
hasResponseCodeElement
public boolean hasResponseCodeElement()
-
hasResponseCode
public boolean hasResponseCode()
-
setResponseCodeElement
public TestScript.TestScriptSetupActionAssertComponent setResponseCodeElement(StringType value)
- Parameters:
value-responseCode(The value of the HTTP response code to be tested.). This is the underlying object with id, value and extensions. The accessor "getResponseCode" gives direct access to the value
-
getResponseCode
public String getResponseCode()
- Returns:
- The value of the HTTP response code to be tested.
-
setResponseCode
public TestScript.TestScriptSetupActionAssertComponent setResponseCode(String value)
- Parameters:
value- The value of the HTTP response code to be tested.
-
getSourceIdElement
public IdType getSourceIdElement()
- Returns:
sourceId(Fixture to evaluate the XPath/JSONPath expression or the headerField against.). This is the underlying object with id, value and extensions. The accessor "getSourceId" gives direct access to the value
-
hasSourceIdElement
public boolean hasSourceIdElement()
-
hasSourceId
public boolean hasSourceId()
-
setSourceIdElement
public TestScript.TestScriptSetupActionAssertComponent setSourceIdElement(IdType value)
- Parameters:
value-sourceId(Fixture to evaluate the XPath/JSONPath expression or the headerField against.). This is the underlying object with id, value and extensions. The accessor "getSourceId" gives direct access to the value
-
getSourceId
public String getSourceId()
- Returns:
- Fixture to evaluate the XPath/JSONPath expression or the headerField against.
-
setSourceId
public TestScript.TestScriptSetupActionAssertComponent setSourceId(String value)
- Parameters:
value- Fixture to evaluate the XPath/JSONPath expression or the headerField against.
-
getValidateProfileIdElement
public IdType getValidateProfileIdElement()
- Returns:
validateProfileId(The ID of the Profile to validate against.). This is the underlying object with id, value and extensions. The accessor "getValidateProfileId" gives direct access to the value
-
hasValidateProfileIdElement
public boolean hasValidateProfileIdElement()
-
hasValidateProfileId
public boolean hasValidateProfileId()
-
setValidateProfileIdElement
public TestScript.TestScriptSetupActionAssertComponent setValidateProfileIdElement(IdType value)
- Parameters:
value-validateProfileId(The ID of the Profile to validate against.). This is the underlying object with id, value and extensions. The accessor "getValidateProfileId" gives direct access to the value
-
getValidateProfileId
public String getValidateProfileId()
- Returns:
- The ID of the Profile to validate against.
-
setValidateProfileId
public TestScript.TestScriptSetupActionAssertComponent setValidateProfileId(String value)
- Parameters:
value- The ID of the Profile to validate against.
-
getValueElement
public StringType getValueElement()
- Returns:
value(The value to compare to.). This is the underlying object with id, value and extensions. The accessor "getValue" gives direct access to the value
-
hasValueElement
public boolean hasValueElement()
-
hasValue
public boolean hasValue()
-
setValueElement
public TestScript.TestScriptSetupActionAssertComponent setValueElement(StringType value)
- Parameters:
value-value(The value to compare to.). This is the underlying object with id, value and extensions. The accessor "getValue" gives direct access to the value
-
setValue
public TestScript.TestScriptSetupActionAssertComponent setValue(String value)
- Parameters:
value- The value to compare to.
-
getWarningOnlyElement
public BooleanType getWarningOnlyElement()
- Returns:
warningOnly(Whether or not the test execution will produce a warning only on error for this assert.). This is the underlying object with id, value and extensions. The accessor "getWarningOnly" gives direct access to the value
-
hasWarningOnlyElement
public boolean hasWarningOnlyElement()
-
hasWarningOnly
public boolean hasWarningOnly()
-
setWarningOnlyElement
public TestScript.TestScriptSetupActionAssertComponent setWarningOnlyElement(BooleanType value)
- Parameters:
value-warningOnly(Whether or not the test execution will produce a warning only on error for this assert.). This is the underlying object with id, value and extensions. The accessor "getWarningOnly" gives direct access to the value
-
getWarningOnly
public boolean getWarningOnly()
- Returns:
- Whether or not the test execution will produce a warning only on error for this assert.
-
setWarningOnly
public TestScript.TestScriptSetupActionAssertComponent setWarningOnly(boolean value)
- Parameters:
value- Whether or not the test execution will produce a warning only on error for this assert.
-
listChildren
protected void listChildren(List<Property> childrenList)
- Overrides:
listChildrenin classBackboneElement
-
setProperty
public void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
public Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
addChildin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copy
public TestScript.TestScriptSetupActionAssertComponent copy()
- Specified by:
copyin classBackboneElement
-
equalsDeep
public boolean equalsDeep(Base other)
- Overrides:
equalsDeepin classBackboneElement
-
equalsShallow
public boolean equalsShallow(Base other)
- Overrides:
equalsShallowin classBackboneElement
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classBackboneElement
-
fhirType
public String fhirType()
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classBackboneElement
-
-