Class ActionDefinition
- java.lang.Object
-
- org.hl7.fhir.Element
-
- org.hl7.fhir.ActionDefinition
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class ActionDefinition extends Element 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 a value for at least one of the defined elements, an @id referenced from the Narrative, or extensionsJava class for ActionDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActionDefinition"> <complexContent> <extension base="{http://hl7.org/fhir}Element"> <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="documentation" type="{http://hl7.org/fhir}Attachment" maxOccurs="unbounded" minOccurs="0"/> <element name="relatedAction" type="{http://hl7.org/fhir}ActionDefinition.RelatedAction" minOccurs="0"/> <element name="participantType" type="{http://hl7.org/fhir}ParticipantType" maxOccurs="unbounded" minOccurs="0"/> <element name="type" type="{http://hl7.org/fhir}ActionType" minOccurs="0"/> <element name="behavior" type="{http://hl7.org/fhir}ActionDefinition.Behavior" maxOccurs="unbounded" minOccurs="0"/> <element name="resource" type="{http://hl7.org/fhir}Reference" minOccurs="0"/> <element name="customization" type="{http://hl7.org/fhir}ActionDefinition.Customization" maxOccurs="unbounded" minOccurs="0"/> <element name="action" type="{http://hl7.org/fhir}ActionDefinition" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<ActionDefinition>actionprotected IdentifieractionIdentifierprotected java.util.List<ActionDefinitionBehavior>behaviorprotected java.util.List<CodeableConcept>conceptprotected java.util.List<ActionDefinitionCustomization>customizationprotected Stringdescriptionprotected java.util.List<Attachment>documentationprotected Stringlabelprotected java.util.List<ParticipantType>participantTypeprotected ActionDefinitionRelatedActionrelatedActionprotected Referenceresourceprotected java.util.List<Attachment>supportingEvidenceprotected StringtextEquivalentprotected Stringtitleprotected ActionTypetype
-
Constructor Summary
Constructors Constructor Description ActionDefinition()
-
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<ActionDefinition>getAction()Gets the value of the action property.IdentifiergetActionIdentifier()Gets the value of the actionIdentifier property.java.util.List<ActionDefinitionBehavior>getBehavior()Gets the value of the behavior property.java.util.List<CodeableConcept>getConcept()Gets the value of the concept property.java.util.List<ActionDefinitionCustomization>getCustomization()Gets the value of the customization 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<ParticipantType>getParticipantType()Gets the value of the participantType property.ActionDefinitionRelatedActiongetRelatedAction()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.ActionTypegetType()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(ActionDefinitionRelatedAction 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(ActionType value)Sets the value of the type property.java.lang.StringtoString()ActionDefinitionwithAction(java.util.Collection<ActionDefinition> values)ActionDefinitionwithAction(ActionDefinition... values)ActionDefinitionwithActionIdentifier(Identifier value)ActionDefinitionwithBehavior(java.util.Collection<ActionDefinitionBehavior> values)ActionDefinitionwithBehavior(ActionDefinitionBehavior... values)ActionDefinitionwithConcept(java.util.Collection<CodeableConcept> values)ActionDefinitionwithConcept(CodeableConcept... values)ActionDefinitionwithCustomization(java.util.Collection<ActionDefinitionCustomization> values)ActionDefinitionwithCustomization(ActionDefinitionCustomization... values)ActionDefinitionwithDescription(String value)ActionDefinitionwithDocumentation(java.util.Collection<Attachment> values)ActionDefinitionwithDocumentation(Attachment... values)ActionDefinitionwithExtension(java.util.Collection<Extension> values)ActionDefinitionwithExtension(Extension... values)ActionDefinitionwithId(java.lang.String value)ActionDefinitionwithLabel(String value)ActionDefinitionwithParticipantType(java.util.Collection<ParticipantType> values)ActionDefinitionwithParticipantType(ParticipantType... values)ActionDefinitionwithRelatedAction(ActionDefinitionRelatedAction value)ActionDefinitionwithResource(Reference value)ActionDefinitionwithSupportingEvidence(java.util.Collection<Attachment> values)ActionDefinitionwithSupportingEvidence(Attachment... values)ActionDefinitionwithTextEquivalent(String value)ActionDefinitionwithTitle(String value)ActionDefinitionwithType(ActionType value)-
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
-
documentation
protected java.util.List<Attachment> documentation
-
relatedAction
protected ActionDefinitionRelatedAction relatedAction
-
participantType
protected java.util.List<ParticipantType> participantType
-
type
protected ActionType type
-
behavior
protected java.util.List<ActionDefinitionBehavior> behavior
-
resource
protected Reference resource
-
customization
protected java.util.List<ActionDefinitionCustomization> customization
-
action
protected java.util.List<ActionDefinition> 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
-
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
-
getRelatedAction
public ActionDefinitionRelatedAction getRelatedAction()
Gets the value of the relatedAction property.- Returns:
- possible object is
ActionDefinitionRelatedAction
-
setRelatedAction
public void setRelatedAction(ActionDefinitionRelatedAction value)
Sets the value of the relatedAction property.- Parameters:
value- allowed object isActionDefinitionRelatedAction
-
getParticipantType
public java.util.List<ParticipantType> getParticipantType()
Gets the value of the participantType 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 participantType property.For example, to add a new item, do as follows:
getParticipantType().add(newItem);Objects of the following type(s) are allowed in the list
ParticipantType
-
getType
public ActionType getType()
Gets the value of the type property.- Returns:
- possible object is
ActionType
-
setType
public void setType(ActionType value)
Sets the value of the type property.- Parameters:
value- allowed object isActionType
-
getBehavior
public java.util.List<ActionDefinitionBehavior> 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
ActionDefinitionBehavior
-
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
-
getCustomization
public java.util.List<ActionDefinitionCustomization> getCustomization()
Gets the value of the customization 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 customization property.For example, to add a new item, do as follows:
getCustomization().add(newItem);Objects of the following type(s) are allowed in the list
ActionDefinitionCustomization
-
getAction
public java.util.List<ActionDefinition> 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
ActionDefinition
-
withActionIdentifier
public ActionDefinition withActionIdentifier(Identifier value)
-
withLabel
public ActionDefinition withLabel(String value)
-
withTitle
public ActionDefinition withTitle(String value)
-
withDescription
public ActionDefinition withDescription(String value)
-
withTextEquivalent
public ActionDefinition withTextEquivalent(String value)
-
withConcept
public ActionDefinition withConcept(CodeableConcept... values)
-
withConcept
public ActionDefinition withConcept(java.util.Collection<CodeableConcept> values)
-
withSupportingEvidence
public ActionDefinition withSupportingEvidence(Attachment... values)
-
withSupportingEvidence
public ActionDefinition withSupportingEvidence(java.util.Collection<Attachment> values)
-
withDocumentation
public ActionDefinition withDocumentation(Attachment... values)
-
withDocumentation
public ActionDefinition withDocumentation(java.util.Collection<Attachment> values)
-
withRelatedAction
public ActionDefinition withRelatedAction(ActionDefinitionRelatedAction value)
-
withParticipantType
public ActionDefinition withParticipantType(ParticipantType... values)
-
withParticipantType
public ActionDefinition withParticipantType(java.util.Collection<ParticipantType> values)
-
withType
public ActionDefinition withType(ActionType value)
-
withBehavior
public ActionDefinition withBehavior(ActionDefinitionBehavior... values)
-
withBehavior
public ActionDefinition withBehavior(java.util.Collection<ActionDefinitionBehavior> values)
-
withResource
public ActionDefinition withResource(Reference value)
-
withCustomization
public ActionDefinition withCustomization(ActionDefinitionCustomization... values)
-
withCustomization
public ActionDefinition withCustomization(java.util.Collection<ActionDefinitionCustomization> values)
-
withAction
public ActionDefinition withAction(ActionDefinition... values)
-
withAction
public ActionDefinition withAction(java.util.Collection<ActionDefinition> values)
-
withExtension
public ActionDefinition withExtension(Extension... values)
- Overrides:
withExtensionin classElement
-
withExtension
public ActionDefinition withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classElement
-
withId
public ActionDefinition withId(java.lang.String value)
-
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)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
-
append
public java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
-
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 classElement
-
-