Class TestScript
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for TestScript complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TestScript">
<complexContent>
<extension base="{http://hl7.org/fhir}DomainResource">
<sequence>
<element name="url" type="{http://hl7.org/fhir}uri"/>
<element name="version" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="name" type="{http://hl7.org/fhir}string"/>
<element name="status" type="{http://hl7.org/fhir}ConformanceResourceStatus"/>
<element name="identifier" type="{http://hl7.org/fhir}Identifier" minOccurs="0"/>
<element name="experimental" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
<element name="publisher" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="contact" type="{http://hl7.org/fhir}TestScript.Contact" maxOccurs="unbounded" minOccurs="0"/>
<element name="date" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
<element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="useContext" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
<element name="requirements" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="copyright" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="origin" type="{http://hl7.org/fhir}TestScript.Origin" maxOccurs="unbounded" minOccurs="0"/>
<element name="destination" type="{http://hl7.org/fhir}TestScript.Destination" maxOccurs="unbounded" minOccurs="0"/>
<element name="metadata" type="{http://hl7.org/fhir}TestScript.Metadata" minOccurs="0"/>
<element name="fixture" type="{http://hl7.org/fhir}TestScript.Fixture" maxOccurs="unbounded" minOccurs="0"/>
<element name="profile" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
<element name="variable" type="{http://hl7.org/fhir}TestScript.Variable" maxOccurs="unbounded" minOccurs="0"/>
<element name="rule" type="{http://hl7.org/fhir}TestScript.Rule" maxOccurs="unbounded" minOccurs="0"/>
<element name="ruleset" type="{http://hl7.org/fhir}TestScript.Ruleset" maxOccurs="unbounded" minOccurs="0"/>
<element name="setup" type="{http://hl7.org/fhir}TestScript.Setup" minOccurs="0"/>
<element name="test" type="{http://hl7.org/fhir}TestScript.Test" maxOccurs="unbounded" minOccurs="0"/>
<element name="teardown" type="{http://hl7.org/fhir}TestScript.Teardown" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<TestScriptContact> protected Stringprotected DateTimeprotected Stringprotected List<TestScriptDestination> protected Booleanprotected List<TestScriptFixture> protected Identifierprotected TestScriptMetadataprotected Stringprotected List<TestScriptOrigin> protected Stringprotected Stringprotected List<TestScriptRule> protected List<TestScriptRuleset> protected TestScriptSetupprotected ConformanceResourceStatusprotected TestScriptTeardownprotected List<TestScriptTest> protected Uriprotected List<CodeableConcept> protected List<TestScriptVariable> protected StringFields inherited from class org.hl7.fhir.DomainResource
contained, extension, modifierExtension, textFields inherited from class org.hl7.fhir.Resource
id, implicitRules, language, meta -
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 contact property.Gets the value of the copyright property.getDate()Gets the value of the date property.Gets the value of the description property.Gets the value of the destination property.Gets the value of the experimental property.Gets the value of the fixture property.Gets the value of the identifier property.Gets the value of the metadata property.getName()Gets the value of the name property.Gets the value of the origin property.Gets the value of the profile property.Gets the value of the publisher property.Gets the value of the requirements property.getRule()Gets the value of the rule property.Gets the value of the ruleset property.getSetup()Gets the value of the setup property.Gets the value of the status property.Gets the value of the teardown property.getTest()Gets the value of the test property.getUrl()Gets the value of the url property.Gets the value of the useContext property.Gets the value of the variable property.Gets the value of the version property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetContact(List<TestScriptContact> value) voidsetCopyright(String value) Sets the value of the copyright property.voidSets the value of the date property.voidsetDescription(String value) Sets the value of the description property.voidsetDestination(List<TestScriptDestination> value) voidsetExperimental(Boolean value) Sets the value of the experimental property.voidsetFixture(List<TestScriptFixture> value) voidsetIdentifier(Identifier value) Sets the value of the identifier property.voidsetMetadata(TestScriptMetadata value) Sets the value of the metadata property.voidSets the value of the name property.voidsetOrigin(List<TestScriptOrigin> value) voidsetProfile(List<Reference> value) voidsetPublisher(String value) Sets the value of the publisher property.voidsetRequirements(String value) Sets the value of the requirements property.voidsetRule(List<TestScriptRule> value) voidsetRuleset(List<TestScriptRuleset> value) voidsetSetup(TestScriptSetup value) Sets the value of the setup property.voidSets the value of the status property.voidsetTeardown(TestScriptTeardown value) Sets the value of the teardown property.voidsetTest(List<TestScriptTest> value) voidSets the value of the url property.voidsetUseContext(List<CodeableConcept> value) voidsetVariable(List<TestScriptVariable> value) voidsetVersion(String value) Sets the value of the version property.toString()withContact(Collection<TestScriptContact> values) withContact(TestScriptContact... values) withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withCopyright(String value) withDescription(String value) withDestination(TestScriptDestination... values) withExperimental(Boolean value) withExtension(Collection<Extension> values) withExtension(Extension... values) withFixture(Collection<TestScriptFixture> values) withFixture(TestScriptFixture... values) withIdentifier(Identifier value) withImplicitRules(Uri value) withLanguage(Code value) withMetadata(TestScriptMetadata value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withOrigin(Collection<TestScriptOrigin> values) withOrigin(TestScriptOrigin... values) withProfile(Collection<Reference> values) withProfile(Reference... values) withPublisher(String value) withRequirements(String value) withRule(Collection<TestScriptRule> values) withRule(TestScriptRule... values) withRuleset(Collection<TestScriptRuleset> values) withRuleset(TestScriptRuleset... values) withSetup(TestScriptSetup value) withTeardown(TestScriptTeardown value) withTest(Collection<TestScriptTest> values) withTest(TestScriptTest... values) withUseContext(Collection<CodeableConcept> values) withUseContext(CodeableConcept... values) withVariable(Collection<TestScriptVariable> values) withVariable(TestScriptVariable... values) withVersion(String value) Methods inherited from class org.hl7.fhir.DomainResource
getContained, getExtension, getModifierExtension, getText, setContained, setExtension, setModifierExtension, setTextMethods inherited from class org.hl7.fhir.Resource
getId, getImplicitRules, getLanguage, getMeta, setId, setImplicitRules, setLanguage, setMeta
-
Field Details
-
url
-
version
-
name
-
status
-
identifier
-
experimental
-
publisher
-
contact
-
date
-
description
-
useContext
-
requirements
-
copyright
-
origin
-
destination
-
metadata
-
fixture
-
profile
-
variable
-
rule
-
ruleset
-
setup
-
test
-
teardown
-
-
Constructor Details
-
TestScript
public TestScript()
-
-
Method Details
-
getUrl
Gets the value of the url property.- Returns:
- possible object is
Uri
-
setUrl
Sets the value of the url property.- Parameters:
value- allowed object isUri
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
ConformanceResourceStatus
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isConformanceResourceStatus
-
getIdentifier
Gets the value of the identifier property.- Returns:
- possible object is
Identifier
-
setIdentifier
Sets the value of the identifier property.- Parameters:
value- allowed object isIdentifier
-
getExperimental
Gets the value of the experimental property.- Returns:
- possible object is
Boolean
-
setExperimental
Sets the value of the experimental property.- Parameters:
value- allowed object isBoolean
-
getPublisher
Gets the value of the publisher property.- Returns:
- possible object is
String
-
setPublisher
Sets the value of the publisher property.- Parameters:
value- allowed object isString
-
getContact
Gets the value of the contact property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the contact property.For example, to add a new item, do as follows:
getContact().add(newItem);Objects of the following type(s) are allowed in the list
TestScriptContact -
getDate
Gets the value of the date property.- Returns:
- possible object is
DateTime
-
setDate
Sets the value of the date property.- Parameters:
value- allowed object isDateTime
-
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
-
getUseContext
Gets the value of the useContext property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the useContext property.For example, to add a new item, do as follows:
getUseContext().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept -
getRequirements
Gets the value of the requirements property.- Returns:
- possible object is
String
-
setRequirements
Sets the value of the requirements property.- Parameters:
value- allowed object isString
-
getCopyright
Gets the value of the copyright property.- Returns:
- possible object is
String
-
setCopyright
Sets the value of the copyright property.- Parameters:
value- allowed object isString
-
getOrigin
Gets the value of the origin property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the origin property.For example, to add a new item, do as follows:
getOrigin().add(newItem);Objects of the following type(s) are allowed in the list
TestScriptOrigin -
getDestination
Gets the value of the destination property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the destination property.For example, to add a new item, do as follows:
getDestination().add(newItem);Objects of the following type(s) are allowed in the list
TestScriptDestination -
getMetadata
Gets the value of the metadata property.- Returns:
- possible object is
TestScriptMetadata
-
setMetadata
Sets the value of the metadata property.- Parameters:
value- allowed object isTestScriptMetadata
-
getFixture
Gets the value of the fixture property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the fixture property.For example, to add a new item, do as follows:
getFixture().add(newItem);Objects of the following type(s) are allowed in the list
TestScriptFixture -
getProfile
Gets the value of the profile property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the profile property.For example, to add a new item, do as follows:
getProfile().add(newItem);Objects of the following type(s) are allowed in the list
Reference -
getVariable
Gets the value of the variable property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the variable property.For example, to add a new item, do as follows:
getVariable().add(newItem);Objects of the following type(s) are allowed in the list
TestScriptVariable -
getRule
Gets the value of the rule property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the rule property.For example, to add a new item, do as follows:
getRule().add(newItem);Objects of the following type(s) are allowed in the list
TestScriptRule -
getRuleset
Gets the value of the ruleset property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the ruleset property.For example, to add a new item, do as follows:
getRuleset().add(newItem);Objects of the following type(s) are allowed in the list
TestScriptRuleset -
getSetup
Gets the value of the setup property.- Returns:
- possible object is
TestScriptSetup
-
setSetup
Sets the value of the setup property.- Parameters:
value- allowed object isTestScriptSetup
-
getTest
Gets the value of the test property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the test property.For example, to add a new item, do as follows:
getTest().add(newItem);Objects of the following type(s) are allowed in the list
TestScriptTest -
getTeardown
Gets the value of the teardown property.- Returns:
- possible object is
TestScriptTeardown
-
setTeardown
Sets the value of the teardown property.- Parameters:
value- allowed object isTestScriptTeardown
-
withUrl
-
withVersion
-
withName
-
withStatus
-
withIdentifier
-
withExperimental
-
withPublisher
-
withContact
-
withContact
-
withDate
-
withDescription
-
withUseContext
-
withUseContext
-
withRequirements
-
withCopyright
-
withOrigin
-
withOrigin
-
withDestination
-
withDestination
-
withMetadata
-
withFixture
-
withFixture
-
withProfile
-
withProfile
-
withVariable
-
withVariable
-
withRule
-
withRule
-
withRuleset
-
withRuleset
-
withSetup
-
withTest
-
withTest
-
withTeardown
-
withText
- Overrides:
withTextin classDomainResource
-
withContained
- Overrides:
withContainedin classDomainResource
-
withContained
- Overrides:
withContainedin classDomainResource
-
withExtension
- Overrides:
withExtensionin classDomainResource
-
withExtension
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
- Overrides:
withModifierExtensionin classDomainResource
-
withId
- Overrides:
withIdin classDomainResource
-
withMeta
- Overrides:
withMetain classDomainResource
-
withImplicitRules
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
- Overrides:
withLanguagein classDomainResource
-
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 classDomainResource
-
equals
- Overrides:
equalsin classDomainResource
-
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 classDomainResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classDomainResource
-
toString
- Overrides:
toStringin classDomainResource
-
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 classDomainResource
-
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 classDomainResource
-
setContact
-
setUseContext
-
setOrigin
-
setDestination
-
setFixture
-
setProfile
-
setVariable
-
setRule
-
setRuleset
-
setTest
-