Class GuidanceResponse
- java.lang.Object
-
- org.hl7.fhir.Resource
-
- org.hl7.fhir.DomainResource
-
- org.hl7.fhir.GuidanceResponse
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class GuidanceResponse extends DomainResource implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
If the element is present, it must have either a @value, an @id, or extensionsJava 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
Fields Modifier and Type Field Description protected java.util.List<GuidanceResponseAction>actionprotected java.util.List<DataRequirement>dataRequirementprotected java.util.List<Reference>evaluationMessageprotected Referencemoduleprotected ReferenceoutputParametersprotected StringrequestIdprotected GuidanceResponseStatusstatus-
Fields inherited from class org.hl7.fhir.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class org.hl7.fhir.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description GuidanceResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)java.lang.StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)java.util.List<GuidanceResponseAction>getAction()Gets the value of the action property.java.util.List<DataRequirement>getDataRequirement()Gets the value of the dataRequirement property.java.util.List<Reference>getEvaluationMessage()Gets the value of the evaluationMessage property.ReferencegetModule()Gets the value of the module property.ReferencegetOutputParameters()Gets the value of the outputParameters property.StringgetRequestId()Gets the value of the requestId property.GuidanceResponseStatusgetStatus()Gets the value of the status property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetModule(Reference value)Sets 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.java.lang.StringtoString()GuidanceResponsewithAction(java.util.Collection<GuidanceResponseAction> values)GuidanceResponsewithAction(GuidanceResponseAction... values)GuidanceResponsewithContained(java.util.Collection<ResourceContainer> values)GuidanceResponsewithContained(ResourceContainer... values)GuidanceResponsewithDataRequirement(java.util.Collection<DataRequirement> values)GuidanceResponsewithDataRequirement(DataRequirement... values)GuidanceResponsewithEvaluationMessage(java.util.Collection<Reference> values)GuidanceResponsewithEvaluationMessage(Reference... values)GuidanceResponsewithExtension(java.util.Collection<Extension> values)GuidanceResponsewithExtension(Extension... values)GuidanceResponsewithId(Id value)GuidanceResponsewithImplicitRules(Uri value)GuidanceResponsewithLanguage(Code value)GuidanceResponsewithMeta(Meta value)GuidanceResponsewithModifierExtension(java.util.Collection<Extension> values)GuidanceResponsewithModifierExtension(Extension... values)GuidanceResponsewithModule(Reference value)GuidanceResponsewithOutputParameters(Reference value)GuidanceResponsewithRequestId(String value)GuidanceResponsewithStatus(GuidanceResponseStatus value)GuidanceResponsewithText(Narrative value)-
Methods inherited from class org.hl7.fhir.DomainResource
getContained, getExtension, getModifierExtension, getText, setText
-
Methods inherited from class org.hl7.fhir.Resource
getId, getImplicitRules, getLanguage, getMeta, setId, setImplicitRules, setLanguage, setMeta
-
-
-
-
Field Detail
-
requestId
protected String requestId
-
module
protected Reference module
-
status
protected GuidanceResponseStatus status
-
evaluationMessage
protected java.util.List<Reference> evaluationMessage
-
outputParameters
protected Reference outputParameters
-
action
protected java.util.List<GuidanceResponseAction> action
-
dataRequirement
protected java.util.List<DataRequirement> dataRequirement
-
-
Method Detail
-
getRequestId
public String getRequestId()
Gets the value of the requestId property.- Returns:
- possible object is
String
-
setRequestId
public void setRequestId(String value)
Sets the value of the requestId property.- Parameters:
value- allowed object isString
-
getModule
public Reference getModule()
Gets the value of the module property.- Returns:
- possible object is
Reference
-
setModule
public void setModule(Reference value)
Sets the value of the module property.- Parameters:
value- allowed object isReference
-
getStatus
public GuidanceResponseStatus getStatus()
Gets the value of the status property.- Returns:
- possible object is
GuidanceResponseStatus
-
setStatus
public void setStatus(GuidanceResponseStatus value)
Sets the value of the status property.- Parameters:
value- allowed object isGuidanceResponseStatus
-
getEvaluationMessage
public java.util.List<Reference> 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 JAXB 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
public Reference getOutputParameters()
Gets the value of the outputParameters property.- Returns:
- possible object is
Reference
-
setOutputParameters
public void setOutputParameters(Reference value)
Sets the value of the outputParameters property.- Parameters:
value- allowed object isReference
-
getAction
public java.util.List<GuidanceResponseAction> 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 JAXB 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
public java.util.List<DataRequirement> 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 JAXB 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
public GuidanceResponse withRequestId(String value)
-
withModule
public GuidanceResponse withModule(Reference value)
-
withStatus
public GuidanceResponse withStatus(GuidanceResponseStatus value)
-
withEvaluationMessage
public GuidanceResponse withEvaluationMessage(Reference... values)
-
withEvaluationMessage
public GuidanceResponse withEvaluationMessage(java.util.Collection<Reference> values)
-
withOutputParameters
public GuidanceResponse withOutputParameters(Reference value)
-
withAction
public GuidanceResponse withAction(GuidanceResponseAction... values)
-
withAction
public GuidanceResponse withAction(java.util.Collection<GuidanceResponseAction> values)
-
withDataRequirement
public GuidanceResponse withDataRequirement(DataRequirement... values)
-
withDataRequirement
public GuidanceResponse withDataRequirement(java.util.Collection<DataRequirement> values)
-
withText
public GuidanceResponse withText(Narrative value)
- Overrides:
withTextin classDomainResource
-
withContained
public GuidanceResponse withContained(ResourceContainer... values)
- Overrides:
withContainedin classDomainResource
-
withContained
public GuidanceResponse withContained(java.util.Collection<ResourceContainer> values)
- Overrides:
withContainedin classDomainResource
-
withExtension
public GuidanceResponse withExtension(Extension... values)
- Overrides:
withExtensionin classDomainResource
-
withExtension
public GuidanceResponse withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
public GuidanceResponse withModifierExtension(Extension... values)
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
public GuidanceResponse withModifierExtension(java.util.Collection<Extension> values)
- Overrides:
withModifierExtensionin classDomainResource
-
withId
public GuidanceResponse withId(Id value)
- Overrides:
withIdin classDomainResource
-
withMeta
public GuidanceResponse withMeta(Meta value)
- Overrides:
withMetain classDomainResource
-
withImplicitRules
public GuidanceResponse withImplicitRules(Uri value)
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
public GuidanceResponse withLanguage(Code value)
- Overrides:
withLanguagein classDomainResource
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classDomainResource
-
equals
public boolean equals(java.lang.Object object)
- 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
public java.lang.String toString()
- Overrides:
toStringin classDomainResource
-
append
public java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classDomainResource
-
appendFields
public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classDomainResource
-
-