Class GuidanceResponseAction
- java.lang.Object
-
- org.hl7.fhir.Element
-
- org.hl7.fhir.BackboneElement
-
- org.hl7.fhir.GuidanceResponseAction
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class GuidanceResponseAction extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A guidance response is the formal response to a guidance request, including any output parameters returned by the evaluation, as well as the description of any proposed actions to be taken.Java class for GuidanceResponse.Action complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuidanceResponse.Action"> <complexContent> <extension base="{http://hl7.org/fhir}BackboneElement"> <sequence> <element name="actionIdentifier" type="{http://hl7.org/fhir}Identifier" minOccurs="0"/> <element name="label" type="{http://hl7.org/fhir}string" minOccurs="0"/> <element name="title" type="{http://hl7.org/fhir}string" minOccurs="0"/> <element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/> <element name="textEquivalent" type="{http://hl7.org/fhir}string" minOccurs="0"/> <element name="concept" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/> <element name="supportingEvidence" type="{http://hl7.org/fhir}Attachment" maxOccurs="unbounded" minOccurs="0"/> <element name="relatedAction" type="{http://hl7.org/fhir}GuidanceResponse.RelatedAction" minOccurs="0"/> <element name="documentation" type="{http://hl7.org/fhir}Attachment" maxOccurs="unbounded" minOccurs="0"/> <element name="participant" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/> <element name="type" type="{http://hl7.org/fhir}code" minOccurs="0"/> <element name="behavior" type="{http://hl7.org/fhir}GuidanceResponse.Behavior" maxOccurs="unbounded" minOccurs="0"/> <element name="resource" type="{http://hl7.org/fhir}Reference" minOccurs="0"/> <element name="action" type="{http://hl7.org/fhir}GuidanceResponse.Action" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<GuidanceResponseAction>actionprotected IdentifieractionIdentifierprotected java.util.List<GuidanceResponseBehavior>behaviorprotected java.util.List<CodeableConcept>conceptprotected Stringdescriptionprotected java.util.List<Attachment>documentationprotected Stringlabelprotected java.util.List<Reference>participantprotected GuidanceResponseRelatedActionrelatedActionprotected Referenceresourceprotected java.util.List<Attachment>supportingEvidenceprotected StringtextEquivalentprotected Stringtitleprotected Codetype-
Fields inherited from class org.hl7.fhir.BackboneElement
modifierExtension
-
-
Constructor Summary
Constructors Constructor Description GuidanceResponseAction()
-
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.IdentifiergetActionIdentifier()Gets the value of the actionIdentifier property.java.util.List<GuidanceResponseBehavior>getBehavior()Gets the value of the behavior property.java.util.List<CodeableConcept>getConcept()Gets the value of the concept property.StringgetDescription()Gets the value of the description property.java.util.List<Attachment>getDocumentation()Gets the value of the documentation property.StringgetLabel()Gets the value of the label property.java.util.List<Reference>getParticipant()Gets the value of the participant property.GuidanceResponseRelatedActiongetRelatedAction()Gets the value of the relatedAction property.ReferencegetResource()Gets the value of the resource property.java.util.List<Attachment>getSupportingEvidence()Gets the value of the supportingEvidence property.StringgetTextEquivalent()Gets the value of the textEquivalent property.StringgetTitle()Gets the value of the title property.CodegetType()Gets the value of the type property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetActionIdentifier(Identifier value)Sets the value of the actionIdentifier property.voidsetDescription(String value)Sets the value of the description property.voidsetLabel(String value)Sets the value of the label property.voidsetRelatedAction(GuidanceResponseRelatedAction value)Sets the value of the relatedAction property.voidsetResource(Reference value)Sets the value of the resource property.voidsetTextEquivalent(String value)Sets the value of the textEquivalent property.voidsetTitle(String value)Sets the value of the title property.voidsetType(Code value)Sets the value of the type property.java.lang.StringtoString()GuidanceResponseActionwithAction(java.util.Collection<GuidanceResponseAction> values)GuidanceResponseActionwithAction(GuidanceResponseAction... values)GuidanceResponseActionwithActionIdentifier(Identifier value)GuidanceResponseActionwithBehavior(java.util.Collection<GuidanceResponseBehavior> values)GuidanceResponseActionwithBehavior(GuidanceResponseBehavior... values)GuidanceResponseActionwithConcept(java.util.Collection<CodeableConcept> values)GuidanceResponseActionwithConcept(CodeableConcept... values)GuidanceResponseActionwithDescription(String value)GuidanceResponseActionwithDocumentation(java.util.Collection<Attachment> values)GuidanceResponseActionwithDocumentation(Attachment... values)GuidanceResponseActionwithExtension(java.util.Collection<Extension> values)GuidanceResponseActionwithExtension(Extension... values)GuidanceResponseActionwithId(java.lang.String value)GuidanceResponseActionwithLabel(String value)GuidanceResponseActionwithModifierExtension(java.util.Collection<Extension> values)GuidanceResponseActionwithModifierExtension(Extension... values)GuidanceResponseActionwithParticipant(java.util.Collection<Reference> values)GuidanceResponseActionwithParticipant(Reference... values)GuidanceResponseActionwithRelatedAction(GuidanceResponseRelatedAction value)GuidanceResponseActionwithResource(Reference value)GuidanceResponseActionwithSupportingEvidence(java.util.Collection<Attachment> values)GuidanceResponseActionwithSupportingEvidence(Attachment... values)GuidanceResponseActionwithTextEquivalent(String value)GuidanceResponseActionwithTitle(String value)GuidanceResponseActionwithType(Code value)-
Methods inherited from class org.hl7.fhir.BackboneElement
getModifierExtension
-
Methods inherited from class org.hl7.fhir.Element
getExtension, getId, setId
-
-
-
-
Field Detail
-
actionIdentifier
protected Identifier actionIdentifier
-
label
protected String label
-
title
protected String title
-
description
protected String description
-
textEquivalent
protected String textEquivalent
-
concept
protected java.util.List<CodeableConcept> concept
-
supportingEvidence
protected java.util.List<Attachment> supportingEvidence
-
relatedAction
protected GuidanceResponseRelatedAction relatedAction
-
documentation
protected java.util.List<Attachment> documentation
-
participant
protected java.util.List<Reference> participant
-
type
protected Code type
-
behavior
protected java.util.List<GuidanceResponseBehavior> behavior
-
resource
protected Reference resource
-
action
protected java.util.List<GuidanceResponseAction> action
-
-
Method Detail
-
getActionIdentifier
public Identifier getActionIdentifier()
Gets the value of the actionIdentifier property.- Returns:
- possible object is
Identifier
-
setActionIdentifier
public void setActionIdentifier(Identifier value)
Sets the value of the actionIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getLabel
public String getLabel()
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
public void setLabel(String value)
Sets the value of the label property.- Parameters:
value- allowed object isString
-
getTitle
public String getTitle()
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
public void setTitle(String value)
Sets the value of the title property.- Parameters:
value- allowed object isString
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getTextEquivalent
public String getTextEquivalent()
Gets the value of the textEquivalent property.- Returns:
- possible object is
String
-
setTextEquivalent
public void setTextEquivalent(String value)
Sets the value of the textEquivalent property.- Parameters:
value- allowed object isString
-
getConcept
public java.util.List<CodeableConcept> getConcept()
Gets the value of the concept 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 concept property.For example, to add a new item, do as follows:
getConcept().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept
-
getSupportingEvidence
public java.util.List<Attachment> getSupportingEvidence()
Gets the value of the supportingEvidence 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 supportingEvidence property.For example, to add a new item, do as follows:
getSupportingEvidence().add(newItem);Objects of the following type(s) are allowed in the list
Attachment
-
getRelatedAction
public GuidanceResponseRelatedAction getRelatedAction()
Gets the value of the relatedAction property.- Returns:
- possible object is
GuidanceResponseRelatedAction
-
setRelatedAction
public void setRelatedAction(GuidanceResponseRelatedAction value)
Sets the value of the relatedAction property.- Parameters:
value- allowed object isGuidanceResponseRelatedAction
-
getDocumentation
public java.util.List<Attachment> getDocumentation()
Gets the value of the documentation 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 documentation property.For example, to add a new item, do as follows:
getDocumentation().add(newItem);Objects of the following type(s) are allowed in the list
Attachment
-
getParticipant
public java.util.List<Reference> getParticipant()
Gets the value of the participant 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 participant property.For example, to add a new item, do as follows:
getParticipant().add(newItem);Objects of the following type(s) are allowed in the list
Reference
-
setType
public void setType(Code value)
Sets the value of the type property.- Parameters:
value- allowed object isCode
-
getBehavior
public java.util.List<GuidanceResponseBehavior> getBehavior()
Gets the value of the behavior 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 behavior property.For example, to add a new item, do as follows:
getBehavior().add(newItem);Objects of the following type(s) are allowed in the list
GuidanceResponseBehavior
-
getResource
public Reference getResource()
Gets the value of the resource property.- Returns:
- possible object is
Reference
-
setResource
public void setResource(Reference value)
Sets the value of the resource 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
-
withActionIdentifier
public GuidanceResponseAction withActionIdentifier(Identifier value)
-
withLabel
public GuidanceResponseAction withLabel(String value)
-
withTitle
public GuidanceResponseAction withTitle(String value)
-
withDescription
public GuidanceResponseAction withDescription(String value)
-
withTextEquivalent
public GuidanceResponseAction withTextEquivalent(String value)
-
withConcept
public GuidanceResponseAction withConcept(CodeableConcept... values)
-
withConcept
public GuidanceResponseAction withConcept(java.util.Collection<CodeableConcept> values)
-
withSupportingEvidence
public GuidanceResponseAction withSupportingEvidence(Attachment... values)
-
withSupportingEvidence
public GuidanceResponseAction withSupportingEvidence(java.util.Collection<Attachment> values)
-
withRelatedAction
public GuidanceResponseAction withRelatedAction(GuidanceResponseRelatedAction value)
-
withDocumentation
public GuidanceResponseAction withDocumentation(Attachment... values)
-
withDocumentation
public GuidanceResponseAction withDocumentation(java.util.Collection<Attachment> values)
-
withParticipant
public GuidanceResponseAction withParticipant(Reference... values)
-
withParticipant
public GuidanceResponseAction withParticipant(java.util.Collection<Reference> values)
-
withType
public GuidanceResponseAction withType(Code value)
-
withBehavior
public GuidanceResponseAction withBehavior(GuidanceResponseBehavior... values)
-
withBehavior
public GuidanceResponseAction withBehavior(java.util.Collection<GuidanceResponseBehavior> values)
-
withResource
public GuidanceResponseAction withResource(Reference value)
-
withAction
public GuidanceResponseAction withAction(GuidanceResponseAction... values)
-
withAction
public GuidanceResponseAction withAction(java.util.Collection<GuidanceResponseAction> values)
-
withModifierExtension
public GuidanceResponseAction withModifierExtension(Extension... values)
- Overrides:
withModifierExtensionin classBackboneElement
-
withModifierExtension
public GuidanceResponseAction withModifierExtension(java.util.Collection<Extension> values)
- Overrides:
withModifierExtensionin classBackboneElement
-
withExtension
public GuidanceResponseAction withExtension(Extension... values)
- Overrides:
withExtensionin classBackboneElement
-
withExtension
public GuidanceResponseAction withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classBackboneElement
-
withId
public GuidanceResponseAction withId(java.lang.String value)
- Overrides:
withIdin classBackboneElement
-
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 classBackboneElement
-
equals
public boolean equals(java.lang.Object object)
- 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
public java.lang.String toString()
- Overrides:
toStringin classBackboneElement
-
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 classBackboneElement
-
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 classBackboneElement
-
-