Class GuidanceResponse
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for GuidanceResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuidanceResponse">
<complexContent>
<extension base="{http://hl7.org/fhir}DomainResource">
<sequence>
<element name="requestId" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="module" type="{http://hl7.org/fhir}Reference"/>
<element name="status" type="{http://hl7.org/fhir}GuidanceResponseStatus"/>
<element name="evaluationMessage" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
<element name="outputParameters" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="action" type="{http://hl7.org/fhir}GuidanceResponse.Action" maxOccurs="unbounded" minOccurs="0"/>
<element name="dataRequirement" type="{http://hl7.org/fhir}DataRequirement" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<GuidanceResponseAction> protected List<DataRequirement> protected Referenceprotected Referenceprotected Stringprotected GuidanceResponseStatusFields 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 action property.Gets the value of the dataRequirement property.Gets the value of the evaluationMessage property.Gets the value of the module property.Gets the value of the outputParameters property.Gets the value of the requestId property.Gets the value of the status property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetAction(List<GuidanceResponseAction> value) voidsetDataRequirement(List<DataRequirement> value) voidsetEvaluationMessage(List<Reference> value) voidSets the value of the module property.voidsetOutputParameters(Reference value) Sets the value of the outputParameters property.voidsetRequestId(String value) Sets the value of the requestId property.voidsetStatus(GuidanceResponseStatus value) Sets the value of the status property.toString()withAction(Collection<GuidanceResponseAction> values) withAction(GuidanceResponseAction... values) withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withDataRequirement(Collection<DataRequirement> values) withDataRequirement(DataRequirement... values) withEvaluationMessage(Collection<Reference> values) withEvaluationMessage(Reference... values) withExtension(Collection<Extension> values) withExtension(Extension... values) withImplicitRules(Uri value) withLanguage(Code value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withModule(Reference value) withOutputParameters(Reference value) withRequestId(String value) withStatus(GuidanceResponseStatus 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
-
requestId
-
module
-
status
-
evaluationMessage
-
outputParameters
-
action
-
dataRequirement
-
-
Constructor Details
-
GuidanceResponse
public GuidanceResponse()
-
-
Method Details
-
getRequestId
Gets the value of the requestId property.- Returns:
- possible object is
String
-
setRequestId
Sets the value of the requestId property.- Parameters:
value- allowed object isString
-
getModule
Gets the value of the module property.- Returns:
- possible object is
Reference
-
setModule
Sets the value of the module property.- Parameters:
value- allowed object isReference
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
GuidanceResponseStatus
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isGuidanceResponseStatus
-
getEvaluationMessage
Gets the value of the evaluationMessage 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 evaluationMessage property.For example, to add a new item, do as follows:
getEvaluationMessage().add(newItem);Objects of the following type(s) are allowed in the list
Reference -
getOutputParameters
Gets the value of the outputParameters property.- Returns:
- possible object is
Reference
-
setOutputParameters
Sets the value of the outputParameters property.- Parameters:
value- allowed object isReference
-
getAction
Gets the value of the action 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 action property.For example, to add a new item, do as follows:
getAction().add(newItem);Objects of the following type(s) are allowed in the list
GuidanceResponseAction -
getDataRequirement
Gets the value of the dataRequirement 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 dataRequirement property.For example, to add a new item, do as follows:
getDataRequirement().add(newItem);Objects of the following type(s) are allowed in the list
DataRequirement -
withRequestId
-
withModule
-
withStatus
-
withEvaluationMessage
-
withEvaluationMessage
-
withOutputParameters
-
withAction
-
withAction
-
withDataRequirement
-
withDataRequirement
-
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
-
setEvaluationMessage
-
setAction
-
setDataRequirement
-