Package org.hl7.fhir.dstu2016may.model
Class TestScript.SetupActionAssertComponent
- java.lang.Object
-
- org.hl7.fhir.dstu2016may.model.Base
-
- org.hl7.fhir.dstu2016may.model.Element
-
- org.hl7.fhir.dstu2016may.model.BackboneElement
-
- org.hl7.fhir.dstu2016may.model.TestScript.SetupActionAssertComponent
-
- 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.SetupActionAssertComponent 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 TestScript.SetupActionAssertRuleComponentruleThe TestScript.rule this assert will evaluate.protected TestScript.SetupActionAssertRulesetComponentrulesetThe TestScript.ruleset this assert will evaluate.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.dstu2016may.model.BackboneElement
modifierExtension
-
-
Constructor Summary
Constructors Constructor Description SetupActionAssertComponent()Constructor
-
Method Summary
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.BackboneElement
addModifierExtension, addModifierExtension, copyValues, getModifierExtension, hasModifierExtension
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.Element
addExtension, addExtension, copyValues, getExtension, getExtensionsByUrl, getExtensionString, getId, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setId, setIdElement
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.Base
castToActionDefinition, castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToModuleMetadata, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, 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 minimum 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.
-
rule
protected TestScript.SetupActionAssertRuleComponent rule
The TestScript.rule this assert will evaluate.
-
ruleset
protected TestScript.SetupActionAssertRulesetComponent ruleset
The TestScript.ruleset this assert will evaluate.
-
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
-
SetupActionAssertComponent
public SetupActionAssertComponent()
Constructor
-
-
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.SetupActionAssertComponent 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.SetupActionAssertComponent 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.SetupActionAssertComponent 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.SetupActionAssertComponent 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.SetupActionAssertComponent 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.SetupActionAssertComponent 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.SetupActionAssertComponent 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.SetupActionAssertComponent 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.SetupActionAssertComponent 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.SetupActionAssertComponent 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.SetupActionAssertComponent 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.SetupActionAssertComponent 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.SetupActionAssertComponent 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.SetupActionAssertComponent 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 minimum 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.SetupActionAssertComponent setMinimumIdElement(StringType value)
- Parameters:
value-minimumId(The ID of a fixture. Asserts that the response contains at a minimum 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 minimum the fixture specified by minimumId.
-
setMinimumId
public TestScript.SetupActionAssertComponent setMinimumId(String value)
- Parameters:
value- The ID of a fixture. Asserts that the response contains at a minimum 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.SetupActionAssertComponent 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.SetupActionAssertComponent 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.SetupActionAssertComponent 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.SetupActionAssertComponent 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.SetupActionAssertComponent 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.SetupActionAssertComponent 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.SetupActionAssertComponent 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.SetupActionAssertComponent 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.SetupActionAssertComponent 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.SetupActionAssertComponent 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.SetupActionAssertComponent 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.SetupActionAssertComponent setResponseCode(String value)
- Parameters:
value- The value of the HTTP response code to be tested.
-
getRule
public TestScript.SetupActionAssertRuleComponent getRule()
- Returns:
rule(The TestScript.rule this assert will evaluate.)
-
hasRule
public boolean hasRule()
-
setRule
public TestScript.SetupActionAssertComponent setRule(TestScript.SetupActionAssertRuleComponent value)
- Parameters:
value-rule(The TestScript.rule this assert will evaluate.)
-
getRuleset
public TestScript.SetupActionAssertRulesetComponent getRuleset()
- Returns:
ruleset(The TestScript.ruleset this assert will evaluate.)
-
hasRuleset
public boolean hasRuleset()
-
setRuleset
public TestScript.SetupActionAssertComponent setRuleset(TestScript.SetupActionAssertRulesetComponent value)
- Parameters:
value-ruleset(The TestScript.ruleset this assert will evaluate.)
-
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.SetupActionAssertComponent 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.SetupActionAssertComponent 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.SetupActionAssertComponent 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.SetupActionAssertComponent 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.SetupActionAssertComponent 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.SetupActionAssertComponent 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.SetupActionAssertComponent 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.SetupActionAssertComponent 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
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public void setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
public Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
Description copied from class:Basemake an instance of a property. If the property is a repeating property, make a new instance. if the property is not repeating, return the property- Overrides:
makePropertyin classBackboneElement- Returns:
- 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.SetupActionAssertComponent 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
-
-