Package org.hl7.fhir
Class TestScriptAssert
java.lang.Object
org.hl7.fhir.Element
org.hl7.fhir.BackboneElement
org.hl7.fhir.TestScriptAssert
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class TestScriptAssert
extends BackboneElement
implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
TestScript is a resource that specifies a suite of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Java class for TestScript.Assert complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TestScript.Assert">
<complexContent>
<extension base="{http://hl7.org/fhir}BackboneElement">
<sequence>
<element name="label" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="direction" type="{http://hl7.org/fhir}AssertionDirectionType" minOccurs="0"/>
<element name="compareToSourceId" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="compareToSourcePath" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="contentType" type="{http://hl7.org/fhir}ContentType" minOccurs="0"/>
<element name="headerField" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="minimumId" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="navigationLinks" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
<element name="operator" type="{http://hl7.org/fhir}AssertionOperatorType" minOccurs="0"/>
<element name="path" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="resource" type="{http://hl7.org/fhir}code" minOccurs="0"/>
<element name="response" type="{http://hl7.org/fhir}AssertionResponseTypes" minOccurs="0"/>
<element name="responseCode" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="rule" type="{http://hl7.org/fhir}TestScript.Rule2" minOccurs="0"/>
<element name="ruleset" type="{http://hl7.org/fhir}TestScript.Ruleset1" minOccurs="0"/>
<element name="sourceId" type="{http://hl7.org/fhir}id" minOccurs="0"/>
<element name="validateProfileId" type="{http://hl7.org/fhir}id" minOccurs="0"/>
<element name="value" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="warningOnly" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected ContentTypeprotected Stringprotected AssertionDirectionTypeprotected Stringprotected Stringprotected Stringprotected Booleanprotected AssertionOperatorTypeprotected Stringprotected Codeprotected AssertionResponseTypesprotected Stringprotected TestScriptRule2protected TestScriptRuleset1protected Idprotected Idprotected Stringprotected BooleanFields inherited from class org.hl7.fhir.BackboneElement
modifierExtension -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) booleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the compareToSourceId property.Gets the value of the compareToSourcePath property.Gets the value of the contentType property.Gets the value of the description property.Gets the value of the direction property.Gets the value of the headerField property.getLabel()Gets the value of the label property.Gets the value of the minimumId property.Gets the value of the navigationLinks property.Gets the value of the operator property.getPath()Gets the value of the path property.Gets the value of the resource property.Gets the value of the response property.Gets the value of the responseCode property.getRule()Gets the value of the rule property.Gets the value of the ruleset property.Gets the value of the sourceId property.Gets the value of the validateProfileId property.getValue()Gets the value of the value property.Gets the value of the warningOnly property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetCompareToSourceId(String value) Sets the value of the compareToSourceId property.voidsetCompareToSourcePath(String value) Sets the value of the compareToSourcePath property.voidsetContentType(ContentType value) Sets the value of the contentType property.voidsetDescription(String value) Sets the value of the description property.voidSets the value of the direction property.voidsetHeaderField(String value) Sets the value of the headerField property.voidSets the value of the label property.voidsetMinimumId(String value) Sets the value of the minimumId property.voidsetNavigationLinks(Boolean value) Sets the value of the navigationLinks property.voidsetOperator(AssertionOperatorType value) Sets the value of the operator property.voidSets the value of the path property.voidsetResource(Code value) Sets the value of the resource property.voidSets the value of the response property.voidsetResponseCode(String value) Sets the value of the responseCode property.voidsetRule(TestScriptRule2 value) Sets the value of the rule property.voidsetRuleset(TestScriptRuleset1 value) Sets the value of the ruleset property.voidsetSourceId(Id value) Sets the value of the sourceId property.voidsetValidateProfileId(Id value) Sets the value of the validateProfileId property.voidSets the value of the value property.voidsetWarningOnly(Boolean value) Sets the value of the warningOnly property.toString()withCompareToSourceId(String value) withCompareToSourcePath(String value) withContentType(ContentType value) withDescription(String value) withExtension(Collection<Extension> values) withExtension(Extension... values) withHeaderField(String value) withMinimumId(String value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withNavigationLinks(Boolean value) withResource(Code value) withResponseCode(String value) withRule(TestScriptRule2 value) withRuleset(TestScriptRuleset1 value) withSourceId(Id value) withValidateProfileId(Id value) withWarningOnly(Boolean value) Methods inherited from class org.hl7.fhir.BackboneElement
getModifierExtension, setModifierExtensionMethods inherited from class org.hl7.fhir.Element
getExtension, getId, setExtension, setId
-
Field Details
-
label
-
description
-
direction
-
compareToSourceId
-
compareToSourcePath
-
contentType
-
headerField
-
minimumId
-
operator
-
path
-
resource
-
response
-
responseCode
-
rule
-
ruleset
-
sourceId
-
validateProfileId
-
value
-
warningOnly
-
-
Constructor Details
-
TestScriptAssert
public TestScriptAssert()
-
-
Method Details
-
getLabel
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
Sets the value of the label property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getDirection
Gets the value of the direction property.- Returns:
- possible object is
AssertionDirectionType
-
setDirection
Sets the value of the direction property.- Parameters:
value- allowed object isAssertionDirectionType
-
getCompareToSourceId
Gets the value of the compareToSourceId property.- Returns:
- possible object is
String
-
setCompareToSourceId
Sets the value of the compareToSourceId property.- Parameters:
value- allowed object isString
-
getCompareToSourcePath
Gets the value of the compareToSourcePath property.- Returns:
- possible object is
String
-
setCompareToSourcePath
Sets the value of the compareToSourcePath property.- Parameters:
value- allowed object isString
-
getContentType
Gets the value of the contentType property.- Returns:
- possible object is
ContentType
-
setContentType
Sets the value of the contentType property.- Parameters:
value- allowed object isContentType
-
getHeaderField
Gets the value of the headerField property.- Returns:
- possible object is
String
-
setHeaderField
Sets the value of the headerField property.- Parameters:
value- allowed object isString
-
getMinimumId
Gets the value of the minimumId property.- Returns:
- possible object is
String
-
setMinimumId
Sets the value of the minimumId property.- Parameters:
value- allowed object isString
-
getOperator
Gets the value of the operator property.- Returns:
- possible object is
AssertionOperatorType
-
setOperator
Sets the value of the operator property.- Parameters:
value- allowed object isAssertionOperatorType
-
getPath
Gets the value of the path property.- Returns:
- possible object is
String
-
setPath
Sets the value of the path property.- Parameters:
value- allowed object isString
-
getResource
Gets the value of the resource property.- Returns:
- possible object is
Code
-
setResource
Sets the value of the resource property.- Parameters:
value- allowed object isCode
-
getResponse
Gets the value of the response property.- Returns:
- possible object is
AssertionResponseTypes
-
setResponse
Sets the value of the response property.- Parameters:
value- allowed object isAssertionResponseTypes
-
getResponseCode
Gets the value of the responseCode property.- Returns:
- possible object is
String
-
setResponseCode
Sets the value of the responseCode property.- Parameters:
value- allowed object isString
-
getRule
Gets the value of the rule property.- Returns:
- possible object is
TestScriptRule2
-
setRule
Sets the value of the rule property.- Parameters:
value- allowed object isTestScriptRule2
-
getRuleset
Gets the value of the ruleset property.- Returns:
- possible object is
TestScriptRuleset1
-
setRuleset
Sets the value of the ruleset property.- Parameters:
value- allowed object isTestScriptRuleset1
-
getSourceId
Gets the value of the sourceId property.- Returns:
- possible object is
Id
-
setSourceId
Sets the value of the sourceId property.- Parameters:
value- allowed object isId
-
getValidateProfileId
Gets the value of the validateProfileId property.- Returns:
- possible object is
Id
-
setValidateProfileId
Sets the value of the validateProfileId property.- Parameters:
value- allowed object isId
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getWarningOnly
Gets the value of the warningOnly property.- Returns:
- possible object is
Boolean
-
setWarningOnly
Sets the value of the warningOnly property.- Parameters:
value- allowed object isBoolean
-
withLabel
-
withDescription
-
withDirection
-
withCompareToSourceId
-
withCompareToSourcePath
-
withContentType
-
withHeaderField
-
withMinimumId
-
withOperator
-
withPath
-
withResource
-
withResponse
-
withResponseCode
-
withRule
-
withRuleset
-
withSourceId
-
withValidateProfileId
-
withValue
-
withWarningOnly
-
withModifierExtension
- Overrides:
withModifierExtensionin classBackboneElement
-
withModifierExtension
- Overrides:
withModifierExtensionin classBackboneElement
-
withExtension
- Overrides:
withExtensionin classBackboneElement
-
withExtension
- Overrides:
withExtensionin classBackboneElement
-
withId
- Overrides:
withIdin classBackboneElement
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classBackboneElement
-
equals
- Overrides:
equalsin classBackboneElement
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classBackboneElement
-
hashCode
public int hashCode()- Overrides:
hashCodein classBackboneElement
-
toString
- Overrides:
toStringin classBackboneElement
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classBackboneElement
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classBackboneElement
-